Nudge users to star the repo, sharpen docs tagline#118
Merged
Conversation
- New SocialIcons override renders a "Star on GitHub" pill in the docs header on every page (icon-only on narrow viewports). - Updated tagline highlights the 30+ rule catalog instead of the prior "browser-use prototype" framing. - Tip Aside under "Ideas in the repo" invites readers to star without exposing the live count. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
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.
Summary
SocialIconsoverride that renders a "★ Star on GitHub" pill in the docs header on every page, collapsing to icon-only on narrow viewports. No live star count is fetched.description(used for SEO/metadata) and the home page frontmatter tagline to "Browser extension with 30+ rules for keeping your AI agent safe while browsing."<Aside>under "Ideas in the repo" inviting readers to star the repo.Test plan
cd docs && bun run checkpasses.cd docs && bun run dev— visithttp://localhost:4321/agent-browser-shield/and confirm the star pill appears in the header next to the GitHub icon, and shrinks to icon-only on a narrow viewport.🤖 Generated with Claude Code