Files
darkfi/doc/book.toml
2026-01-02 15:34:06 +00:00

32 lines
611 B
TOML

[book]
authors = ["DarkFi"]
language = "en"
src = "src"
title = "The DarkFi Book"
description = "DarkFi mdbook"
text-direction = "ltr"
[output.html]
default-theme = "ayu"
preferred-dark-theme = "ayu"
#theme = "theme"
additional-css = ["theme/tabs.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"