-
-
Notifications
You must be signed in to change notification settings - Fork 43
Generate SVG for Spanish card 025 #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for gitfichas ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot undo this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted the config_manager.py changes in commit ec3f248
puppeteer-config.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot undo this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted puppeteer-config.json in commit ec3f248
Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
Spanish card 025 was missing its static SVG image. Generated
025-es.svgand updated front matter to use it.Changes
assets/img/mermaid/025-es.svgfrom card front matter (command:git branch -d nombre)use_static_image: truetoes/_posts/2021-10-25-025.mdContext
The
mermaid-graphs.htmltemplate checksuse_static_imageflag to serve pre-generated SVG instead of dynamic rendering:{% if page.use_static_image %} <img src="{{ static_image_path }}" alt="{{ page.title }}" class="mermaid-image" /> {% elsif page.command %} <div class="mermaid"> <!-- Dynamic Mermaid rendering --> </div> {% endif %}Portuguese and English versions of card 025 still use image-based format and were not modified.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.