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 c89f70d commit 339c033Copy full SHA for 339c033
packages/web/sidebars.ts
@@ -12,9 +12,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
12
*/
13
const sidebars: SidebarsConfig = {
14
// By default, Docusaurus generates a sidebar from the docs folder structure
15
- docsSidebar: [
16
- {type: 'autogenerated', dirName: '.'},
17
- ],
+ docsSidebar: [{type: 'autogenerated', dirName: '.'}],
18
19
// But you can create a sidebar manually
20
/*
0 commit comments