allow to quickly edit a page directly on github
This commit is contained in:
parent
6893645e60
commit
40dfee8bcd
|
|
@ -12,6 +12,7 @@ renderer = ["html"]
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
git-repository-url = "https://github.com/rust-lang/rustc-dev-guide"
|
git-repository-url = "https://github.com/rust-lang/rustc-dev-guide"
|
||||||
|
edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/tree/master/{path}?mode=edit"
|
||||||
|
|
||||||
[output.html.fold]
|
[output.html.fold]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue