Skip to content

Commit 0c90859

Browse files
committed
Remove unnecessary code from sidebars.ts
1 parent 65a6dba commit 0c90859

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

sidebars.ts

-23
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
1111
Create as many sidebars as you want.
1212
*/
1313
const sidebars: SidebarsConfig = {
14-
// By default, Docusaurus generates a sidebar from the docs folder structure
15-
// tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
16-
1714
docsSidebar: [
1815
{
1916
type: "category",
@@ -41,26 +38,6 @@ const sidebars: SidebarsConfig = {
4138
},
4239
"faq/faq",
4340
],
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-
*/
6441
};
6542

6643
export default sidebars;

0 commit comments

Comments
 (0)