blob: a0069670101ba981bedf2b0171fbe368c8403f67 (
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
|
[book]
authors = ["The Tor Project"]
language = "en"
multilingual = false
title = "Arti RPC"
[build]
[preprocessor]
[output.html]
git-repository-url="https://gitlab.torproject.org/tpo/core/arti"
smart-punctuation = true
# Note: Install mdbook-linkcheck to make this work.
[output.linkcheck]
warning-policy = "error"
# We effectively disable checking link destinations by excluding
# all links (`.*`).
#
# We're only using linkcheck to validate that reference-style links have *some*
# definition in the markdown, ensuring that *some* link will be generated. We
# validate that those links are correct using a separate tool (`bin/check_links`)
exclude = [ '.*' ]
|