Revert change assembly descriptor id
[ccsdk/cds.git] / docs / index.rst
index 45b124f..942abc6 100644 (file)
@@ -1,6 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2019 IBM.
+.. _master_index:
 
 .. _cds_main-doc:
 
@@ -42,12 +43,11 @@ Design Studio is to create and populate a controller blueprint, create a
 configuration file from this Controller blueprint, and download this
 configuration file (configlet) to a VNF/PNF.
 
-|image1|
-
+|cdsArchitectureImage|
 
 
 Modeling Concept
-================
+----------------
 
 In Dublin release, the CDS community has contributed a framework to automate
 the resolution of resources for instantiation and any config provisioning
@@ -69,11 +69,12 @@ Tosca Model Reference:
 |image0|
 
 Modeling Concept Links:
------------------------
+~~~~~~~~~~~~~~~~~~~~~~~
 
 .. toctree::
    :maxdepth: 1
 
+   modelingconcepts/overview
    microservices/controllerBlueprintStudioProcessorMS
    microservices/bluePrintsProcessorMS
    microservices/expression
@@ -82,7 +83,7 @@ Modeling Concept Links:
 
 
 Design tools
-============
+------------
 .. toctree::
    :maxdepth: 1
    :glob:
@@ -90,36 +91,41 @@ Design tools
    CBA/index
    datadictionary/index
 
-
-
-
 Scripts
-=======
+-------
 
 Library
--------
+~~~~~~~
+
+* NetconfClient
 
-*NetconfClient
---------------
 In order to facilitate NETCONF interaction within scripts, a python NetconfClient binded to our Kotlin implementation is made available. This NetconfClient can be used when using the component-netconf-executor.
 
 The client can be find here: https://github.com/onap/ccsdk-cds/blob/master/components/scripts/python/ccsdk_netconf/netconfclient.py
 
-*ResolutionHelper
------------------
+* ResolutionHelper
+
 When executing a component executor script, designer might want to perform
 resource resolution along with template meshing directly from the script
 itself.
 
-The helper can be find here: https://github.com/onap/ccsdk-apps/blob/master/components/scripts/python/ccsdk_netconf/common.py
+The helper can be found in below link: 
+https://github.com/onap/ccsdk-apps/blob/master/components/scripts/python/ccsdk_netconf/common.py
 
 .. |image0| image:: media/tosca_model.jpg
    :width: 7.88889in
    :height: 4.43750in
 
-.. |image1| image:: media/CDS_architecture.jpg
-   :height: 4.43750in
-   :width: 7.88889in
+.. |cdsArchitectureImage| image:: media/CDS_architecture_latest.png
+   :scale: 30 %
+
+Developer Guide
+----------
+
+.. toctree::
+   :maxdepth: 2
+
+   developerguide/developer-guide
 
 User Guide
 ----------
@@ -127,8 +133,25 @@ User Guide
 .. toctree::
    :maxdepth: 1
 
-   userguide
-  
+   installation
+   designtime
+
+Use Cases
+----------
+
+.. toctree::
+   :maxdepth: 2
+
+   usecases/use-cases
+
+CDS Desginer UI
+---------------
+
+.. toctree::
+   :maxdepth: 1
+
+   CDS_Designer_Guide
+
 
 Controller Design Studio Presentation
 -------------------------------------