From 07cddd6b2673e6471ad38a544ab7173aac0f85e7 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 20 Jun 2025 19:52:10 +0200 Subject: [PATCH] allow easy fixes This adds an edit button on every page, which opens GitHub editor when clicked --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index 41328c2a64..16a9d6f80b 100644 --- a/book.toml +++ b/book.toml @@ -13,6 +13,7 @@ enable = true [output.html] git-repository-url = "https://github.com/rust-lang/rust-by-example" +edit-url-template = "https://github.com/rust-lang/rust-by-example/edit/master/{path}" hash-files = true additional-css = [ "theme/css/language-picker.css",