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 7141ded commit 3d26234Copy full SHA for 3d26234
docs/sidebars.ts
@@ -13,11 +13,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
13
const sidebars: SidebarsConfig = {
14
// By default, Docusaurus generates a sidebar from the docs folder structure
15
docsSidebar: [
16
- {type: 'autogenerated', dirName: 'components'}
17
- ],
18
-
19
- guideSidebar: [
20
- {type: 'autogenerated', dirName: 'guide'}
+ {type: 'autogenerated', dirName: '.'}
21
],
22
23
// But you can create a sidebar manually
0 commit comments