From 94e797fba07fbb457e18f25c9179612d2d2491d4 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 19 Apr 2021 19:08:15 +0200 Subject: [PATCH] mdbook book: show edit link Add "edit" links to the pages of mdbook own book --- guide/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/book.toml b/guide/book.toml index 6b01202e..f77c28cf 100644 --- a/guide/book.toml +++ b/guide/book.toml @@ -11,6 +11,7 @@ edition = "2018" mathjax-support = true site-url = "/mdBook/" git-repository-url = "https://github.com/rust-lang/mdBook/tree/master/guide" +git-repository-edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" [output.html.playground] editable = true