mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
docs(v2): add hideableSidebar option to config demo (#4009)
* docs: add hideableSidebar option to config demo * Update docusaurus.config.js.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
c6ce46ac72
commit
af8dc63202
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ Example:
|
|||
```js title="docusaurus.config.js"
|
||||
module.exports = {
|
||||
themeConfig: {
|
||||
hideableSidebar: false,
|
||||
colorMode: {
|
||||
defaultMode: 'light',
|
||||
disableSwitch: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue