aboutsummaryrefslogtreecommitdiffstats
path: root/docs/book/book.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-04-03 11:31:18 +0200
committerrtkay123 <dev@kanjala.com>2026-04-03 11:31:18 +0200
commit2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4 (patch)
tree36928586bdf83a2297e93a3248498605b2824000 /docs/book/book.toml
downloadsellershut-2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4.tar.bz2
sellershut-2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4.zip
initial commit
Diffstat (limited to 'docs/book/book.toml')
-rw-r--r--docs/book/book.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/book/book.toml b/docs/book/book.toml
new file mode 100644
index 0000000..e99be23
--- /dev/null
+++ b/docs/book/book.toml
@@ -0,0 +1,14 @@
+[book]
+title = "sellershut"
+authors = ["rtkay123"]
+language = "en"
+
+[preprocessor]
+
+[preprocessor.mermaid]
+command = "mdbook-mermaid"
+
+[output]
+
+[output.html]
+additional-js = ["mermaid.min.js", "mermaid-init.js"]