[book]
title = "Synta Python Bindings"
authors = ["Synta contributors"]
description = "Python API reference and guide for the synta ASN.1 library"
language = "en"
src = "src"
[build]
build-dir = "../../target/mdbook/python"
create-missing = false
[preprocessor.example-pages]
command = "python3 ../../contrib/mdbook-example-pages.py"
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://codeberg.org/abbra/synta"
edit-url-template = "https://codeberg.org/abbra/synta/src/branch/main/{path}"
additional-css = ["../theme/synta.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]