Merged
Conversation
- Add jekyll-mermaid-prebuild gem for build-time SVG rendering - Configure output directory for generated diagrams - Update CI workflow to install mermaid-cli and Puppeteer deps This approach renders diagrams to static SVG at build time, eliminating client-side JavaScript requirements.
8a94dee to
48f191e
Compare
- Bump Node.js version from 20 to 24 in CI workflow - Add SETUP.md with local development prerequisites - Update README.md to reference SETUP.md for mermaid deps
This was referenced Feb 22, 2026
184ca27 to
55cbd6a
Compare
Ubuntu 24.04 renamed libasound2 to libasound2t64. Update CI workflow and SETUP.md accordingly.
jekyll-mermaid-prebuild >= 0.3.0 requires Ruby >= 3.3.0. Use Ruby 3.4 (current LTS) for CI and local development. - Update CI workflow to use Ruby 3.4 - Update SETUP.md to reflect Ruby 3.4 requirement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
assets/svg) for generated diagramsWhy jekyll-mermaid-prebuild?
Usage
Use fenced code blocks with
mermaidlanguage:graph TD A[Start] --> B[End]Requirements
mmdc(mermaid-cli) installed globallyTesting
Will be tested with upcoming blog posts featuring architecture diagrams.