24 lines
464 B
TOML
24 lines
464 B
TOML
|
|
[book]
|
||
|
|
authors = [ "Zonemaster Team" ]
|
||
|
|
description = "Zonemaster documentation"
|
||
|
|
language = "en"
|
||
|
|
src = "./"
|
||
|
|
|
||
|
|
[build]
|
||
|
|
create-missing = false
|
||
|
|
use-default-preprocessors = false
|
||
|
|
|
||
|
|
[output.html]
|
||
|
|
no-section-label = true
|
||
|
|
|
||
|
|
[output.html.fold]
|
||
|
|
enable = true
|
||
|
|
level = 1
|
||
|
|
|
||
|
|
[output.linkcheck]
|
||
|
|
optional = true
|
||
|
|
warning-policy= "warn"
|
||
|
|
follow-web-links = false
|
||
|
|
traverse-parent-directories = false
|
||
|
|
exclude = [ 'SUMMARY.md', 'LICENSE.md', 'zonemaster_logo_2021_color.png', 'localhost' ]
|