docs: Add context7 & codewiki badges - #8
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (7)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughAdded Context7 Docs and Code Wiki badges to the main README and Angular, core, Nuxt, React, Svelte, and Vue package READMEs. ChangesDocumentation badge updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only adds documentation badges and does not affect package behavior or production availability. It is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit hops through README bright Comment |
|
Code Review ✅ ApprovedAdds context7 and codewiki badges to README.md files to highlight AI-generated documentation and helper support. No issues found. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 923e6e384b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <br /> | ||
| [](https://codecov.io/gh/DeSource-Labs/context7-widget) | ||
| [](https://sonarcloud.io/summary/new_code?id=DeSource-Labs_context7-widget) | ||
| [](https://context7.com/desource-labs/context7-widget) |
There was a problem hiding this comment.
Percent-encode the custom logo's base64 plus sign
When Shields parses this URL's query parameters, the literal + near the end of the base64 payload is decoded as a space, removing a base64 character and corrupting the SVG's closing markup. As a result, the newly added Context7 badge cannot reliably render its intended logo; the same malformed URL is duplicated across all package READMEs. Encode the + as %2B, or URL-encode the complete data URI.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
🟡 Changes recommended
The newly added badge links use inconsistent repo/owner casing compared to existing README links, which could break on case-sensitive services and should be normalized before merge.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates repository documentation by adding new badges (Context7 docs and Code Wiki) to the root README and each package README, so readers can quickly discover the hosted docs/chat and wiki resources from any entry point.
Changes:
- Add a “Context7 Docs” badge to each README.md.
- Add a “Code Wiki” badge to each README.md.
File summaries
| File | Description |
|---|---|
| README.md | Adds Context7 Docs + Code Wiki badges to the main project README. |
| packages/vue/README.md | Adds Context7 Docs + Code Wiki badges to the Vue package README. |
| packages/svelte/README.md | Adds Context7 Docs + Code Wiki badges to the Svelte package README. |
| packages/react/README.md | Adds Context7 Docs + Code Wiki badges to the React package README. |
| packages/nuxt/README.md | Adds Context7 Docs + Code Wiki badges to the Nuxt package README. |
| packages/core/README.md | Adds Context7 Docs + Code Wiki badges to the Core package README. |
| packages/angular/README.md | Adds Context7 Docs + Code Wiki badges to the Angular package README. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 7
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.



Description
What does this PR do?
Why is this change needed?
Type of Change
Testing
Screenshots (if applicable)
Checklist
Maintainers only (
write/maintain/adminaccess): open the workflow, clickRun workflow, and setpr_numberto this PR number to post/update a coverage comment on this PRSummary by CodeRabbit