Take down docker.github.io

This commit is contained in:
Vladimir Jimenez 2018-04-11 22:04:55 -07:00
parent 88eedbf8b2
commit ef4179adc5
No known key found for this signature in database
GPG Key ID: F2846589DCF1211D
3 changed files with 10 additions and 1 deletions

0
.nojekyll Normal file
View File

View File

@ -14,7 +14,7 @@ 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: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12"]
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html"]
# Component versions -- address like site.docker_ce_stable_version
# You can't have - characters in these for non-YAML reasons

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://docs.docker.com" />
<title>Docker docs</title>
</head>
<body></body>
</html>