feat(404): add customizable not found page text and link options#878
feat(404): add customizable not found page text and link options#878bmuenzenmeyer wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Defaults live in Reviewed by Cursor Bugbot for commit 535fb73. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #878 +/- ##
==========================================
+ Coverage 84.99% 85.03% +0.03%
==========================================
Files 179 179
Lines 16407 16447 +40
Branches 1483 1486 +3
==========================================
+ Hits 13945 13985 +40
Misses 2452 2452
Partials 10 10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
| File | Base | Head | Diff |
|---|---|---|---|
all.html |
19.84 MB | 19.84 MB | -6.00 B (-0.00%) |
|
We already support this functionally, albeit in a different way. By adding a |
|
perfect - no harm at all! |
Description
Considered how to quickly customize the 404 text. This was chosen over a larger scale - user provided 404 page.
Responsible AI disclosure: authored in partnership with Claude Code and hand-reviewed by an organic human.
This was useful for me to continue to catch up on how doc-kit has evolved while I have been spread thin.
Validation
Unit tests
Related Issues
closes #877
Check List
node --run testand all tests passed.node --run format&node --run lint.