Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514
Add links to the source for the rustc and rustdoc books. This adds a little icon in the upper-right corner of the books so that readers can find the source if they want to make changes or file issues. This is already included in several of the other books.
This commit is contained in:
commit
bae6475443
2 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,6 @@ authors = ["The Rust Project Developers"]
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "The rustc book"
|
title = "The rustc book"
|
||||||
|
|
||||||
|
[output.html]
|
||||||
|
git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustc"
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "The rustdoc book"
|
title = "The rustdoc book"
|
||||||
|
|
||||||
|
[output.html]
|
||||||
|
git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue