mirror of https://github.com/helix-editor/helix
Fix book configuration for edit template (#7278)
parent
b0129b552d
commit
e2a1678436
|
@ -3,10 +3,10 @@ authors = ["Blaž Hrastnik"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
edit-url-template = "https://github.com/helix-editor/helix/tree/master/book/{path}?mode=edit"
|
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
cname = "docs.helix-editor.com"
|
cname = "docs.helix-editor.com"
|
||||||
default-theme = "colibri"
|
default-theme = "colibri"
|
||||||
preferred-dark-theme = "colibri"
|
preferred-dark-theme = "colibri"
|
||||||
git-repository-url = "https://github.com/helix-editor/helix"
|
git-repository-url = "https://github.com/helix-editor/helix"
|
||||||
|
edit-url-template = "https://github.com/helix-editor/helix/edit/master/book/{path}"
|
||||||
|
|
Loading…
Reference in New Issue