mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
16 lines
563 B
JSON
16 lines
563 B
JSON
{
|
|
"ErrorDocument": {
|
|
"Key": "jsearch/index.html"
|
|
},
|
|
"IndexDocument": {
|
|
"Suffix": "index.html"
|
|
},
|
|
"RoutingRules": [
|
|
{ "Condition": { "KeyPrefixEquals": "en/latest/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } },
|
|
{ "Condition": { "KeyPrefixEquals": "en/master/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } },
|
|
{ "Condition": { "KeyPrefixEquals": "en/v0.6.3/" }, "Redirect": { "ReplaceKeyPrefixWith": "" } },
|
|
{ "Condition": { "KeyPrefixEquals": "jsearch/index.html" }, "Redirect": { "ReplaceKeyPrefixWith": "jsearch/" } }
|
|
]
|
|
}
|
|
|