tvl-depot/tvix/docs/book.toml
Florian Klink 65a810fc0b feat(tvix/docs): switch to mdbook
Some of the docs are still outdated (like architecture and drv path
inconsistencies).

Change-Id: I7a6afceb008ef4cd19a764dd6c637b39fa842a2e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11072
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
2024-03-03 16:52:38 +00:00

11 lines
220 B
TOML

[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