diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/book.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/book/book.toml b/book/book.toml index f397aef0..e6d3eee3 100644 --- a/book/book.toml +++ b/book/book.toml @@ -4,3 +4,6 @@ language = "en" multilingual = false src = "src" theme = "colibri" + +[output.html] +cname = "docs.helix-editor.com" |