Skip to content

Commit 3d26234

Browse files
committed
Fix docs.
1 parent 7141ded commit 3d26234

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/sidebars.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
1313
const sidebars: SidebarsConfig = {
1414
// By default, Docusaurus generates a sidebar from the docs folder structure
1515
docsSidebar: [
16-
{type: 'autogenerated', dirName: 'components'}
17-
],
18-
19-
guideSidebar: [
20-
{type: 'autogenerated', dirName: 'guide'}
16+
{type: 'autogenerated', dirName: '.'}
2117
],
2218

2319
// But you can create a sidebar manually

0 commit comments

Comments
 (0)