docs(config.json): drop redundant 'Functions /' prefix from svelte and angular sidebar labels - #11193
Conversation
…d angular sidebar labels
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 10 reviews per rolling hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe documentation configuration updates Svelte and Angular API-reference labels. The changes remove the ChangesAPI reference navigation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation change removes redundant sidebar label prefixes for Svelte and Angular without changing published code or functionality; no actionable merge-blocking risk remains after normal checks and review. Possibly related PRs
🚥 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 |
|
View your CI Pipeline Execution ↗ for commit a7a4522
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
size-limit report 📦
|
🎯 Changes
The Svelte and Angular API Reference sidebars prefix every single function entry with
Functions /(e.g.Functions / useQueryClient), while React, Vue, Solid, and Preact use bare labels (useQueryClient) for the same kind of entries. Since the prefix appears on 100% of the siblings in each of these two frameworks' lists, it distinguishes nothing and is pure visual noise.Functions /prefix from all 12 Svelte entries and all 14 Angular entriesSvelte Reference/Angular Referenceindex entries untouched — those are the only sidebar path to theinterfaces//type-aliases/pages, so removing them would be a functional change, not cosmeticFunctions /andContext /prefixes aren't a mechanical reflection of the TypeDoc-generated folder structure; severalContext /-prefixed entries actually live underfunctions/on disk, meaning someone hand-grouped them by meaning. That grouping is intentional and shouldn't be flattened.reference/functions/*folder structure with bare sidebar labels, and TanStack Table's Svelte adapter (same generator) does the same (createTable, notFunctions / createTable) — confirming this prefix is local drift in Query's config, not a house convention.✅ Checklist
pnpm run test:pr. (docs-only change, no code/tests affected)🚀 Release Impact
Summary by CodeRabbit