aboutsummaryrefslogtreecommitdiffstats
path: root/docs/book/book.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-08 06:58:06 +0200
committerrtkay123 <dev@kanjala.com>2025-08-08 06:58:06 +0200
commit98c42ac8a5a2f129e6d0f63f550fefdc9a868daf (patch)
treedca6b0cfa27b9d0f21d1c61011f88b604936600c /docs/book/book.toml
parenta05316c51f9ca3bfeb8b587b27275816cab19d48 (diff)
downloadwarden-98c42ac8a5a2f129e6d0f63f550fefdc9a868daf.tar.bz2
warden-98c42ac8a5a2f129e6d0f63f550fefdc9a868daf.zip
docs: book
Diffstat (limited to 'docs/book/book.toml')
-rw-r--r--docs/book/book.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/book/book.toml b/docs/book/book.toml
new file mode 100644
index 0000000..6a1db15
--- /dev/null
+++ b/docs/book/book.toml
@@ -0,0 +1,15 @@
+[book]
+authors = ["rtkay123"]
+language = "en"
+src = "src"
+title = "warden"
+
+[preprocessor]
+
+[preprocessor.mermaid]
+command = "mdbook-mermaid"
+
+[output]
+
+[output.html]
+additional-js = ["mermaid.min.js", "mermaid-init.js"]