Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions doc/dev-guide/book.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[book]
authors = ["The Rust Project Developers"]
language = "en"
multilingual = false
src = "src"
title = "The Rustup developer guide"

[output.html]
curly-quotes = true
smart-punctuation = true
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/dev-guide/{path}"
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/dev-guide"
site-url = "https://rust-lang.github.io/rustup/dev-guide"
2 changes: 1 addition & 1 deletion doc/user-guide/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["The Rust Project Developers"]
title = "The rustup book"

[output.html]
curly-quotes = true
smart-punctuation = true
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/user-guide/{path}"
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/user-guide"
site-url = "https://rust-lang.github.io/rustup/"
Expand Down
Loading