fix(docs): polish homepage source pills and install guides#30
Conversation
Use real brand marks, level hero snippets, Blume package-install tabs, and fix PersistableSource subscribe shapes in docs examples.
|
|
Warning Review limit reached
Next review available in: 55 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe documentation updates centralize the homepage’s default source, revise source metadata and examples, align adapter subscriptions with unsubscribe objects, and replace Bun installation commands with npm commands. ChangesDocumentation source updates
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 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. Comment |
Stay on zustand for the zustand-persist path, define the Pinia store, and use $patch for setState.
There was a problem hiding this comment.
🧹 Nitpick comments (1)
apps/docs/pages/_home/Seams.astro (1)
19-22: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueAlign the label with the source snippet catalog.
In
source-snippets.ts, the custom source label is configured as"Any source". Consider updating"custom source"here as well to ensure consistency across the UI.🎨 Proposed optional tweak
"Valtio", "MobX", - "custom source", + "Any source",🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/docs/pages/_home/Seams.astro` around lines 19 - 22, Update the custom source label in the Seams source list to “Any source” so it matches the label configured in source-snippets.ts and remains consistent across the UI.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@apps/docs/pages/_home/Seams.astro`:
- Around line 19-22: Update the custom source label in the Seams source list to
“Any source” so it matches the label configured in source-snippets.ts and
remains consistent across the UI.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: cd72c871-2f95-41d5-a22d-072ed7c717d2
⛔ Files ignored due to path filters (5)
apps/docs/public/brands/jotai.pngis excluded by!**/*.pngapps/docs/public/brands/mobx.svgis excluded by!**/*.svgapps/docs/public/brands/tanstack.svgis excluded by!**/*.svgapps/docs/public/brands/valtio.svgis excluded by!**/*.svgapps/docs/public/brands/zustand.pngis excluded by!**/*.png
📒 Files selected for processing (8)
apps/docs/content/guides/getting-started.mdxapps/docs/content/guides/idb-react.mdxapps/docs/content/guides/migrating.mdxapps/docs/content/recipes/wrapping-stores.mdxapps/docs/pages/_home/Hero.astroapps/docs/pages/_home/InstallBox.astroapps/docs/pages/_home/Seams.astroapps/docs/pages/_home/source-snippets.ts
Summary
package-installtabs;PersistableSource.subscribereturns{ unsubscribe }in wrapping-stores + migrating examplesTest plan
docslabel present so Deploy docs runs on mergeSummary by CodeRabbit