mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
7546f2c1d0
Signed-off-by: Craig <craig.osterhout@docker.com>
17 lines
430 B
YAML
17 lines
430 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.+/#.*$"
|
|
- "^/reference/api/registry/.*$"
|
|
IgnoreDirs:
|
|
- "registry/configuration"
|
|
- "compose/compose-file" # temporarily ignore until upstream is fixed
|
|
CacheExpires: "6h"
|