docs: add badge group, branded badges, and logo to README#33
Merged
Conversation
Restyles the README header to match the shieldcn pattern: - Centered scn=stack logo (existing repo-header.png) linking to the homepage - Homepage / Docs / Builder / X nav row - A single shieldcn badge group joining stars, npm version, downloads, and license into one branded image - Two standalone branded badges (built with shadcn, made by Justin Levine) Replaces the previous four loose badges and the bare H1 with the logo.
|
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
Restyles the README header to match the shieldcn pattern: a centered logo, a nav row, a single badge group, and a couple of branded standalone badges.
Why
The header was a bare
# scn-stackH1 plus four loose badges. This gives it a polished, on-brand landing that matches the shieldcn / jal-co house style and surfaces the key stats in one clean image.Closes #
Type
docs— DocumentationHow
www/public/brand/repo-header.png(thescn=stackwordmark), centered and linking to scnstack.sh./group/...+...) with stars, npm version, monthly downloads, and license,variant=branded.All URLs verified: each badge endpoint returns
200 image/svg+xml, the raw logo returns200 image/png(the file already lives onmain), and the rendered output was checked visually.Testing
commit-check --branch/--message— passScreenshots
Badge group renders as: ★ stars · npm version · downloads/month · license in the branded (shadcn-styled) variant, plus the centered
scn=stacklogo above it.