diff options
author | Eric Debeau <eric.debeau@orange.com> | 2020-11-30 15:32:31 +0100 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@est.tech> | 2020-12-02 09:55:30 +0000 |
commit | 0ba07f5c9a94fcd460f1f1914d9b6ffa8f46dd7e (patch) | |
tree | cbc4dc114be6b5f4a543bcc698e4236202f9a28b /docs/guides/onap-user/instantiate | |
parent | c67eda8a8efd73a8b7388930e2fef30b9f0511bb (diff) |
Remove all warnings during Documentation buildings
Remove files with not links:
- guides/onap-developer/architecture/blueprint-enr.rst old file based on Beijing
- smsummary.rst: no more relevant as no more submodules used
- templates/sections/vnf-reference.rst : not referenced
- guides/onap-user/onapportal.rst: redundant
- guides/onap-developer/tutorials/index.rst: no tutorial
Add new files to inlude templates
Move templates directory under how-to-use-docs
Modify global release not label with onap_release_notes to avoid confusion
Issue-ID: DOC-692
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I709765beb02403c4ad058863c2b5136f42968cff
(cherry picked from commit ab0c78bb275b345eb5e995a40a90e633980d7bca)
Diffstat (limited to 'docs/guides/onap-user/instantiate')
-rw-r--r-- | docs/guides/onap-user/instantiate/index.rst | 2 | ||||
-rw-r--r-- | docs/guides/onap-user/instantiate/instantiation/index.rst | 10 |
2 files changed, 2 insertions, 10 deletions
diff --git a/docs/guides/onap-user/instantiate/index.rst b/docs/guides/onap-user/instantiate/index.rst index fb14e698e..d9bc3c7fb 100644 --- a/docs/guides/onap-user/instantiate/index.rst +++ b/docs/guides/onap-user/instantiate/index.rst @@ -16,3 +16,5 @@ Instantiation includes the following topics: Pre-instantiation operations <./pre_instantiation/index.rst> Instantiation operation(s) <./instantiation/index.rst> + + Instantiation via Use-Case UI portal <./instantiation/uui/index.rst> diff --git a/docs/guides/onap-user/instantiate/instantiation/index.rst b/docs/guides/onap-user/instantiate/instantiation/index.rst index 0d2981b4d..9bfb6b6b3 100644 --- a/docs/guides/onap-user/instantiate/instantiation/index.rst +++ b/docs/guides/onap-user/instantiate/instantiation/index.rst @@ -2,7 +2,6 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Contributors. All rights reserved. - Declare PNF instances: .. toctree:: @@ -17,7 +16,6 @@ Instantiate a Service Instantiate a Service <./service_instance/index.rst> - Instantiate a VNF: .. toctree:: @@ -25,14 +23,6 @@ Instantiate a VNF: Instantiate a VNF <./vnf_instance/index.rst> -Configure a VNF: - -.. toctree:: - :maxdepth: 1 - - Configure a VNF <./vnf_configure/index.rst> - - Instantiate a Virtual Link: .. toctree:: |