docs(routing): document catch-all / wildcard (*path) routes#1410
Conversation
Robyn already supports multi-level catch-all routes via a `*name` segment, but it was only shown as a one-line comment in a code sample, so users assumed it was missing (#1160). Add a dedicated "Catch-all (wildcard) routes" section (en + zh) explaining that `*name` matches the rest of the path across multiple levels and is exposed via request.path_params. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 (2)
📝 WalkthroughWalkthroughAdded a "Catch-all (wildcard) routes" section to the advanced routing reference documentation in both English and Chinese. The new section explains ChangesCatch-all wildcard route documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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 |
Summary
Robyn already supports multi-level catch-all / wildcard routes via a
*namesegment (matchit catch-all), but it was only shown as a one-line# Wildcard matchingcomment in a code sample — so users repeatedly assume it's missing (#1160).Adds a dedicated "Catch-all (wildcard) routes" section to
advanced_routing.mdx(en + zh) explaining that*namematches the rest of the path across multiple/levels and is exposed viarequest.path_params:Verified live on 0.86.0. Closes the docs gap behind #1160 (issue already closed as already-supported).
🤖 Generated with Claude Code
Summary by CodeRabbit