mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #12812 - tshepang:patch-1, r=epage
contrib docs: add some conveniences - AND search terms, instead of OR - allow quick-edit, by adding a button that allows one to submit a change directly via github
This commit is contained in:
commit
890b664ccb
@ -5,6 +5,8 @@ authors = ["Eric Huss"]
|
|||||||
[output.html]
|
[output.html]
|
||||||
curly-quotes = true # Enable smart-punctuation feature for more than quotes.
|
curly-quotes = true # Enable smart-punctuation feature for more than quotes.
|
||||||
git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/contrib/src"
|
git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/contrib/src"
|
||||||
|
edit-url-template = "https://github.com/rust-lang/cargo/edit/master/src/doc/contrib/{path}"
|
||||||
|
search.use-boolean-and = true
|
||||||
|
|
||||||
[output.html.redirect]
|
[output.html.redirect]
|
||||||
"/apidoc/cargo/index.html" = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"
|
"/apidoc/cargo/index.html" = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user