Skip to content

Commit

Permalink
feat: hideable sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent ede8208 commit 73a9dd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
docs: {
sidebar: {
hideable: true, // https://docusaurus.io/docs/sidebar#hideable-sidebar
},
},
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 73a9dd0

Please sign in to comment.