-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use [linkspector](https://github.com/UmbrellaDocs/linkspector) to che…
…ck links (#148) ## Description Use [linkspector](https://github.com/UmbrellaDocs/linkspector) to check links ## Changes Made * Use linkspector to check links * Update defaults ## Related Issues Fixes #131 ## Checklist - [x] I have used a PR title that is descriptive enough for a release note. - [x] I have tested these changes locally. - [x] I have added appropriate tests or updated existing tests. - [ ] I have tested these changes on a cluster [name of the cluster] / customer [name of the customer] - [ ] I have added appropriate documentation or updated existing documentation. --------- Co-authored-by: cosimomeli <cosimomeli@users.noreply.github.com>
- Loading branch information
1 parent
0a92a13
commit f8850fa
Showing
3 changed files
with
52 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# https://github.com/UmbrellaDocs/linkspector?tab=readme-ov-file#configuration | ||
dirs: | ||
- . | ||
useGitIgnore: true | ||
aliveStatusCodes: | ||
- 200 | ||
- 201 | ||
- 204 | ||
- 206 | ||
- 429 | ||
ignorePatterns: | ||
- pattern: '^https://localhost' | ||
- pattern: '^https://github.com/orgs/zaphiro-technologies/' | ||
- pattern: '^https://github.com/zaphiro-technologies/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters