-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.toml
39 lines (33 loc) · 1.13 KB
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[book]
authors = [
"Nate Wilcox",
"Daira Emma Hopwood",
]
language = "en"
multilingual = false
src = "src"
title = "Zcash Trailing Finality Layer - v0.1.0"
[build]
# When there is more than one [output.*] section, the HTML will be generated under `<build-dir>/html/`.
# GitHub pages only renders content under `docs/`; see https://nathan-at-least.github.io/auto-deploy-howto.html
# So, we set build-dir to `build/` and have CI move `build/html/` to `docs/`. For convenience of local viewing,
# we also have a symlink from `docs` to `build/html/` (this is not sufficient for GitHub pages, so CI deletes
# the symlink and then does the move).
build-dir = "build"
[preprocessor.katex]
macros = "macros.txt"
renderer = ["html"]
# This is needed in order for \href and \url links to work.
trust = true
[output.html]
default-theme = "light"
additional-css = ["./css/mdbook-admonish.css"]
[output.linkcheck]
[preprocessor.graphviz]
command = "mdbook-graphviz"
after = ["links"]
output-to-file = true
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`
on_failure = "bail"