File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
11
11
Create as many sidebars as you want.
12
12
*/
13
13
const sidebars : SidebarsConfig = {
14
- // By default, Docusaurus generates a sidebar from the docs folder structure
15
- // tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
16
-
17
14
docsSidebar : [
18
15
{
19
16
type : "category" ,
@@ -41,26 +38,6 @@ const sidebars: SidebarsConfig = {
41
38
} ,
42
39
"faq/faq" ,
43
40
] ,
44
-
45
- blogsSidebar : [
46
- {
47
- type : "autogenerated" ,
48
- dirName : "blog" ,
49
- } ,
50
- ] ,
51
-
52
- // But you can create a sidebar manually
53
- /*
54
- tutorialSidebar: [
55
- 'intro',
56
- 'hello',
57
- {
58
- type: 'category',
59
- label: 'Tutorial',
60
- items: ['tutorial-basics/create-a-document'],
61
- },
62
- ],
63
- */
64
41
} ;
65
42
66
43
export default sidebars ;
You can’t perform that action at this time.
0 commit comments