feat(web): GitHub star CTAs, v2 tag, and full-reference link#95
Merged
Conversation
Promote the plain GitHub nav link to an outline "★ Star" button in the header, and turn the secondary "GitHub →" link in the final landing CTA into a "★ Star on GitHub" button. "Browse examples" stays the primary action — no star count, no third-party widget, just styled links with an inline star SVG.
Shorter and reads more naturally for a boolean confirm result.
A small, muted "v2" beside the wordmark — major line only, hardcoded, so it never goes stale across 2.x releases.
The README is the canonical reference per ADR-0017; the site now points to it. Header nav gets a "Full reference ↗" link (external glyph, hidden on narrow screens), mirrored as plain text in the footer. Both deep-link to #readme so it lands on the rendered docs, distinct from the repo-root Star CTA.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Four small enhancements to the public site chrome (
sites/web), aimed at conversion and wayfinding:v2tag — a small, muted "v2" beside the header wordmark. Major line only, hardcoded, so it never goes stale across 2.x releases.#readme, distinct from the repo-root Star CTA.yes→ok(reads more naturally for a boolean confirm result; cherry-picked).Verification
Ran the site locally and verified in-browser (dark mode): header / footer / final landing CTA render correctly, responsive behavior holds (Full reference stays single-line / hides under
md, with the footer as backup), all links carry correcthref/target/rel, and there are no console errors.Docs
No
CONTEXT.mdor ADR changes — these are chrome/marketing tweaks, and the full-reference link merely operationalizes the existing ADR-0017 decision (README stays canonical; the site links out to it).