This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.htmltest-external.yml
58 lines (57 loc) · 1.84 KB
/
.htmltest-external.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 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
#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/edit/ # Contribute links
- ^https://github\.com/ArangoDB/ArangoDB/issues$ # Social link
- ^http://stackoverflow\.com/questions/tagged/arangodb$ # Social link
- ^https://groups\.google\.com/forum/#!forum/arangodb$ # Social link
- ^https://arangodb-community\.slack\.com$ # Social link
- ^https://arangodb\.com/$ # Logo link
#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)