tvl-depot/tvix/docs/book.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
636 B
TOML
Raw Normal View History

[book]
authors = ["The Tvix Authors"]
language = "en"
multilingual = false
src = "src"
title = "Tvix Docs"
[preprocessor.plantuml]
# override the /usr/bin/plantuml default
plantuml-cmd = "plantuml"
use-data-uris = true
[preprocessor.admonish]
command = "mdbook-admonish"
after = ["links"] # ensure `{{#include}}` also gets processed
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[preprocessor.d2]
command = "d2"
after = ["links"] # ensure `{{#include}}` also gets processed
[output]
[output.html]
additional-css = ["./mdbook-admonish.css", "./mdbook-extra.css"]
additional-js = ["./mdbook-extra.js"]