Commit 4c007ff
Fix @ref/@page regex to support hyphenated IDs
The \w+ pattern stopped at hyphens, so @page getting-started was
extracted as "getting" and @ref cli-reference as "cli". Use [\w-]+
to match the full hyphenated identifiers. Re-add cli-reference to
the auto-generated page ID set (file only exists after doc build).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8baccbe commit 4c007ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
0 commit comments