- Render KQVI puzzle dependency chart as PNG (preview + full-size) - Replace mermaid code block with image embed linking to full version - Remove broken mermaid-lightbox.js from book.toml and delete file - Update Chart Configuration section (was Mermaid Configuration) - Images copied to src/inspiration/ for mdbook build
17 lines
502 B
TOML
17 lines
502 B
TOML
[book]
|
|
authors = ["Puzzle Design Knowledge Base"]
|
|
language = "en"
|
|
title = "Puzzle Design Knowledge Base"
|
|
description = "A taxonomy of puzzle design patterns from classic point-and-click adventure games"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/noti/puzzle-design-kb"
|
|
edit-url-template = "https://github.com/noti/puzzle-design-kb/edit/main/{path}"
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
line-numbers = true
|
|
|
|
[preprocessor.mermaid]
|