mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
17 lines
344 B
TOML
17 lines
344 B
TOML
[book]
|
|
authors = ["Nomos Testing"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "Nomos Testing Book"
|
|
|
|
[build]
|
|
# Keep book output in target/ to avoid polluting the workspace root.
|
|
build-dir = "../target/book"
|
|
|
|
[preprocessor.linkcheck]
|
|
command = "mdbook-linkcheck"
|
|
|
|
[output.html]
|
|
additional-js = ["theme/mermaid-init.js"]
|
|
default-theme = "light"
|