about summary refs log tree commit diff
path: root/tvix/docs/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/docs/book.toml')
-rw-r--r--tvix/docs/book.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tvix/docs/book.toml b/tvix/docs/book.toml
new file mode 100644
index 0000000000..7318a90233
--- /dev/null
+++ b/tvix/docs/book.toml
@@ -0,0 +1,11 @@
+[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