diff options
Diffstat (limited to 'tvix/docs/book.toml')
-rw-r--r-- | tvix/docs/book.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tvix/docs/book.toml b/tvix/docs/book.toml new file mode 100644 index 000000000000..7318a9023348 --- /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 |