summaryrefslogtreecommitdiffstats
path: root/src/doc/rustdoc/book.toml
blob: dfa685785008366a30d395baedc1add28099b27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[book]
src = "src"
title = "The rustdoc book"

[output.html]
git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc"

[output.html.redirect]
"/what-to-include.html" = "write-documentation/what-to-include.html"
"/the-doc-attribute.html" = "write-documentation/the-doc-attribute.html"
"/linking-to-items-by-name.html" = "write-documentation/linking-to-items-by-name.html"
"/documentation-tests.html" = "write-documentation/documentation-tests.html"
"/website-features.html" = "advanced-features.html#custom-search-engines"
"/passes.html" = "deprecated-features.html#passes"