Documentation structure updated in Introduction 01/109301/2
authorAndrea Visnyei <andrea.visnyei@nokia.com>
Thu, 18 Jun 2020 11:25:04 +0000 (13:25 +0200)
committerAndrea Visnyei <andrea.visnyei@nokia.com>
Thu, 1 Oct 2020 10:41:25 +0000 (12:41 +0200)
Documentation structure has been updated to reflect the current one in Introduction.

Issue-ID: DOC-636

Change-Id: I038cf040a0669cd83d7b00725db0d3620a8b8f4d
Signed-off-by: Andrea Visnyei <andrea.visnyei@nokia.com>
docs/guides/onap-developer/how-to-use-docs/introduction.rst

index 70e98ad..ef6ed95 100644 (file)
@@ -96,22 +96,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
 ------------