From: Rene_Robert Date: Thu, 4 Jul 2019 07:48:56 +0000 (+0200) Subject: Issue-ID: INT-494 X-Git-Tag: elalto.1.5.2~2177^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6654af6983533b0b4be80de9a8bc0887ef086cb5;p=doc.git Issue-ID: INT-494 add link to OOM user guide in "setting-up ONAP" section Signed-off-by: Rene_Robert Change-Id: I938c59774e703fece57841d203090b2868ec3414 --- diff --git a/docs/guides/onap-developer/settingup/index.rst b/docs/guides/onap-developer/settingup/index.rst index f1724d4c3..f96388891 100644 --- a/docs/guides/onap-developer/settingup/index.rst +++ b/docs/guides/onap-developer/settingup/index.rst @@ -47,7 +47,7 @@ Installation Creation of Kubernetes cluster is described here: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :titlesonly: ../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst @@ -55,15 +55,16 @@ Creation of Kubernetes cluster is described here: ONAP installation is described here: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :titlesonly: ../../../../submodules/oom.git/docs/oom_quickstart_guide.rst + ../../../../submodules/oom.git/docs/oom_user_guide.rst Alternative way of offline ONAP installation is described here: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :titlesonly: ../../../../submodules/oom/offline-installer.git/docs/index.rst @@ -102,4 +103,3 @@ Kubernetes command: .. code-block:: bash kubectl get svc -n onap -o go-template='{{range .items}}{{range.spec.ports}}{{if .nodePort}}{{.nodePort}}{{.}}{{"\n"}}{{end}}{{end}}{{end}}' -