Conversation
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR adds a temporary entry to the link checker's skip list to exclude the URL https://microk8s.io/docs/clustering from link validation. This is likely needed to temporarily bypass a failing link check until the underlying issue with this URL can be resolved or the reference is updated.
Changes:
- Added
https://microk8s.io/docs/clusteringto the skip list in the crawler test
__tests__/crawler.test.js
Outdated
| 'https://calico-docs.mcp.kapa.ai', | ||
| 'https://docs.tigera.io/img/calico-logo-2026-badge.png' | ||
| 'https://docs.tigera.io/img/calico-logo-2026-badge.png', | ||
| 'https://microk8s.io/docs/clustering ' // TEMP |
There was a problem hiding this comment.
The URL has trailing whitespace before the comment. This trailing space should be removed to maintain consistency with other URLs in the skip list and prevent potential issues with URL matching.
Additionally, the comment style should be "//TEMPORARY" (no space after //) to match the convention used for other temporary entries in the skip list (lines 182-186).
| 'https://microk8s.io/docs/clustering ' // TEMP | |
| 'https://microk8s.io/docs/clustering', //TEMPORARY |

Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: