-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.toml
More file actions
50 lines (44 loc) · 2.23 KB
/
book.toml
File metadata and controls
50 lines (44 loc) · 2.23 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
[book]
authors = ["Ingolf Wagner"]
language = "en"
multilingual = false
src = "src"
title = "terranix"
[output.html]
default-theme = "terranix"
no-section-label = true
additional-js = ["theme/nix.min.js"]
git-repository-url = "https://github.com/terranix/terranix"
git-repository-icon = "fa-github"
[output.html.print]
enable = false
[output.linkcheck]
# Don't follow external links when linkchecking by default.
# Use `nix run .#deepcheck` to also follow web links.
# Several HashiCorp resources give 429 Too Many Requests.
follow-web-links = false
[output.html.redirect]
# Redirecting because of brokenness when using subdirectories
"documentation/flakes.html" = "../flakes.html"
"documentation/functions.html" = "../functions.html"
"documentation/getting-started.html" = "../getting-started.html"
"documentation/getting-startet-with-nix-flakes.html" = "../getting-startet-with-nix-flakes.html"
"documentation/modules.html" = "../modules.html"
"documentation/terranix-vs-hcl.html" = "../terranix-vs-hcl.html"
"documentation/what-is-terranix.html" = "../what-is-terranix.html"
"news/2021-10-02_release-2.4.0.html" = "../news-2021-10-02_release-2.4.0.html"
"news/2021-10-20_new_page_layout.html" = "../news-2021-10-20_new_page_layout.html"
"news/2021-11-07_release-2.5.0.html" = "../news-2021-11-07_release-2.5.0.html"
"news/2021-11-13_release-2.5.1.html" = "../news-2021-11-13_release-2.5.1.html"
"news/2021-11-17_release-2.5.2.html" = "../news-2021-11-17_release-2.5.2.html"
"news/2022-01-07_release-2.5.3.html" = "../news-2022-01-07_release-2.5.3.html"
"news/2022-07-11_release-2.5.4.html" = "../news-2022-07-11_release-2.5.4.html"
"news/2022-09-06_release-2.5.5.html" = "../news-2022-09-06_release-2.5.5.html"
"news/2023-02-08_matrix.html" = "../news-2023-02-08_matrix.html"
"news/2023-05-24_release-2.6.0.html" = "../news-2023-05-24_release-2.6.0.html"
"news/2023-09-22_release-2.7.0.html" = "../news-2023-09-22_release-2.7.0.html"
"news/2024-10-15_release-2.8.0.html" = "../news-2024-10-15_release-2.8.0.html"
"news/2025-11-09_website_renewal.html" = "../news-2025-11-09_website_renewal.html"
# Redirecting because of typos and restructuring
"getting-startet-with-nix-flakes.html" = "getting-started-with-flakes.html"
"flakes.html" = "getting-started-with-flakes.html"