mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
docs(v1): introduce docsSideNavCollapsible in siteConfig.js (#1649)
* Add information for docsSideNavCollapsible * Add trailing comma
This commit is contained in:
parent
295ee65bf8
commit
4faa608edd
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ const siteConfig = {
|
|||
ogImage: 'img/undraw_online.svg',
|
||||
twitterImage: 'img/undraw_tweetstorm.svg',
|
||||
|
||||
// For sites with a sizable amount of content, set collapsible to true.
|
||||
// Expand/collapse the links and subcategories under categories.
|
||||
// docsSideNavCollapsible: true,
|
||||
|
||||
// Show documentation's last contributor's name.
|
||||
// enableUpdateBy: true,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue