mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* 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
20 lines
575 B
TOML
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"
|