-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.toml
62 lines (53 loc) · 1.21 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
53
54
55
56
57
58
59
60
61
62
[book]
title = "The Arch Book"
authors = ["Arch Network Team"]
description = "Documentation for the Arch Network - A Bitcoin-native computation environment"
language = "en"
multilingual = false
src = "src"
[output.html]
theme = "theme"
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/arch-network/book"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/arch-network/book/edit/main/{path}"
additional-css = ["theme/custom.css"]
additional-js = [
"theme/mermaid.min.js",
"theme/mermaid-init.js",
"theme/custom.js",
]
no-section-label = true
mathjax-support = true
copy-fonts = true
smart-punctuation = true
[output.html.playground]
editable = true
copyable = true
copy-js = true
line-numbers = true
[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
[output.html.fold]
enable = true
level = 0
[preprocessor.index]
index = true
[preprocessor.links]
follow-web-links = true
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[rust]
edition = "2021"