Commit 78738f2
committed
fix(docs): allow localhost links in link validator
Add errorOnLocalLinks: false to starlight-links-validator configuration
to permit localhost URLs in development documentation.
Root cause: The notes/build/rolldown-workers-incompatibility.md file
contains a reference to http://localhost:8787 as part of testing
instructions. This is valid for development notes but was being flagged
by the link validator.
This configuration aligns with typical development documentation patterns
where localhost references are acceptable for testing and preview
instructions.
Fixes link validation error:
- Found 1 invalid link in 1 file.
- notes/build/rolldown-workers-incompatibility/
- http://localhost:8787 - local link1 parent 090804c commit 78738f2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments