fix(metadata): preserve underscores in generated anchor IDs#749
fix(metadata): preserve underscores in generated anchor IDs#749thisalihassan wants to merge 1 commit intonodejs:mainfrom
Conversation
The DOC_API_SLUGS_REPLACEMENTS regex was converting underscores to dashes, breaking internal links across the Node.js docs
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Updates Reviewed by Cursor Bugbot for commit 125f770. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #749 +/- ##
=======================================
Coverage 77.17% 77.17%
=======================================
Files 153 153
Lines 13771 13771
Branches 1114 1114
=======================================
Hits 10628 10628
Misses 3139 3139
Partials 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
The DOC_API_SLUGS_REPLACEMENTS regex was converting underscores to dashes, breaking internal links across the Node.js docs
Tested by generating all 68 doc files, it fixes 16 docs.
Validation
Related Issues
REFS: nodejs/node#62580
Check List
node --run testand all tests passed.node --run format&node --run lint.