Skip to content

Commit

Permalink
Update sidebar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Jan 31, 2020
1 parent 8a94b0e commit f2737fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ module.exports = {

### Collapsible categories

For sites with a sizable amount of content, we support the option to expand/collapse the links and subcategories under categories. Categories are collapsible by default, but so that they are always expanded, set `themeConfig.sidebarCollapsible` to `false`:
For sites with a sizable amount of content, we support the option to expand/collapse a category to toggle the display of its contents. Categories are collapsible by default. If you want them to be always expanded, set `themeConfig.sidebarCollapsible` to `false`:

```js
```js {5}
// docusaurus.config.js
module.exports = {
...
Expand Down

0 comments on commit f2737fa

Please sign in to comment.