Init version containing video of demo
[ccsdk/cds.git] / docs / index.rst
index e80917b..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,8 +43,7 @@ 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
@@ -74,6 +74,7 @@ Modeling Concept Links:
 .. toctree::
    :maxdepth: 1
 
+   modelingconcepts/overview
    microservices/controllerBlueprintStudioProcessorMS
    microservices/bluePrintsProcessorMS
    microservices/expression
@@ -90,9 +91,6 @@ Design tools
    CBA/index
    datadictionary/index
 
-
-
-
 Scripts
 -------
 
@@ -100,28 +98,34 @@ Library
 ~~~~~~~
 
 * 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
-~~~~~~~~~~~~~~~~~
 
 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
 ----------
@@ -129,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
 -------------------------------------