summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/admin-guide.rst18
-rwxr-xr-xdocs/index.rst1
-rw-r--r--docs/requirements-docs.txt2
3 files changed, 20 insertions, 1 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst
new file mode 100644
index 000000000..8e917e1f5
--- /dev/null
+++ b/docs/admin-guide.rst
@@ -0,0 +1,18 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2021 Nordix Foundation
+
+.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING
+.. _adminGuide:
+
+
+CPS Admin Guide
+###############
+
+.. warning:: draft
+
+.. toctree::
+ :maxdepth: 1
+
+Logging & Diagnostics
+=====================
diff --git a/docs/index.rst b/docs/index.rst
index ec2ec5dd8..265887414 100755
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -18,6 +18,7 @@ CPS-Core Documentation
overview.rst
architecture.rst
+ admin-guide.rst
design.rst
modeling.rst
deployment.rst
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
index b3188ddd3..a743c226a 100644
--- a/docs/requirements-docs.txt
+++ b/docs/requirements-docs.txt
@@ -1,5 +1,5 @@
tox
-Sphinx
+Sphinx==4.2.0
doc8
docutils
setuptools