diff options
author | Niamh Core <niamh.core@est.tech> | 2021-10-06 12:17:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-06 12:17:43 +0000 |
commit | 4f6877fa8c109fe0a10bd26891aad4c010951157 (patch) | |
tree | 8fcc3bf6b682c7a49f349cb6320a95cdd0503c6f | |
parent | 91df6aef80ef179d5a1caa10d1d306b6e013815b (diff) | |
parent | af59a92ed1066df32e047df5bc9964ad13bfb495 (diff) |
Merge "Finalize admin guide documentation"
-rw-r--r-- | docs/content/admin-guide.rst | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/docs/content/admin-guide.rst b/docs/content/admin-guide.rst index 0f52d30..7415772 100644 --- a/docs/content/admin-guide.rst +++ b/docs/content/admin-guide.rst @@ -8,8 +8,26 @@ CPS Temporal Admin Guide ======================== -.. warning:: Draft +* Configuration_ +* Logging_ +* Monitoring_ -* Link to deployment configuration -* Logging -* ... +Configuration +============= + +Refer to :doc:`deployment` for application properties available to configure the application. + +Logging +======= + +Refer to `CPS Admin Guide <https://docs.onap.org/projects/onap-cps/en/latest/admin-guide.html>`_ +for documentation related to CPS Temporal and all CPS components +logging information. + + +Monitoring +========== + +Refer to `CPS Admin Guide <https://docs.onap.org/projects/onap-cps/en/latest/admin-guide.html>`_ +page for documentation related to CPS Temporal and all CPS components +monitoring information. |