summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSofia Wallin <sofia.wallin@est.tech>2020-10-01 13:19:15 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-01 13:19:15 +0000
commitc064bbf1474a2aa5d3f0384017987eb3b1fa4683 (patch)
treea64c6652487879ea1e97f0c52f0aa1bff61e6cbd
parent5543e68c6ac989bf0932ba4cdc15e9814ebd866c (diff)
parent3f0188309b8610665049e37ea1bfedf730ac0a9d (diff)
Merge "Documentation structure updated in Introduction"
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/introduction.rst90
1 files changed, 74 insertions, 16 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/introduction.rst b/docs/guides/onap-developer/how-to-use-docs/introduction.rst
index 44a543c34..ceb2eb0e6 100644
--- a/docs/guides/onap-developer/how-to-use-docs/introduction.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/introduction.rst
@@ -110,22 +110,80 @@ is referenced from this structure.
::
- docs
- ├── guides
- │   ├── onap-developer
- │   │   ├── apiref
- │   │   ├── architecture
- │   │   ├── developing
- │   │   ├── how-to-use-docs
- │   │   ├── settingup
- │   │   ├── tutorials
- │   │   └── use-cases
- │   ├── onap-provider
- │   └── onap-user
- ├── release
- └── templates
-    ├── collections
-    └── sections
+docs
+├── guides
+│   ├── active-projects
+│   ├── onap-developer
+│   │   ├── apiref
+│   │   ├── architecture
+│   │   │   └── media
+│   │   ├── developing
+│   │   ├── how-to-use-docs
+│   │   ├── tutorials
+│   │   └── use-cases
+│   ├── onap-operator
+│   │   ├── cloud_site
+│   │   │   ├── aws
+│   │   │   ├── azure
+│   │   │   ├── k8s
+│   │   │   ├── openstack
+│   │   │   └── vmware
+│   │   ├── onap-portal-admin
+│   │   │   └── attachments
+│   │   └── settingup
+│   ├── onap-provider
+│   ├── onap-user
+│   │   ├── configure
+│   │   │   ├── change_config
+│   │   │   ├── pnf_connect
+│   │   │   └── vnf_connect
+│   │   ├── design
+│   │   │   ├── control-loop
+│   │   │   │   └── media
+│   │   │   ├── media
+│   │   │   ├── parameter_resolution
+│   │   │   │   └── ubuntu_example
+│   │   │   │   ├── cba-after-enrichment
+│   │   │   │   │   ├── Definitions
+│   │   │   │   │   ├── Templates
+│   │   │   │   │   └── TOSCA-Metadata
+│   │   │   │   ├── cba-before-enrichment
+│   │   │   │   │   ├── Definitions
+│   │   │   │   │   ├── Templates
+│   │   │   │   │   └── TOSCA-Metadata
+│   │   │   │   └── ubuntuCDS_heat
+│   │   │   ├── pre-onboarding
+│   │   │   │   └── media
+│   │   │   ├── resource-onboarding
+│   │   │   │   └── media
+│   │   │   ├── service-design
+│   │   │   │   └── media
+│   │   │   ├── service-distribution
+│   │   │   │   └── media
+│   │   │   └── vfcreation
+│   │   │   └── media
+│   │   ├── instantiate
+│   │   │   ├── instantiation
+│   │   │   │   ├── nbi
+│   │   │   │   ├── pnf_instance
+│   │   │   │   ├── service_instance
+│   │   │   │   ├── so1
+│   │   │   │   ├── so2
+│   │   │   │   ├── uui
+│   │   │   │   ├── vid
+│   │   │   │   ├── virtual_link_instance
+│   │   │   │   └── vnf_instance
+│   │   │   └── pre_instantiation
+│   │   └── onap-portal-user
+│   │   └── attachments
+│   └── overview
+│   └── media
+├── release
+├── templates
+│   ├── collections
+│   └── sections
+└── use-cases
+
Source Files
------------