From 5ceb45acf423de00fd0220320898ac65407521bc Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 5 Dec 2024 12:58:34 +0100 Subject: [PATCH] feat: add git-repository-url and edit-url-template to mdbook html output --- book/book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/book.toml b/book/book.toml index 228e3ed9..a9be9f36 100644 --- a/book/book.toml +++ b/book/book.toml @@ -6,6 +6,8 @@ src = "src" title = "cargo-mutants" [output.html] +git-repository-url = "https://github.com/sourcefrog/cargo-mutants" +edit-url-template = "https://github.com/sourcefrog/cargo-mutants/edit/main/book/{path}" [output.linkcheck] follow-web-links = true