Skip to content

Commit

Permalink
Make sidebar hideable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 24, 2024
1 parent 4b3dc7c commit b0234ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ const config: Config = {
},
],
},
docs: {
sidebar: {
hideable: true,
autoCollapseCategories: true,
},
},
footer: {
style: 'dark',
links: [
Expand Down

0 comments on commit b0234ca

Please sign in to comment.