-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathbook.toml
More file actions
45 lines (40 loc) · 1.82 KB
/
Copy pathbook.toml
File metadata and controls
45 lines (40 loc) · 1.82 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
[book]
language = "en"
src = "src"
title = "The Rust Language Design Team"
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.linkcheck]
[output.html]
additional-js =["mermaid.min.js", "mermaid-init.js"]
cname = "lang-team.rust-lang.org"
git-repository-url = "https://github.com/rust-lang/lang-team"
edit-url-template = "https://github.com/rust-lang/lang-team/edit/main/{path}"
[output.html.fold]
enable = true
level = 0
[output.html.redirect]
"/rust-2018/edition-changes.html" = "index.html"
"/priorities.html" = "initiatives/priorities.html"
"/project_groups.html" = "https://forge.rust-lang.org/governance/project-groups.html"
"/proposing_a_project.html" = "how_to/propose.html"
"/initiatives.html" = "how_to/propose.html"
"/initiatives/faq.html" = "how_to/propose.html"
"/initiatives/priorities.html" = "how_to/propose.html"
"/initiatives/process/checklists.html" = "how_to/propose.html"
"/initiatives/process/roles/liaison.html" = "how_to/experiment.html"
"/initiatives/process/roles/owner.html" = "how_to/experiment.html"
"/initiatives/process/roles.html" = "how_to/propose.html"
"/initiatives/process/stages/development.html" = "how_to/propose.html"
"/initiatives/process/stages/experimental.html" = "how_to/experiment.html"
"/initiatives/process/stages/feature_complete.html" = "how_to/propose.html"
"/initiatives/process/stages/inactive.html" = "how_to/propose.html"
"/initiatives/process/stages/proposal.html" = "how_to/propose.html"
"/initiatives/process/stages/stabilized.html" = "how_to/propose.html"
"/initiatives/process/stages.html" = "how_to/propose.html"
"/initiatives/process.html" = "how_to/propose.html"
"/initiatives/stable.html" = "how_to/propose.html"
"./decision_process.md" = "decision-making.md"
"./decision_process/examples.md" = "decision-making.md"
"./decision_process/reference.md" = "decision-making.md"