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