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:
bors 2023-10-12 14:50:56 +00:00
commit 890b664ccb

View File

@ -5,6 +5,8 @@ authors = ["Eric Huss"]
[output.html]
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"
edit-url-template = "https://github.com/rust-lang/cargo/edit/master/src/doc/contrib/{path}"
search.use-boolean-and = true
[output.html.redirect]
"/apidoc/cargo/index.html" = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"