mirror of
https://github.com/AtHeartEngineer/docs-mdbook.git
synced 2026-01-07 00:23:49 -05:00
22 lines
541 B
TOML
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"]
|