cefc33e3df
This makes search results less surprising, because it is how major web search engines behave
16 lines
413 B
TOML
16 lines
413 B
TOML
[book]
|
|
authors = ["Blaž Hrastnik"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[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
|