Skip to content

Commit ef4179a

Browse files
committed
Take down docker.github.io
1 parent 88eedbf commit ef4179a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.nojekyll

Whitespace-only changes.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lsi: false
1414
url: https://docs.docker.com
1515
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
1616
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"]
17-
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]
17+
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html"]
1818

1919
# Component versions -- address like site.docker_ce_stable_version
2020
# You can't have - characters in these for non-YAML reasons

index.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://docs.docker.com" />
6+
<title>Docker docs</title>
7+
</head>
8+
<body></body>
9+
</html>

0 commit comments

Comments
 (0)