Skip to content

Commit 0527627

Browse files
authored
Make sidebar hidable true (#259)
1 parent a4a3a79 commit 0527627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ const config = {
159159
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
160160
({
161161
image: 'static/docs-default.png',
162+
docs: {
163+
sidebar: {
164+
hideable: true,
165+
}
166+
},
162167
navbar: {
163168
title: '',
164169
logo: {

0 commit comments

Comments
 (0)