1
0
mirror of synced 2025-12-19 09:50:46 -05:00
Files
core/.github/workflows/markdown-link-check-config.json
Rich Lander 581fce9c95 Update support files (#9757)
* Update support files

* Update nano server

* Update templates

* Update link format

* Update link format

* Update link format

* Attempt to skip link checking
2025-02-25 11:04:41 -08:00

12 lines
216 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^release-notes/templates/" // ignore links in docs directory
}
],
"aliveStatusCodes": [429, 200]
}