Refresh social preview for the redesigned homepage - #125
Merged
Merged
Conversation
Light theme, the CTRLRun mark, and the "Execution safety for AI agents." headline replace the old dark GitHub-only card. The code panel uses a domain-neutral tool_name/effect_key signature instead of a named vendor (Stripe) so the card doesn't read as payments-only, and the caption spells out the breadth: refunds, access changes, deploys, emails.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
test_the_social_preview_is_1280_by_640_and_rendered_from_its_svg asserted the old dark-theme headline and BLOCKED panel copy, which CI caught as a real regression: the file's claim about its own content no longer matched. Assert the new headline, the ctrlrun.dev corner mark, and that no vendor name (Stripe) sneaks back into the domain-neutral code panel.
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
docs/assets/social-preview.svg(rendered PNG synced todocs/images/social-preview.png, used by both GitHub's repo card and the Mintlify site'sog:image/twitter:image) to match the redesigned ctrlrun.dev homepage: light theme, theCTRLRunmark, "Execution safety for AI agents." headline.stripe.refundexample for a domain-neutraltool_name/effect_keysignature and a caption spelling out the breadth (refunds, access changes, deploys, emails) so the card doesn't read as payments-only.Test plan
sh docs/assets/render-social-preview.shand visually reviewed the output.docs/images/social-preview.png(site og:image) anddocs/assets/social-preview.png(GitHub repo card) are byte-identical, as before.