This commit is contained in:
hackrobot
2025-03-23 00:25:36 -05:00
parent 98cb1af20d
commit efb9c20120
5 changed files with 62 additions and 63 deletions

View File

@@ -19,17 +19,17 @@ const sidebars = {
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
// tutorialSidebar: [
// 'intro',
// 'hello',
// {
// type: 'category',
// label: 'Tutorial',
// items: ['tutorial-basics/create-a-document'],
// },
// ],
};
export default sidebars;