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