manual/book.toml503 B · TOML
Raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[book]
authors = ["SuperDisk <[email protected]>", "ISSOtm <[email protected]>"]
language = "en"
multilingual = false
src = "src"
title = "hUGETracker manual"

[output.html]
curly-quotes = true
print = { enable = true }
git-repository-url = "https://github.com/SuperDisk/hUGETracker"
edit-url-template = "https://github.com/SuperDisk/hUGETracker/edit/hUGETracker/manual/src/{path}"
site-url = "/hUGETracker/"

[output.linkcheck]
follow-web-links = true
traverse-parent-directories = false
optional = true