Skip to content

Commit 1f6ec41

Browse files
authored
Merge pull request #1988 from rust-lang/TC/enable-chapter-folding
Enable folding of chapter listing in navigation sidebar
2 parents f82156b + 1f9c869 commit 1f6ec41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ git-repository-url = "https://github.com/rust-lang/reference/"
1010
edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}"
1111
smart-punctuation = true
1212

13+
[output.html.fold]
14+
enable = true
15+
level = 0
16+
1317
[output.html.search.chapter]
1418
"test-summary.md" = { enable = false }
1519
"grammar.md" = { enable = false }

0 commit comments

Comments
 (0)