Skip to content

Commit 94e797f

Browse files
committed
mdbook book: show edit link
Add "edit" links to the pages of mdbook own book
1 parent c3beecc commit 94e797f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guide/book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ edition = "2018"
1111
mathjax-support = true
1212
site-url = "/mdBook/"
1313
git-repository-url = "https://github.com/rust-lang/mdBook/tree/master/guide"
14+
git-repository-edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
1415

1516
[output.html.playground]
1617
editable = true

0 commit comments

Comments
 (0)