[Docs] Update sponsors section - #4459
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (7)
💤 Files with no reviewable changes (7)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe homepage replaces the Sponsors component with HireUsSection. Sponsor content, credits documentation, sponsor styles, and the version 1.x credits navigation entry are removed. ChangesDocumentation sponsor update
Merge Risk: ⚪ Minimal · up to This change updates sponsor information and removes related documentation assets without introducing an actionable merge-blocking risk; it is ready to merge after normal checks and review. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
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. Comment |
There was a problem hiding this comment.
Pull request overview
This PR removes outdated sponsor/credit content from the repository README and the Docusaurus documentation (including versioned docs), aligning the published docs/landing page with the project’s current sponsorship state.
Changes:
- Removed the “Credits” section from the root
README.md. - Removed the legacy “Sponsors” section from versioned docs content and navigation (v1 sidebar + v2 introduction).
- Removed the Docusaurus landing-page Sponsors component and its associated static assets.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Removes the legacy “Credits” section from the project README. |
| packages/docs-gesture-handler/versioned_sidebars/version-1.x-sidebars.json | Drops the credits doc entry from the v1 sidebar to avoid broken navigation. |
| packages/docs-gesture-handler/versioned_docs/version-2.x/fundamentals/introduction.md | Removes the embedded “Sponsors” section from the v2 introduction page. |
| packages/docs-gesture-handler/versioned_docs/version-1.x/credits.md | Deletes the v1 “Credits” doc page content. |
| packages/docs-gesture-handler/static/img/expo.svg | Removes unused Expo logo asset tied to the Sponsors section. |
| packages/docs-gesture-handler/static/img/expo-dark.svg | Removes unused dark-mode Expo logo asset tied to the Sponsors section. |
| packages/docs-gesture-handler/src/pages/index.js | Removes the Sponsors section from the docs landing page layout. |
| packages/docs-gesture-handler/src/components/Sponsors/styles.module.css | Removes styling for the deleted Sponsors component. |
| packages/docs-gesture-handler/src/components/Sponsors/index.tsx | Removes the Sponsors component implementation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Description
This PR updates the sponsors section across the README and documentation to reflect the current state of the project's sponsorships.
Test plan
Ran the docs locally and verified the landing page and versioned docs render correctly without the removed entries