Skip to content

Commit

Permalink
Update docs: Make the sidebar menu hidable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kevin-lee committed Jan 29, 2024
1 parent d80e66e commit 3640ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const websiteConfig = {
projectName: 'logger-f', // Usually your repo name.
themeConfig: {
image: 'img/logger-f-social-card.jpg',
docs: {
sidebar: {
hideable: true,
},
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
Expand Down

0 comments on commit 3640ab1

Please sign in to comment.