From 5c06c997ea430ed03124d83aac0de13047fe2b1d Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 27 Mar 2024 21:07:19 +0200 Subject: [PATCH] some mdbook conveniences - quick-edit button - familiar search style --- book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book.toml b/book.toml index 7841b647..77867ae1 100644 --- a/book.toml +++ b/book.toml @@ -6,6 +6,8 @@ title = "The Rust Edition Guide" [output.html] git-repository-url = "https://github.com/rust-lang/edition-guide" +edit-url-template = "https://github.com/rust-lang/edition-guide/edit/master/{path}" +search.use-boolean-and = true [output.html.redirect] "/rust-2018/edition-changes.html" = "index.html"