Skip to content

Commit 475136c

Browse files
authored
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
1 parent 50d9f9c commit 475136c

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)