kanidm/book/book.toml
James Hodgkinson e1a1bff94d
Docs rework (#2919)
* more markdowny linty things
* Fixes #2572 by replacing mdbook-template with github-flavoured and more markdowny alerts
2024-07-23 02:21:56 +00:00

23 lines
512 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-css = ["theme.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[preprocessor.alerts]
[preprocessor.mermaid]
command = "mdbook-mermaid"