diff options
Diffstat (limited to 'tvix/docs/book.toml')
-rw-r--r-- | tvix/docs/book.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/docs/book.toml b/tvix/docs/book.toml index 10a26f3ff4c0..a5dacc46ed69 100644 --- a/tvix/docs/book.toml +++ b/tvix/docs/book.toml @@ -15,6 +15,10 @@ 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] |