From ef4179adc53ed0b4d30d2ea70054afdaaaec4f94 Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Wed, 11 Apr 2018 22:04:55 -0700 Subject: [PATCH] Take down docker.github.io --- .nojekyll | 0 _config.yml | 2 +- index.html | 9 +++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .nojekyll create mode 100644 index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/_config.yml b/_config.yml index 4c7cd44cd8..f9286f1ec6 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/index.html b/index.html new file mode 100644 index 0000000000..22baa6dd17 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + + + + + Docker docs + + + \ No newline at end of file