From c3beecc96ad810f65521ad595d8d79eac6a705c1 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 19 Apr 2021 19:07:37 +0200 Subject: [PATCH] Update docs to include example of edit links feature Add a working example of the edit links feature to the examples --- guide/src/format/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/src/format/config.md b/guide/src/format/config.md index 7b19654b..f43c56a6 100644 --- a/guide/src/format/config.md +++ b/guide/src/format/config.md @@ -295,6 +295,7 @@ additional-js = ["custom.js"] no-section-label = false git-repository-url = "https://github.com/rust-lang/mdBook" git-repository-icon = "fa-github" +git-repository-edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" site-url = "/example-book/" cname = "myproject.rs" input-404 = "not-found.md"