mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
- 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
14 lines
310 B
TOML
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"
|