Fix legacy docs URL redirects#1011
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughA new manifest-based docs redirect resolution system is introduced via ChangesDocs Redirect Resolution System
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | 94ad5c0 | Commit Preview URL Branch Preview URL |
Jun 27 2026, 06:12 PM |
Summary
docs/react/overviewand missing framework overview paths before markdown loading, while keeping canonical docs URLs unchanged.Root Cause
Legacy docs URLs could miss the canonical
docs/framework/:framework/*manifest path and continue into markdown/GitHub fetch behavior instead of resolving quickly to a redirect or not-found result.Validation
pnpm testpnpm run format && pnpm run testTANSTACK_DOCS_SMOKE_BASE_URLacross every public library passed under the 5s per-request timeout.Summary by CodeRabbit
New Features
Bug Fixes
Tests