2025-11-26 12:15:07 +01:00

14 lines
284 B
TOML

[book]
authors = ["Nomos Testing"]
language = "en"
multilingual = false
src = "src"
title = "Nomos Testing Book"
[build]
# Keep book output in target/ to avoid polluting the workspace root.
build-dir = "../target/book"
[output.html]
default-theme = "light"