summaryrefslogtreecommitdiffstats
path: root/src/doc/rustdoc/book.toml
blob: 45405a11765cc761aab576fee0bb37982a96a612 (plain)
1
2
3
4
5
6
7
8
9
10
[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]
"/the-doc-attribute.html" = "write-documentation/the-doc-attribute.html"
"/documentation-tests.html" = "write-documentation/documentation-tests.html"