Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit0c90859

Browse files
committed
Remove unnecessary code from sidebars.ts
1 parent65a6dba commit0c90859

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

‎sidebars.ts‎

Lines changed: 0 additions & 23 deletions
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
constsidebars: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
exportdefaultsidebars;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp