forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
35 lines (28 loc) · 933 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
33
34
35
[book]
authors = ["Heliax R&D Team"]
language = "en"
multilingual = false
# This book is currently not being hosted
# site-url = "https://docs.anoma.network/master/"
src = "src"
title = "Anoma - DOCS"
[output.html]
edit-url-template = "https://github.com/anoma/namada/edit/main/documentation/dev/{path}"
git-repository-url = "https://github.com/anoma/namada"
additional-css = ["assets/custom.css", "assets/mdbook-admonish.css", "theme/pagetoc.css"]
additional-js = ["assets/mermaid.min.js", "assets/mermaid-init.js", "theme/pagetoc.js"]
mathjax-support = true
git-branch = "main"
[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 = "2.0.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.pagetoc]