diff options
author | MatthewHarffy <Matthew.harffy@amdocs.com> | 2017-09-14 15:29:34 +0100 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-14 15:00:14 +0000 |
commit | 8e73d8b3bc3ea97a1e1e84600b4bb3d7d0777e78 (patch) | |
tree | 9c09c0ec7c96f61bcf55cbfface31f0298ae5ca8 /docs/release | |
parent | 7dd22411dc0e6670db35b29416d5ae5de3fecd5f (diff) |
Add aai/search-data-service as submodule to docs
First AAI doc submodule repo inclusion, following instructions from
readthedocs.io Setting Up page.
Change-Id: I61fe98666370691d447c658262a299bf909d5ae1
Issue-Id: DOC-77
Signed-off-by: MatthewHarffy <Matthew.harffy@amdocs.com>
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/index.rst | 32 | ||||
-rw-r--r-- | docs/release/repolist.rst | 20 |
2 files changed, 52 insertions, 0 deletions
diff --git a/docs/release/index.rst b/docs/release/index.rst new file mode 100644 index 000000000..eabde3a24 --- /dev/null +++ b/docs/release/index.rst @@ -0,0 +1,32 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Releases +======== +ONAP is developed and released around 6 month cycles. After an initial major release, additional +stable point releases may be created. + +Major Releases +-------------- + +.. csv-table:: + :align: left + :header-rows: 0 + :header: "Release", "Status", "Initial Release Date", "Next Phase", "EOL Date" + :widths: 15, 10, 10, 15, 10 + + "Amsterdam", "Under Development", "TBD", "", "" + "R1.0.0 Seed Code", "EOL", "2017-04-XX", "", "" + + +.. include:: repolist.rst + + +Cryptographic Signatures +------------------------ + + +References +---------- + + diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst new file mode 100644 index 000000000..92d1e3247 --- /dev/null +++ b/docs/release/repolist.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Projects +-------- +Documentation organized by the project delivering them. +.. note:: + When available these references should be changed to release artifacts + + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + appc <../submodules/appc.git/docs/index> + appc/deployment <../submodules/appc/deployment.git/docs/index> + clamp <../submodules/clamp.git/docs/index> + cli <../submodules/cli.git/docs/index> + vnfrqts/guidelines <../submodules/vnfrqts/guidelines.git/docs/index> + vnfrqts/requirements <../submodules/vnfrqts/requirements.git/docs/index> + aai/search-data-service <../submodules/aai/search-data-service.git/docs/index> |