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/index.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/index.rst')
-rw-r--r-- | docs/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..a491bfa --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +.. 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 +============ + +.. warning:: Draft + +.. toctree:: + :maxdepth: 1 + + content/overview.rst + content/architecture.rst + content/design.rst + content/modeling.rst + content/deployment.rst + content/apis.rst + content/release-notes.rst |