diff options
Diffstat (limited to 'tvix/docs/book.toml')
-rw-r--r-- | tvix/docs/book.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tvix/docs/book.toml b/tvix/docs/book.toml index 7318a9023348..10a26f3ff4c0 100644 --- a/tvix/docs/book.toml +++ b/tvix/docs/book.toml @@ -9,3 +9,13 @@ title = "Tvix Docs" # 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"] |