From d8a71635d4eb6b3dbe0102ab6e177bff8ff5dbec Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 16 Jan 2014 00:04:36 +0000 Subject: [PATCH] docs: move security article to a new 'articles' section Docker-DCO-1.1-Signed-off-by: Solomon Hykes (github: shykes) --- docs/sources/articles/index.rst | 12 ++++++++++++ docs/sources/{installation => articles}/security.rst | 0 docs/sources/installation/index.rst | 1 - docs/sources/toctree.rst | 2 ++ 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/sources/articles/index.rst rename docs/sources/{installation => articles}/security.rst (100%) diff --git a/docs/sources/articles/index.rst b/docs/sources/articles/index.rst new file mode 100644 index 000000000..be01a7af3 --- /dev/null +++ b/docs/sources/articles/index.rst @@ -0,0 +1,12 @@ +:title: Docker articles +:description: various articles related to Docker +:keywords: docker, articles + +.. _articles_list: + +Contents: + +.. toctree:: + :maxdepth: 1 + + security diff --git a/docs/sources/installation/security.rst b/docs/sources/articles/security.rst similarity index 100% rename from docs/sources/installation/security.rst rename to docs/sources/articles/security.rst diff --git a/docs/sources/installation/index.rst b/docs/sources/installation/index.rst index 9ebe484f6..3df0e611c 100644 --- a/docs/sources/installation/index.rst +++ b/docs/sources/installation/index.rst @@ -31,5 +31,4 @@ Contents: google kernel binaries - security upgrading diff --git a/docs/sources/toctree.rst b/docs/sources/toctree.rst index 2807ea593..89d63b933 100644 --- a/docs/sources/toctree.rst +++ b/docs/sources/toctree.rst @@ -15,6 +15,8 @@ This documentation has the following resources: use/index examples/index reference/index + commandline/index contributing/index terms/index faq + articles/index