diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-07-09 15:07:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-09 15:07:31 +0000 |
commit | 4510c05fd84d429ac5f6f8f3252ae3ebd9ceec3f (patch) | |
tree | 5ec24f26545b2ec15a44be4369c7fc72641f5d98 /docs | |
parent | d18db7eabdfbd341c7a30fc6f3b03f14638699db (diff) | |
parent | 50f9aff6545ea77e323a7b84d4eca813d7698638 (diff) |
Merge "Issue-ID: INT-494 add link to OOM user guide in "setting-up ONAP" section" into dublin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/onap-developer/settingup/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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}}' - |