Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/book.toml')
| -rw-r--r-- | book/book.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/book/book.toml b/book/book.toml index f1127f3c..9835145c 100644 --- a/book/book.toml +++ b/book/book.toml @@ -1,15 +1,12 @@ [book] authors = ["Blaž Hrastnik"] language = "en" +multilingual = false src = "src" +edit-url-template = "https://github.com/helix-editor/helix/tree/master/book/{path}?mode=edit" [output.html] cname = "docs.helix-editor.com" default-theme = "colibri" preferred-dark-theme = "colibri" git-repository-url = "https://github.com/helix-editor/helix" -edit-url-template = "https://github.com/helix-editor/helix/edit/master/book/{path}" -additional-css = ["custom.css"] - -[output.html.search] -use-boolean-and = true |