diff options
author | Eric Debeau <eric.debeau@orange.com> | 2017-11-06 22:35:28 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2017-11-06 22:36:04 +0000 |
commit | 7dc2db8a708b4d6722183228c3c9c779f53a05f8 (patch) | |
tree | 321af3852aeed022b400012571ff3bdb58dbd744 /docs/index.rst | |
parent | 9de9242fe38465e515f83c2826fdc55acc3901d4 (diff) |
Initialize documentation for Integration
Initialisation of the Documentation for the artifacts managed
by the Integration project
Creation of heat.rst file based on the README.md stored in demo
Change-Id: Idec04a6b7fac54bc3353ffbc02e598dc08f77990
ISSUE-ID: INT-325
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index 833e1aa96..f018fc6ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,11 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -TODO Add files to toctree and delete this header ------------------------------------------------- -.. toctree:: - :maxdepth: 1 +INTEGRATION +=========== +The Integration project provides the followning artifacts: +- Heat template to deploy ONAP instance +- Test suites to check the various ONAP components based on Robot Framework +- Artifacts for the use-case deployments +.. include:: heat.rst |