-
Notifications
You must be signed in to change notification settings - Fork 112
/
Copy pathbook.toml
52 lines (45 loc) · 1.22 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
40
41
42
43
44
45
46
47
48
49
50
51
52
[book]
authors = [
"Izaak Meckler",
"Vanishree Rao",
"Mathias Hall-Andersen",
"Matthew Ryan",
"Joseph Spadavecchia",
"David Wong",
"Vitaly Zelov",
]
language = "en"
multilingual = false
src = "src"
title = "Mina book"
[output.html]
site-url = "/proof-systems/"
use-site-url-as-root = true
curly-quotes = true
git-repository-url = "https://www.github.com/o1-labs/proof-systems"
additional-css = ["./assets/css/mdbook-admonish.css", "./mdbook-admonish.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
# for LaTeX
[output.katex]
[preprocessor.katex]
macros = "macros.txt" # crypto related macros (as close to cryptocode as possible)
throw-on-error = true
error-color = "#cc0000"
# for callouts
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
# for protocol diagrams
[preprocessor.mermaid]
command = "mdbook-mermaid"
# for table of content
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
# See docs:
# - https://github.com/o1-labs/mdbook-linkcheck
# - (original repo) https://github.com/Michael-F-Bryan/mdbook-linkcheck
[output.linkcheck]
follow-web-links = false
traverse-parent-directories = false
latex-support = true