about summary refs log tree commit diff
path: root/tvix/docs/book.toml
blob: 10a26f3ff4c08c019b559b3dc672c8dffd159755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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`

[output]

[output.html]
additional-css = ["./mdbook-admonish.css"]