From c0ba6841037dc2d564f5c90af7e747c374ea9f49 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 8 Jan 2018 19:50:27 +0530 Subject: Fix tutorial docs hook point Issue-ID: CLI-86 Change-Id: I152419e0ac2a98d462a367e450ecc67306c59908 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/index.rst | 1 - docs/user_guide.rst | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit