Files
darkfi/doc/book.toml

31 lines
663 B
TOML

[book]
authors = ["DarkFi"]
language = "en"
src = "src"
title = "The DarkFi Book"
description = "DarkFi mdbook"
text-direction = "ltr"
[output.html]
default-theme = "darkforest"
preferred-dark-theme = "darkforest"
theme = "theme"
additional-css = ["theme/tabs.css", "theme/highlight.css", "src/fonts.css"]
additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js", "theme/zkas-highlight.js", "theme/tabs.js"]
[output.html.playground]
runnable = false
[preprocessor.tabs]
[preprocessor.katex]
macros = "latex-macros.txt"
after = ["links"]
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[preprocessor.mermaid]
command = "mdbook-mermaid"