aboutsummaryrefslogtreecommitdiff
path: root/mdbook/spec/book.toml
blob: 16668c90d7bbcae60dfac2687c8e9d2fd83fc3f1 (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
29
30
31
32
33
34
35
36
37
[book]
authors = ["The Tor Project"]
language = "en"
multilingual = false
src = "../../spec"
title = "Tor Specifications"

[build]
build-dir = "../../build/spec"

[preprocessor]

[output.html]
theme = "../theme"

[output.html.redirect]

# BEGIN AUTO-GENERATED REDIRECTS
"/collector-protocol.html" = "https://gitlab.torproject.org/tpo/network-health/metrics/collector/-/blob/master/src/main/resources/docs/PROTOCOL?ref_type=heads"
"/gettor-spec.html" = "https://gitlab.torproject.org/tpo/core/torspec/-/raw/main/attic/text_formats/gettor-spec.txt?ref_type=heads"
"/rend-spec-v2.html" = "https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/attic/rend-spec-v2.txt?ref_type=heads"
"/rend-spec-v3.html" = "https://spec.torproject.org/rend-spec"
"/tor-fw-helper-spec.html" = "https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/attic/tor-fw-helper-spec.txt?ref_type=heads"
"/torbrowser-design.html" = "https://2019.www.torproject.org/projects/torbrowser/design/"
"/tor-design.html" = "https://svn.torproject.org/svn/projects/design-paper/tor-design.pdf"
"/walking-onions.html" = "https://spec.torproject.org/proposals/323-walking-onions-full.html"
# END AUTO-GENERATED REDIRECTS

[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 = [ '.*' ]