summaryrefslogtreecommitdiff
path: root/docs/api/book.toml
blob: 476872cadddf52346ec7e90db295ff61f7fd5785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[book]
title = "The hi API"
authors = ["Owen Jacobson"]
language = "en"
multilingual = false

src = "."

[build]
build-dir = "../../target/docs/api"

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
additional-js = ["mermaid/mermaid.min.js", "mermaid/mermaid-init.js"]