aboutsummaryrefslogtreecommitdiff
path: root/book/book.toml
diff options
context:
space:
mode:
authorEm Zhan2023-07-09 17:20:38 +0000
committerGitHub2023-07-09 17:20:38 +0000
commit9a324f337a2705e68035a356ad6b626ee4c6669b (patch)
treecceca85e3bf0ec7860e4873e6e103fc449b07ca9 /book/book.toml
parent7c338429f845315fb276ff482f91b94b3102dbd8 (diff)
docs: Update mdBook theme and improve maintainability (#7524)
Diffstat (limited to 'book/book.toml')
-rw-r--r--book/book.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/book.toml b/book/book.toml
index f68dece8..4db5365e 100644
--- a/book/book.toml
+++ b/book/book.toml
@@ -10,3 +10,4 @@ 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"]