forked from anoma/anoma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
32 lines (26 loc) · 814 Bytes
/
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
[book]
authors = ["Heliax R&D Team"]
language = "en"
multilingual = false
site-url = "https://docs.anoma.network/master/"
src = "src"
title = "Anoma - DOCS"
[output.html]
edit-url-template = "https://github.com/anoma/anoma/edit/master/docs/{path}"
git-repository-url = "https://github.com/anoma/anoma"
additional-css = ["assets/custom.css", "assets/mdbook-admonish.css"]
additional-js = ["assets/mermaid.min.js", "assets/mermaid-init.js"]
mathjax-support = true
git-branch = "master"
[output.html.search]
expand = true
[output.linkcheck]
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.open-on-gh]
command = "mdbook-open-on-gh"
renderer = ["html"]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "1.0.0" # do not edit: managed by `mdbook-admonish install`