From 956f44a59e952d6f65be3d0bb65bec47c864008a Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 9 May 2018 16:21:51 +0100 Subject: [PATCH] Move docs into admin package --- docs/admin/index.rst | 13 +++++++++++++ docs/{tutorials => admin}/upgrading/index.rst | 0 .../upgrading/upgrading-0.2-0.3.rst | 0 docs/index.rst | 1 + docs/tutorials/index.rst | 1 - 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/admin/index.rst rename docs/{tutorials => admin}/upgrading/index.rst (100%) rename docs/{tutorials => admin}/upgrading/upgrading-0.2-0.3.rst (100%) diff --git a/docs/admin/index.rst b/docs/admin/index.rst new file mode 100644 index 000000000..9089b82f0 --- /dev/null +++ b/docs/admin/index.rst @@ -0,0 +1,13 @@ +==================== +Administrative tasks +==================== + +This section contains documentation about common administrative tasks for cert-manager. + +Explore the sections listed below to find more information on how to run and +manage a cert-manager deployment as an administrator. + +.. toctree:: + :maxdepth: 1 + + upgrading/index diff --git a/docs/tutorials/upgrading/index.rst b/docs/admin/upgrading/index.rst similarity index 100% rename from docs/tutorials/upgrading/index.rst rename to docs/admin/upgrading/index.rst diff --git a/docs/tutorials/upgrading/upgrading-0.2-0.3.rst b/docs/admin/upgrading/upgrading-0.2-0.3.rst similarity index 100% rename from docs/tutorials/upgrading/upgrading-0.2-0.3.rst rename to docs/admin/upgrading/upgrading-0.2-0.3.rst diff --git a/docs/index.rst b/docs/index.rst index 40c20f98e..cca58248d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,6 +30,7 @@ a source of references when seeking help with the project. getting-started/index tutorials/index + admin/index reference/index devel/index diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index 79be77f5b..b6e175798 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -11,4 +11,3 @@ cert-manager. acme/index ca/index vault/index - upgrading/index