forked from MystenLabs/walrus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
47 lines (38 loc) · 1 KB
/
book.toml
File metadata and controls
47 lines (38 loc) · 1 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
[book]
authors = ["Mysten Labs <build@mystenlabs.com>"]
language = "en"
multilingual = false
src = "docs/book"
title = "Walrus"
[build]
build-dir = "docs/build"
[output.html]
additional-css = ["docs/mdbook-admonish.css", "docs/theme/tabs.css"]
additional-js = ["docs/theme/tabs.js"]
theme = "docs/theme"
[output.linkcheck]
exclude = [
'faucet\.sui\.io',
'github\.com',
'google\.com',
'x\.com',
]
follow-web-links = true
optional = true
traverse-parent-directories = true
warning-policy = "error"
[preprocessor]
[preprocessor.admonish]
assets_version = "3.0.3" # do not edit: managed by `mdbook-admonish install`
command = "mdbook-admonish"
on_failure = "bail"
[preprocessor.katex]
# Using `\(` and `\)` for inline math and `\[` and `\]` for math blocks.
block-delimiter = { left = "\\[", right = "\\]" }
inline-delimiter = { left = "\\(", right = "\\)" }
[preprocessor.gettext]
after = ["links"]
[preprocessor.templates]
command = "mdbook-templates"
path = "docs/book/assets/operators.json"
[preprocessor.tabs]