aboutsummaryrefslogtreecommitdiffstats
path: root/docs/book/book.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-01 12:18:24 +0200
committerrtkay123 <dev@kanjala.com>2026-02-01 12:18:24 +0200
commit6a9d21bc87f8a738e14f27a1305bf04d0c4b7a0c (patch)
tree99e31ad0ef707c7e0ce79a58cac86f876fd00da7 /docs/book/book.toml
parent08b73aca5b6bfce3c807fb5b017ca13acddf4413 (diff)
downloadsellershut-6a9d21bc87f8a738e14f27a1305bf04d0c4b7a0c.tar.bz2
sellershut-6a9d21bc87f8a738e14f27a1305bf04d0c4b7a0c.zip
docs: user and auth entity model
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"]