Skip to content

Commit 339c033

Browse files
committed
undo sidebars change
1 parent c89f70d commit 339c033

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/web/sidebars.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
1212
*/
1313
const sidebars: SidebarsConfig = {
1414
// By default, Docusaurus generates a sidebar from the docs folder structure
15-
docsSidebar: [
16-
{type: 'autogenerated', dirName: '.'},
17-
],
15+
docsSidebar: [{type: 'autogenerated', dirName: '.'}],
1816

1917
// But you can create a sidebar manually
2018
/*

0 commit comments

Comments
 (0)