mirror of https://github.com/docker/docs.git
config: remove docs.docker.com as site URL
Having this variable set causes redirects to always redirect to https://docs.docker.com, which makes it not possible to preview redirects locally, or to host them on a different domain (e.g. on a staging domain). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d34430b425
commit
7fbb657ea1
|
|
@ -11,7 +11,6 @@ incremental: true
|
|||
permalink: pretty
|
||||
safe: false
|
||||
lsi: false
|
||||
url: https://docs.docker.com
|
||||
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
|
||||
keep_files: ["v17.06", "v18.03", "v18.09"]
|
||||
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.html"]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ incremental: false
|
|||
permalink: pretty
|
||||
safe: false
|
||||
lsi: false
|
||||
url: https://docs.docker.com
|
||||
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
|
||||
keep_files: ["v17.06", "v18.03", "v18.09"]
|
||||
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.html"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue