Files
docs-mdbook/book.toml
2023-10-10 11:43:51 +02:00

23 lines
570 B
TOML

[book]
authors = ["sinu.eth", "themighty1"]
language = "en"
multilingual = false
src = "src"
title = "tlsn-docs"
[output.html]
default-theme = "ayu"
preferred-dark-theme = "ayu"
additional-css = ["src/css/katex.css", "src/css/global.css"]
use-site-url-as-root = true
git-repository-url = "https://github.com/tlsnotary/docs-mdbook"
edit-url-template = "https://github.com/tlsnotary/docs-mdbook/edit/main/{path}"
[output.linkcheck]
# Ignore warnings because of the many false-postives in katex formulas
warning-policy = "ignore"
[preprocessor.katex]
after = ["links"]