mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
docs(v2): Fix typo in doc: sidebar.md (#4820)
Fixed a typo on `highlight-start` in the section **Hideable sidebar**.
This commit is contained in:
parent
db6f5ce729
commit
4b5d612009
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ Using the enabled `themeConfig.hideableSidebar` option, you can make the entire
|
||||||
```js title="docusaurus.config.js"
|
```js title="docusaurus.config.js"
|
||||||
module.exports = {
|
module.exports = {
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// highlight-starrt
|
// highlight-start
|
||||||
hideableSidebar: true,
|
hideableSidebar: true,
|
||||||
// highlight-end
|
// highlight-end
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue