docs(config): register redirect_from mappings for vue-query reference pages - #11398
docs(config): register redirect_from mappings for vue-query reference pages#11398sukvvon wants to merge 2 commits into
Conversation
|
View your CI Pipeline Execution ↗ for commit 9dd0a7a
☁️ Nx Cloud last updated this comment at |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (15)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe Vue documentation generator now defines legacy URL redirects. The affected Vue guide and function reference pages include matching ChangesVue documentation redirects
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to Legacy Vue reference URLs now redirect to their current function pages or the SSR guide, preserving existing documentation links without changing runtime behavior. The change is ready to merge. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
🚀 Changeset Version Preview2 package(s) bumped directly, 23 bumped as dependents. 🟨 Minor bumps
🟩 Patch bumps
|
size-limit report 📦
|
🎯 Changes
PR #11378 switched
docs/framework/vue/reference/from 14 hand-written flat files to TypeDoc-generated output underfunctions/, deleting the old flat URLs. Same as the react (#11379) and solid migrations, this registersredirectFrommappings inscripts/generate-docs.ts's vue-query entry so the old URLs 301 to their new locations instead of 404ing.redirectFromfor the 13 functions that map 1:1 to a newfunctions/page (infiniteQueryOptions,mutationOptions,queryOptions,useInfiniteQuery,useIsFetching,useIsMutating,useMutation,useMutationState,usePrefetchInfiniteQuery,usePrefetchQuery,useQueries,useQuery,useQueryClient).hydration.mdhas no direct replacement — its content was folded intoguides/ssr.md's new "dehydrate/hydrate options" subsection in docs(vue-query): add JSDoc and generate reference docs with TypeDoc #11378, soredirect_from: - framework/vue/reference/hydrationwas added directly tossr.md's frontmatter instead (same pattern as react'sguides/ssr.md).pnpm run generate-docsto regenerate the 13 reference pages with the newredirect_fromfrontmatter.Checked for duplicate
redirect_fromsources across all ofdocs/before adding (a duplicatefrompointing at differenttotargets breaks the site-wide redirect manifest build) — none found.✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.🚀 Release Impact
Summary by CodeRabbit