Replace embedded mermaid with rendered PNG images

- 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
This commit is contained in:
2026-03-19 20:37:09 -07:00
parent faa30b9285
commit d21555f1d7
6 changed files with 22 additions and 982 deletions

View File

@@ -7,7 +7,7 @@ description = "A taxonomy of puzzle design patterns from classic point-and-click
[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", "mermaid-lightbox.js"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.playground]
editable = true