Skip to content

Commit e32b996

Browse files
committed
disable sidebar collapsing
1 parent 647b74d commit e32b996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ module.exports = {
188188
outputDir: './sources/api',
189189
sidebarOptions: {
190190
groupPathsBy: 'tag',
191+
sidebarCollapsed: false,
192+
sidebarCollapsible: false,
191193
},
192194
},
193195
},

0 commit comments

Comments
 (0)