Skip to content

Commit 5680796

Browse files
authored
docs: update doc config
1 parent 688020d commit 5680796

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/sidebars.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
1515
const sidebars: SidebarsConfig = {
1616
// By default, Docusaurus generates a sidebar from the docs folder structure
1717
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
18-
19-
// But you can create a sidebar manually
20-
/*
21-
tutorialSidebar: [
22-
'intro',
23-
'hello',
24-
{
25-
type: 'category',
26-
label: 'Tutorial',
27-
items: ['tutorial-basics/create-a-document'],
28-
},
29-
],
30-
*/
3118
};
3219

3320
export default sidebars;

0 commit comments

Comments
 (0)