-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbook.toml
More file actions
36 lines (30 loc) · 749 Bytes
/
Copy pathbook.toml
File metadata and controls
36 lines (30 loc) · 749 Bytes
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
[book]
authors = ["Prasanna Loganathar"]
language = "en"
multilingual = false
src = "src"
title = "DeFiChain Handbook"
[rust]
edition = "2018"
[output.html]
site-url = "/handbook/"
mathjax-support = true
git-repository-url = "https://github.com/DeFiCh/handbook/tree/main/"
edit-url-template = "https://github.com/DeFiCh/handbook/edit/main/{path}"
fold.enable = true
no-section-label = true
additional-js = ["scripts/mermaid.min.js", "scripts/mermaid-init.js"]
[output.html.playground]
editable = true
line-numbers = true
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"