]> git.lizzy.rs Git - rust.git/blob - src/doc/rustdoc/book.toml
Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister
[rust.git] / src / doc / rustdoc / book.toml
1 [book]
2 src = "src"
3 title = "The rustdoc book"
4
5 [output.html]
6 git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc"
7
8 [output.html.redirect]
9 "/the-doc-attribute.html" = "write-documentation/the-doc-attribute.html"
10 "/documentation-tests.html" = "write-documentation/documentation-tests.html"