aboutsummaryrefslogtreecommitdiffstats
path: root/docs/book/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/book/book.toml')
-rw-r--r--docs/book/book.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/book/book.toml b/docs/book/book.toml
index 9e1b4f3..e99be23 100644
--- a/docs/book/book.toml
+++ b/docs/book/book.toml
@@ -2,3 +2,13 @@
title = "sellershut"
authors = ["rtkay123"]
language = "en"
+
+[preprocessor]
+
+[preprocessor.mermaid]
+command = "mdbook-mermaid"
+
+[output]
+
+[output.html]
+additional-js = ["mermaid.min.js", "mermaid-init.js"]