Update docs to include example of edit links feature
Add a working example of the edit links feature to the examples
This commit is contained in:
parent
7aff98a859
commit
c3beecc96a
|
@ -295,6 +295,7 @@ additional-js = ["custom.js"]
|
||||||
no-section-label = false
|
no-section-label = false
|
||||||
git-repository-url = "https://github.com/rust-lang/mdBook"
|
git-repository-url = "https://github.com/rust-lang/mdBook"
|
||||||
git-repository-icon = "fa-github"
|
git-repository-icon = "fa-github"
|
||||||
|
git-repository-edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
|
||||||
site-url = "/example-book/"
|
site-url = "/example-book/"
|
||||||
cname = "myproject.rs"
|
cname = "myproject.rs"
|
||||||
input-404 = "not-found.md"
|
input-404 = "not-found.md"
|
||||||
|
|
Loading…
Reference in New Issue