-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhtmltest-external.yml
More file actions
53 lines (52 loc) · 1.55 KB
/
htmltest-external.yml
File metadata and controls
53 lines (52 loc) · 1.55 KB
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
45
46
47
48
49
50
51
52
53
# htmltest configuration for checking external links
# https://github.com/wjdp/htmltest
#
# Usage: htmltest -c .htmltest-external.yml
# The generated pages usually need to be in a subfolder docs/
# so that internal links are found, but we only check external links here.
DirectoryPath: site/public
#DirectoryIndex: index.html
#FilePath:
#FileExtension: .html
CheckDoctype: false
#CheckAnchors: true
CheckLinks: false
CheckImages: false
CheckScripts: false
CheckMeta: false
CheckGeneric: false
#CheckExternal: true
CheckInternal: false
CheckInternalHash: false
CheckMailto: false
CheckTel: false
#CheckFavicon: false
CheckMetaRefresh: false
#EnforceHTML5: false
#EnforceHTTPS: false
IgnoreURLs:
- ^https?://github\.com/arangodb/(backlog|release-qa|planning) # private repos
- ^https?://localhost\b
- ^https://github\.com/arangodb/docs-hugo/edit/ # Contribute links
#IgnoreDirs:
#IgnoreInternalEmptyHash: false
#IgnoreEmptyHref: false
#IgnoreCanonicalBrokenLinks: true
#IgnoreExternalBrokenLinks: false
IgnoreAltMissing: true
IgnoreDirectoryMissingTrailingSlash: true
IgnoreSSLVerify: true
#IgnoreTagAttribute: data-proofer-ignore
#HTTPHeaders: { Range: "bytes=0-0", Accept: "*/*" }
TestFilesConcurrently: false # avoid hammering sites, might help with rate limiting
#DocumentConcurrencyLimit: 128
#HTTPConcurrencyLimit: 16
#LogLevel: 2
#LogSort: document
ExternalTimeout: 60
#StripQueryString: true
#OutputDir: tmp/.htmltest
#OutputCacheFile: refcache.json
#OutputLogFile: htmltest.log
#CacheExpires: 336h
#RedirectLimit: 0 # Requires htmltest version 0.18.0+ (currently unreleased)