diff options
Diffstat (limited to 'docs/guides')
-rw-r--r-- | docs/guides/onap-user/index.rst | 18 | ||||
-rw-r--r-- | docs/guides/onap-user/onapcli.rst | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index ee754d266..d49b011a1 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -12,15 +12,31 @@ The following guides are provided to describe tasks that a user of ONAP may need to perform when integrating, deploying, testing and operating an instance of ONAP. +E2E User Guides +--------------- + .. toctree:: :maxdepth: 1 - onap-portal-user/onap-portal-user.rst design/index.rst instantiate/index.rst configure/index.rst + +Component User Guides +--------------------- + +.. toctree:: + :maxdepth: 1 + + onap-portal-user/onap-portal-user.rst onapcli.rst +For other ONAP components please review the individual +document sets in :ref:`doc_onap-developer_guide_projects` + +Tutorials +--------- + Verified Use Cases ------------------ In the following page you find all use cases and functional requirements diff --git a/docs/guides/onap-user/onapcli.rst b/docs/guides/onap-user/onapcli.rst index 27c8087dc..57b330c5f 100644 --- a/docs/guides/onap-user/onapcli.rst +++ b/docs/guides/onap-user/onapcli.rst @@ -7,4 +7,4 @@ ONAP CLI .. toctree:: :maxdepth: 2 -:ref:`cligit docs user_guiderst<onap-cli:cli_user_guide>` +:ref:`ONAP CLI userguide<onap-cli:cli_user_guide>` |