diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin-guide.rst | 18 | ||||
-rwxr-xr-x | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/requirements-docs.txt | 2 |
3 files changed, 20 insertions, 1 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst new file mode 100644 index 0000000000..8e917e1f51 --- /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 ec2ec5dd88..265887414a 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 b3188ddd38..a743c226a7 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,5 +1,5 @@ tox -Sphinx +Sphinx==4.2.0 doc8 docutils setuptools |