docs(react): fix broken anchors in SSR and migration guides#10214
docs(react): fix broken anchors in SSR and migration guides#10214pavan-sh wants to merge 1 commit intoTanStack:mainfrom
Conversation
|
📝 WalkthroughWalkthroughDocumentation updates across two React Query guides: corrected cross-reference anchors in the migration guide and SSR documentation, reworded API description text, and added navigation cross-references for consistency and clarity. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
View your CI Pipeline Execution ↗ for commit dc66cc0
☁️ Nx Cloud last updated this comment at |
🎯 Changes
Fix broken internal anchor links in React docs.
While running the docs link checker, I found a few references pointing to anchors that don’t exist anymore (likely due to heading changes). This PR updates them to valid anchors and removes one stale anchor reference in the migration guide.
Changes included:
ssr.md: fix the “Dependent Queries & Code Splitting” anchor to match the actual heading slug (#dependent-queries-code-splitting)ssr.md: add a direct link to that section near the top for easier discoverymigrating-to-react-query-4.md: fix the disabling-queries anchor and remove the stale#old-cancel-functionanchor reference (link now points to the page, since that heading doesn’t exist)✅ Checklist
🚀 Release Impact
🧪 Test plan
pnpm installpnpm test:docs