blob: 493939b516c4deb10c6372243d19b649009a6cba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[book]
title = "The Pilcrow 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"]
|