mirror of https://github.com/docker/docs.git
16 lines
397 B
YAML
16 lines
397 B
YAML
DirectoryPath: "public"
|
|
EnforceHTTPS: false
|
|
CheckDoctype: false
|
|
CheckExternal: false
|
|
IgnoreAltMissing: true
|
|
IgnoreAltEmpty: true
|
|
IgnoreEmptyHref: true
|
|
IgnoreDirectoryMissingTrailingSlash: true
|
|
IgnoreURLs:
|
|
- "^/reference/api/hub/.*$"
|
|
- "^/reference/api/engine/v.+/#.*$"
|
|
IgnoreDirs:
|
|
- "registry/configuration"
|
|
- "compose/compose-file" # temporarily ignore until upstream is fixed
|
|
CacheExpires: "6h"
|