diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-01-08 19:50:27 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-01-08 19:51:43 +0530 |
commit | c0ba6841037dc2d564f5c90af7e747c374ea9f49 (patch) | |
tree | 85a3e16ac1aafed5404f0d8fefcaee444191480e | |
parent | a013d799a4957494de54ad55d6e985555ecac1db (diff) |
Fix tutorial docs hook point
Issue-ID: CLI-86
Change-Id: I152419e0ac2a98d462a367e450ecc67306c59908
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/user_guide.rst | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index e1ba96b5..c6b7607d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,6 @@ Amsterdam release, it provides commands for following features: user_guide.rst installation_guide.rst OOM_and_HEAT_based_deployment.rst - end_to_end_onap_cli_commands.rst logging.rst release-notes.rst diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 919e0a8d..a4203959 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -79,3 +79,12 @@ Following document provides the samples for commands supported in this release. :maxdepth: 1 cmd_sample.rst + +End to end service creation tutorial +------------------------------------ +Following document provides the tutorial for service creation using CLI. + +.. toctree:: + :maxdepth: 1 + + end_to_end_onap_cli_commands.rst
\ No newline at end of file |