blob: a5dacc46ed69dea111bb06dc0b6851bc894a1c83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[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"]
|