diff options
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-03-02 16:48:41 +0200 |
---|---|---|
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-03-16 17:26:10 +0200 |
commit | 55dc654964942aa67c48f09b0ba56059be8e923b (patch) | |
tree | f5191e02b3a29335b541480894dc87863e18ad95 /docs/index.rst | |
parent | 344434b68c2418c6e901e7acab02886be6e6b1cb (diff) |
Docs: overview, architecture, design, modeling
Issue-ID: CPS-268
Change-Id: I31480a9a6186af0ddedae4f0eca06a744a2e2d64
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
Diffstat (limited to 'docs/index.rst')
-rwxr-xr-x | docs/index.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index a7c1b93df6..f389a6768c 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,17 +1,23 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING .. _master_index: .. THIS IS USED INTERNALLY IN CPS ONLY .. _cps-framework-doc: -CPS Documentation Repository ------------------------------ +CPS Documentation for the Honolulu-R8 Release +--------------------------------------------- .. toctree:: :maxdepth: 1 - architecure.rst - offeredapis.rst + overview.rst + architecture.rst + design.rst + modeling.rst + deployment.rst + user-guide.rst release-notes.rst |