Skip to content

Commit e02561a

Browse files
authored
Merge pull request #985 from ehuss/fold-sidebar
Enable sidebar navigation folding
2 parents 84c617e + 925a1bf commit e02561a

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
@@ -11,6 +11,10 @@ command = "./build.bash"
1111
[build]
1212
extra-watch-dirs = ["blacksmith/src"]
1313

14+
[output.html.fold]
15+
enable = true
16+
level = 0
17+
1418
[output.html]
1519
additional-js = ["js/moment.min.js", "js/index.js"]
1620
additional-css = ["css/style.css"]

0 commit comments

Comments
 (0)