forked from linera-io/linera-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
48 lines (40 loc) · 1.25 KB
/
Copy pathbook.toml
File metadata and controls
48 lines (40 loc) · 1.25 KB
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
[book]
authors = ["Linera"]
language = "en"
multilingual = false
src = "src"
description = "The Linera Manual"
[output.html]
default-theme = "Light"
default-dark-theme = "Light"
additional-css = ["theme/theme.css", "./mdbook-admonish.css"]
additional-js = ["custom.js", "mermaid.min.js", "mermaid-init.js"]
git-repository-url = "https://github.com/linera-io/linera-documentation"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/linera-io/linera-documentation/edit/main/{path}"
hash-files = true
no-section-label = true
[output.html.fold]
enable = true
level = 0
[output.html.playground]
runnable = false
[output.html.redirect]
"/overview.html" = "/core_concepts/overview.html"
"/core_concepts.html" = "/core_concepts/overview.html"
"/developers.html" = "/developers/getting_started.html"
"/operators.html" = "/operators/devnets.html"
[output.linkcheck]
optional = true
follow-web-links = true
exclude = [ 'x\.com', 'crates\.io', 'npmjs\.com' ]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.3" # do not edit: managed by `mdbook-admonish install`
[build]
build-dir = "book"
create-missing = false
use-default-preprocessors = true
extra-watch-dirs = ["linera-protocol/"]