-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathbook.toml
42 lines (38 loc) · 1.67 KB
/
book.toml
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
[book]
authors = ["Niko Matsakis"]
language = "en"
multilingual = false
src = "src"
title = "The Rust Language Design Team"
[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/master/{path}"
[output.html.fold]
enable = true
level = 0
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html.redirect]
"/rust-2018/edition-changes.html" = "index.html"
"/priorities.html" = "initiatives/priorities.html"
"/project_groups.html" = "initiatives/active.html"
"/proposing_a_project.html" = "initiatives/proposing.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"