Files
darkfi/doc/book.toml
2022-10-30 12:15:44 +01:00

28 lines
464 B
TOML

[book]
authors = ["DarkFi"]
language = "en"
multilingual = false
src = "src"
title = "The DarkFi Book"
[output.html]
copy-fonts = true
default-theme = "ayu"
preferred-dark-theme = "ayu"
theme = "theme"
additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js"]
[output.html.playground]
runnable = false
[output.katex]
[preprocessor.katex]
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[preprocessor.mermaid]
command = "mdbook-mermaid"