Redirect the old /docs/apps/zero URL to the Zero runtime page - #33
Conversation
The Zero page has lived at /docs/zero-runtime since the Primitives section landed, and /docs/zero already redirects there. The older /docs/apps/zero URL is still handed out by external tools and returns 404, so route it to the same destination and assert the hop in verify:routes.
|
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 provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change adds a 301 redirect for ChangesZero documentation redirect
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The old documentation URL will redirect to the current Zero runtime page, with matching route validation. No actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. ✨ 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 |
https://spacefast.com/docs/apps/zeroreturns 404. It's an old URL that external tools still hand out; the page now lives at/docs/zero-runtime, and/docs/zeroalready redirects there.This adds a second authored redirect so
/docs/apps/zerolands on the same page, plus the matching hop assertion inverify:routes.Built
_redirects:Verified locally with
bun run build,bun run verify:routes,bun run validate,bun run audit,bun run check,bun run verify:public-safety— all pass.Tag
@indentto continue the conversation here.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit
/docs/apps/zeroto/docs/zero-runtime.