feat(docs): add custom docs 404 page#182
Conversation
|
@almeidazs is attempting to deploy a commit to the maxktz Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughNew 404 page component added to the docs section that displays a styled "page not found" UI with navigation buttons linking back to the docs get-started guide and home page, plus a helper note encouraging users to use sidebar/search. ChangesDocs 404 Page
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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 |
This adds a docs-specific 404 page so missing routes under
/docsno longer fall back to the generic site-wide not found screen.I kept it inside the docs layout and reused the existing empty-state components, with quick links back to
/docs/get-startedand/.Validation:
bun run typecheckinapps/webenv RESEND_API_KEY=dummy bun run buildinapps/webCloses #70
Summary by CodeRabbit