-
Notifications
You must be signed in to change notification settings - Fork 42
/
book.toml
45 lines (37 loc) · 1.39 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
43
44
45
[book]
authors = ["Niko Matsakis"]
language = "en"
multilingual = false
src = "src"
title = "Rust Project Goals"
[preprocessor.goals]
command = "cargo run -p mdbook-goals --"
[preprocessor.goals.links]
"Help wanted" = "https://img.shields.io/badge/Help%20wanted-yellow"
"Complete" = "https://img.shields.io/badge/Complete-green"
"TBD" = "https://img.shields.io/badge/TBD-red"
"Team" = "https://img.shields.io/badge/Team%20ask-red"
"Not funded" = "https://img.shields.io/badge/Not%20yet%20funded-red"
[preprocessor.goals.linkifiers]
"RFC #([0-9]+)" = "https://github.com/rust-lang/rfcs/pull/$1"
"([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)#([0-9]+)" = "https://github.com/$1/$2/issues/$3"
"#([0-9]+)" = "https://github.com/rust-lang/rust/issues/$1"
[preprocessor.goals.users]
"@Nadrieril" = "@Nadrieril"
[output.html]
git-repository-url = "https://github.com/rust-lang/rust-project-goals"
edit-url-template = "https://github.com/rust-lang/rust-project-goals/edit/main/{path}"
site-url = "/rust-project-goals/"
additional-js = ["src/update-progress-bars.js"]
[output.html.fold]
enable = true
level = 0
[output.html.redirect]
"/2024h2/async_fn_everywhere.html" = "async.html"
"/2024h2/slate.html" = "index.html"
"/2024h2/orphaned.html" = "accepted.html"
"/2024h2/proposed.html" = "accepted.html"
"/2024h2/accepted.html" = "goals.html"
"/2024h2/flagship.html" = "goals.html"
"/introduction.html" = "index.html"
[output.markdown]