diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-07 18:21:59 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-10 14:46:26 -0400 |
commit | ff7d57a1f39044ed180b38e474be73e8d81ce6f6 (patch) | |
tree | e7edfbd7a62396e3e9a857c8d1dc0939eeca195d /docs/content/overview.rst | |
parent | 9d23ab1ec04b0b3d37b18527d38c29612f23ac34 (diff) |
Create preliminary documentation
* Create documentation structure in docs folder
* Move api specification to openapi folder
Issue-ID: CPS-632
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Iec2f703e0d3fe019f89f48dd135c4f96af65c330
Diffstat (limited to 'docs/content/overview.rst')
-rw-r--r-- | docs/content/overview.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/content/overview.rst b/docs/content/overview.rst new file mode 100644 index 0000000..c4a981e --- /dev/null +++ b/docs/content/overview.rst @@ -0,0 +1,16 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. +.. Copyright (C) 2021 Bell Canada + +===================== +CPS Temporal Overview +===================== + +CPS Temporal is a service component belonging to CPS overall system. + +This service is responsible to provide a time oriented perspective for +operational network data. It provides features to store and retrieve sequences +of configurations or states along with the associated times when they occurred +or have been observed. |