forked from MystenLabs/walrus-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
40 lines (33 loc) · 861 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
36
37
38
39
40
[book]
authors = ["Mysten Labs <build@mystenlabs.com>"]
language = "en"
multilingual = false
src = "docs"
title = "Walrus"
[build]
build-dir = "build"
extra-watch-dirs = ["po"]
[output.html]
theme = "theme"
additional-css = ["./mdbook-admonish.css"]
[output.linkcheck]
optional = true
follow-web-links = true
warning-policy = "error"
exclude = [
'walrus\.site', # No service worker in the link checker.
'google\.com',
'x\.com',
'suiscan\.xyz',
]
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
on_failure = "bail"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[preprocessor.katex]
# Using `\(` and `\)` for inline math and `\[` and `\]` for math blocks.
block-delimiter = { left = "\\[", right = "\\]" }
inline-delimiter = { left = "\\(", right = "\\)" }
[preprocessor.gettext]
after = ["links"]