mirror of
https://github.com/AtHeartEngineer/docs-mdbook.git
synced 2026-01-09 17:17:54 -05:00
15 lines
279 B
TOML
15 lines
279 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
|
|
|
|
[preprocessor.katex]
|
|
after = ["links"]
|