forked from keptn/keptn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htmltest.yml
44 lines (44 loc) · 1.22 KB
/
.htmltest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
IgnoreDirectoryMissingTrailingSlash: false
CheckDoctype: false
#CheckExternal: false
#Ignoring for now, might be improved later
IgnoreAltMissing: true
IgnoreDirs:
# This excludes are not optimal and need refinement.
- "docs/0.\\d\\."
- "docs/0.10."
- "docs/0.11."
- "docs/0.12."
- "docs/0.13."
- "docs/0.14."
# exlcuded because the paths do not exist for styles and contact
- "404"
IgnoreURLs:
- "github.com/keptn/keptn/.*/\\d*\\.\\d*\\.\\d*"
# GitHub Urls are ignored due to Request Limitations and getting a 429 instead
- "github.com/keptn/keptn/issues"
- "github.com/keptn/keptn/commit"
# GitHub Help does not like GitHub Action access
- "help.github.com"
# Xrefs to Keptn slack are not resolving
- "https://slack.keptn.sh"
# Old Announcements
- "keptn.sh/docs/0.7"
# Twitter seems to be not reachable via GitHub Action
- "twitter.com"
# LinkedIn does not like automation and is returning a 999 Response Code
- "linkedin.com"
- "mailto"
# www.googletagmanager.com does return 400 for /
- "www.googletagmanager.com"
# fileformat.com returns 403
- "fileformat.com"
# Domains used in documentation for local resources
- "localhost:8080"
- "YOUR-ORG"
- "YOUR.DOMAIN"
- "your.domain"
- "sockshop-dev"
- "nip.io"
- ".local"
StripQueryString: false