From 6a9d21bc87f8a738e14f27a1305bf04d0c4b7a0c Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 1 Feb 2026 12:18:24 +0200 Subject: docs: user and auth entity model --- docs/book/book.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/book/book.toml') 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"] -- cgit v1.2.3