We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688020d commit 5680796Copy full SHA for 5680796
docs/sidebars.ts
@@ -15,19 +15,6 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
15
const sidebars: SidebarsConfig = {
16
// By default, Docusaurus generates a sidebar from the docs folder structure
17
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
- */
31
};
32
33
export default sidebars;
0 commit comments