Skip to content

Commit d3453ee

Browse files
author
Mitchell R. Vollger
committed
.
1 parent 18a57f8 commit d3453ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

book.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ src = "src"
66
title = "The computational guide to Fiber-seq"
77

88
[build]
9-
build-dir = "book" # the directory where the output is placed
10-
create-missing = false # whether or not to create missing pages
11-
use-default-preprocessors = true # use the default preprocessors
12-
extra-watch-dirs = [] # directories to watch for triggering builds
9+
build-dir = "book" # the directory where the output is placed
10+
create-missing = false # whether or not to create missing pages
11+
use-default-preprocessors = true # use the default preprocessors
12+
extra-watch-dirs = [] # directories to watch for triggering builds
1313

1414

1515
[output.html]
@@ -22,13 +22,13 @@ mathjax-support = true
2222

2323

2424
[output.html.fold]
25-
enable = true # whether or not to enable section folding
26-
level = 2 # the depth to start folding
25+
enable = true # whether or not to enable section folding
26+
level = 2 # the depth to start folding
2727

2828
[preprocessor.toc]
2929
command = "mdbook-toc"
3030
renderer = ["html"]
31-
max-level = 4
31+
max-level = 3
3232

3333
#[preprocessor.auto-links]
3434
#command = "python auto-links.py"

0 commit comments

Comments
 (0)