Skip to content

Commit 890b664

Browse files
committed
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
2 parents 0d3f77f + 475136c commit 890b664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/contrib/book.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors = ["Eric Huss"]
55
[output.html]
66
curly-quotes = true # Enable smart-punctuation feature for more than quotes.
77
git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/contrib/src"
8+
edit-url-template = "https://github.com/rust-lang/cargo/edit/master/src/doc/contrib/{path}"
9+
search.use-boolean-and = true
810

911
[output.html.redirect]
1012
"/apidoc/cargo/index.html" = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"

0 commit comments

Comments
 (0)