diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-12 10:51:21 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-12 10:51:21 +0200 |
commit | 1dc7dccb7536f6831de570f535e6911384e1a7e4 (patch) | |
tree | ffa5dcfafa5a8807bc94948e02c831c2896e3ee7 /docs/book/book.toml | |
parent | 757458695c7bef1a395babb47f28cccf19066672 (diff) | |
download | sellershut-1dc7dccb7536f6831de570f535e6911384e1a7e4.tar.bz2 sellershut-1dc7dccb7536f6831de570f535e6911384e1a7e4.zip |
docs: book
Diffstat (limited to 'docs/book/book.toml')
-rw-r--r-- | docs/book/book.toml | 15 |
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..68b6d89 --- /dev/null +++ b/docs/book/book.toml @@ -0,0 +1,15 @@ +[book] +authors = ["rtkay123"] +language = "en" +src = "src" +title = "sellershut" + +[preprocessor] + +[preprocessor.mermaid] +command = "mdbook-mermaid" + +[output] + +[output.html] +additional-js = ["mermaid.min.js", "mermaid-init.js"] |