Files
docs-mdbook/book.toml
Hendrik Eeckhaut 9c2f694e20 Added GitHub links
2023-08-16 11:33:29 +02:00

22 lines
541 B
TOML

[book]
authors = ["sinu.eth", "themighty1"]
language = "en"
multilingual = false
src = "src"
title = "tlsn-docs"
[output.html]
default-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"]