Skip to content

Commit 6455f75

Browse files
authored
Update README.md
1 parent 35261fd commit 6455f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Docdash supports the following options:
103103
},
104104
"search": [false|true], // Display seach box above navigation which allows to search/filter navigation items
105105
"commonNav": [false|true], // Group all html code for <nav> in a nav.inc.html fetched on each page (instead of include it in each html page, save {navSize}×{nb html pages} which can be huge on big project)
106-
"collapse": [false|true], // Collapse navigation by default except current object's navigation of the current page
106+
"collapse": [false|true|top], // Collapse navigation by default except current object's navigation of the current page, top for top level collapse
107107
"wrap": [false|true], // Wrap long navigation names instead of trimming them
108108
"typedefs": [false|true], // Include typedefs in menu
109109
"navLevel": [integer], // depth level to show in navbar, starting at 0 (false or -1 to disable)

0 commit comments

Comments
 (0)