Skip to content

Commit

Permalink
Merge pull request #514 from kevin-lee/update-docs
Browse files Browse the repository at this point in the history
Update docs: Make the sidebar hidable
  • Loading branch information
kevin-lee committed Jan 28, 2024
2 parents 4b79bc3 + ec78ae5 commit b0d1202
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 @@ -47,6 +47,11 @@ const websiteConfig = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'img/poster.png',
docs: {
sidebar: {
hideable: true,
},
},
navbar: {
title: 'Extras',
logo: {
Expand Down

0 comments on commit b0d1202

Please sign in to comment.