Skip to content

Commit eaf891d

Browse files
authored
Enable section-folding of table of content
The section-folding configuration has landed in mdBook. Enable this would make sidebar a little bit clear.
1 parent dcee312 commit eaf891d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ author = "The Rust Community"
66
[output.html.playpen]
77
editable = true
88
editor = "ace"
9+
10+
[output.html.fold]
11+
enable = true

0 commit comments

Comments
 (0)