From c24d128bb545e292ffb0790d8ad3652f56d62b44 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 21 Jan 2014 03:39:33 +0000 Subject: [PATCH] Docs: move advanced topic "create your own base image" out of basic user guide Docker-DCO-1.1-Signed-off-by: Solomon Hykes (github: shykes) --- docs/sources/{use => articles}/baseimages.rst | 0 docs/sources/articles/index.rst | 1 + docs/sources/use/index.rst | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/sources/{use => articles}/baseimages.rst (100%) diff --git a/docs/sources/use/baseimages.rst b/docs/sources/articles/baseimages.rst similarity index 100% rename from docs/sources/use/baseimages.rst rename to docs/sources/articles/baseimages.rst diff --git a/docs/sources/articles/index.rst b/docs/sources/articles/index.rst index be01a7af3..708ca3532 100644 --- a/docs/sources/articles/index.rst +++ b/docs/sources/articles/index.rst @@ -10,3 +10,4 @@ Contents: :maxdepth: 1 security + baseimages diff --git a/docs/sources/use/index.rst b/docs/sources/use/index.rst index 23428226a..c1b7691cc 100644 --- a/docs/sources/use/index.rst +++ b/docs/sources/use/index.rst @@ -14,7 +14,6 @@ Contents: basics workingwithrepository - baseimages port_redirection networking host_integration