mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-08-06 23:03:13 +00:00
15 lines
354 B
TOML
15 lines
354 B
TOML
[book]
|
|
authors = ["Logos Testing"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "Testing Framework Book"
|
|
|
|
[build]
|
|
# Keep book output in target/ to avoid polluting the workspace root.
|
|
build-dir = "../target/book"
|
|
|
|
[output.html]
|
|
additional-css = ["theme/tour-v2.css"]
|
|
additional-js = ["theme/mermaid-init.js", "theme/tour-v2.js"]
|
|
default-theme = "light"
|