Fixed errors as per DOC8 standard 55/77555/1
authorezhil <ezhrajam@in.ibm.com>
Wed, 30 Jan 2019 05:56:47 +0000 (11:26 +0530)
committerezhil <ezhrajam@in.ibm.com>
Wed, 30 Jan 2019 05:57:00 +0000 (11:27 +0530)
Change-Id: Ia2151fc390845feeee43187f8724f610e5b8a383
Issue-ID: CCSDK-916
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
docs/index.rst
docs/microserviceslist.rst [new file with mode: 0644]

index 2c7d9ab..2a7239d 100644 (file)
@@ -9,17 +9,17 @@ CCSDK APPS DOCUMENTATION REPOSITORY
 
 Introduction:
 =============
-APPS repository which contains all micro services for CCSDK module.
-Also these are application that are intended to run outside of OpenDaylight
-container.Modular feature implementation that is reusable across all controllers.
+   APPS repository which contains all micro services for CCSDK module.
+   Also these are application that are intended to run outside of OpenDaylight
+   container.Modular feature implementation that is reusable across all controllers.
 
 Microservices:
 =============
 
-Controller BluePrints Studio Processor
-Blueprints processor
-NetworkElementNameGen (NENG)
-Vlan Tag API
+   Controller BluePrints Studio Processor
+   Blueprints processor
+   NetworkElementNameGen (NENG)
+   Vlan Tag API
 
 
 Installation:
@@ -27,12 +27,12 @@ Installation:
 
 Steps
 -----
-To compile this code:
+   To compile this code:
 
-1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
-references to the ONAP repositories and OpenDaylight repositories.
+   1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains
+    references to the ONAP repositories and OpenDaylight repositories.
 
-2. To compile all of CCSDK apps code
+   2. To compile all of CCSDK apps code
     - git clone https://(LFID)@gerrit.onap.org/r/a/ccsdk/apps
     - cd apps ; mvn clean install ; cd ..
 
diff --git a/docs/microserviceslist.rst b/docs/microserviceslist.rst
new file mode 100644 (file)
index 0000000..bdcee02
--- /dev/null
@@ -0,0 +1,13 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.
+.. Copyright (C) 2019 IBM.
+
+Microservices:
+---------------
+.. toctree::
+   :maxdepth: 1
+
+    Controller BluePrints Studio Processor
+    Blueprints processor
+    NetworkElementNameGen (NENG)
+    Vlan Tag API