mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
f929b8f1ed
- Add pagefind-component-ui.css and .js assets - Replace search bar with custom button that opens modal - Add custom result template with Tailwind classes - Add dark mode styling for modal and result highlights - Support Cmd/Ctrl+K keyboard shortcut Assisted-By: cagent
18 lines
449 B
YAML
18 lines
449 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/.*$"
|
|
- "^/pagefind/.*$"
|
|
IgnoreDirs:
|
|
- "registry/configuration"
|
|
- "compose/compose-file" # temporarily ignore until upstream is fixed
|
|
CacheExpires: "6h"
|