diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2021-01-21 16:08:52 +0100 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@est.tech> | 2021-01-28 13:26:20 +0000 |
commit | c606963ca63b31fd1ba70a3e02f68b2c4f18a321 (patch) | |
tree | 898409f6a27cffb607996b4c021ffff83fe7b003 /docs/guides | |
parent | 4679d330b2a914ff26da9f62c698aa123051fc29 (diff) |
restructured UserGuide Section and corrected CLI Userguide Link
Issue-ID: DOC-705
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I1ef195b181d18ea47c99aec77a3e90bfcb8736a9
(cherry picked from commit b3616d6a4ac7191dc1b2c77906f56704888fd11a)
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>` |