commit | 07cddd6b2673e6471ad38a544ab7173aac0f85e7 | [log] [tgz] |
---|---|---|
author | Tshepang Mbambo <hopsi@tuta.io> | Fri Jun 20 19:52:10 2025 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 20 19:52:10 2025 +0200 |
tree | ecb297bf0c2cf48a86fc3da925dfe0fa444bf287 | |
parent | 05c7d8bae65f23a1837430c5a19be129d414f5ec [diff] |
allow easy fixes This adds an edit button on every page, which opens GitHub editor when clicked
diff --git a/book.toml b/book.toml index 41328c2..16a9d6f 100644 --- a/book.toml +++ b/book.toml
@@ -13,6 +13,7 @@ [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",