summaryrefslogtreecommitdiffstats
path: root/docs/book.toml
blob: 8f09a6cb27954853de28a2041c1d658ef733e514 (plain)
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
[book]
title = "thin-edge.io docs"
authors = []
language = "en"
multilingual = false
src = "src"

[output.html.fold]
    enable = true

[output.linkcheck]
# Should we check links on the internet? Enabling this option adds a
# non-negligible performance impact
#follow-web-links = true

# Are we allowed to link to files outside of the book's root directory? This
# may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
traverse-parent-directories = true

# How should warnings be treated?
#
# - "warn" will emit warning messages
# - "error" treats all warnings as errors, failing the linkcheck
# - "ignore" will ignore warnings, suppressing diagnostic messages and allowing
#   the linkcheck to continuing
warning-policy = "warn"

#exclude = [ 'README.md' ]