kanidm/book/book.toml
Matthew Wilks e530cde361
Diagram Improvements in Book (#3124)
* Bump mermaid to 11.3.0
* Mermaid theme changes based on mdbook theme
* Replace old use cases diagram with mermaid one
* Change out ASCII git art with mermaid git graph
* Remove old theme.css file from book
2024-10-19 23:46:29 +00:00

20 lines
575 B
TOML

[book]
authors = ["William Brown", "James Hodgkinson", "Carla Schroder"]
language = "en"
multilingual = false
src = "src"
title = "Kanidm Administration"
[output.html]
edit-url-template = "https://github.com/kanidm/kanidm/edit/master/book/{path}"
git-repository-url = "https://github.com/kanidm/kanidm"
git-repository-icon = "fa-github"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
# Github-flavoured markdown alerts, install mdbook-alerts
[preprocessor.alerts]
# mermaid graph rendering, you need mdbook-mermaid
[preprocessor.mermaid]
command = "mdbook-mermaid"