docs: add How To section to router documentation sidebar#6831
docs: add How To section to router documentation sidebar#6831isaackaara wants to merge 1 commit intoTanStack:mainfrom
Conversation
The docs/router/how-to/ directory contains 20 focused how-to guides covering installation, authentication, testing, UI library integration, and search parameters, but they were not accessible from the documentation sidebar navigation. This adds a 'How To' section to config.json between ESLint and Router Examples, listing all published guides. Fixes TanStack#6801
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a "How To" section to the documentation navigation configuration with twenty entries covering topics such as installation, environment variables, deployment, SSR, authentication, testing, UI framework integrations, and search parameters management. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Bundle Size Benchmarks
Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better. |
The
docs/router/how-to/directory contains 20 focused how-to guides covering installation, authentication, testing, UI library integration, and search parameter patterns, but they are not accessible from the documentation sidebar navigation.This adds a "How To" section to
config.jsonbetween the "ESLint" and "Router Examples" sections, listing all published guides. The guides were already live and individually accessible via direct URL (e.g./router/latest/docs/how-to/test-file-based-routing), but users had no way to discover them through the sidebar.Guides included:
Fixes #6801
Summary by CodeRabbit