andrussal f355ead47e docs: comprehensive documentation improvements
- Rename to 'Logos Blockchain Testing Framework Book'
- Rebrand protocol references from Nomos to Logos
- Add narrative improvements (Core Concept, learning paths, callouts)
- Expand best-practices and what-you-will-learn pages
- Add maintenance guide (README.md) with doc-snippets documentation
- Add Notion documentation links
- Fix code example imports and API signatures
- Remove all icons/emojis
2025-12-18 19:47:29 +01:00

14 lines
310 B
TOML

[book]
authors = ["Nomos Testing"]
language = "en"
src = "src"
title = "Logos Blockchain Testing Framework Book"
[build]
# Keep book output in target/ to avoid polluting the workspace root.
build-dir = "../target/book"
[output.html]
additional-js = ["theme/mermaid-init.js"]
default-theme = "light"