mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* more markdowny linty things * Fixes #2572 by replacing mdbook-template with github-flavoured and more markdowny alerts
23 lines
512 B
TOML
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"
|