summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-05-08 16:30:14 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-08 16:30:14 +0000
commit776b61f244ed17723672b99b3610eefd6d8fb3c0 (patch)
treead8f17f4db45d41e850c85192f5c886dd4072ee0
parent0373e3f3e075a58a33f1d9b285831e012eec5d92 (diff)
parent6ec7fd11354ba464022b8e3b54e1e4a7f60ed7d5 (diff)
Merge "Fix for SDK's index.rst file"
-rw-r--r--docs/sections/offeredapis.rst1
-rw-r--r--docs/sections/services/sdk/index.rst13
-rw-r--r--docs/sections/services/serviceindex.rst1
3 files changed, 13 insertions, 2 deletions
diff --git a/docs/sections/offeredapis.rst b/docs/sections/offeredapis.rst
index e4f65282..46114252 100644
--- a/docs/sections/offeredapis.rst
+++ b/docs/sections/offeredapis.rst
@@ -15,3 +15,4 @@ DCAEGEN2 Components Offered APIs
apis/DFC.rst
apis/PNDA.rst
apis/pmmapper.rst
+ apis/SDK.rst
diff --git a/docs/sections/services/sdk/index.rst b/docs/sections/services/sdk/index.rst
index f53b78b1..0af47ec5 100644
--- a/docs/sections/services/sdk/index.rst
+++ b/docs/sections/services/sdk/index.rst
@@ -4,7 +4,16 @@
DCAE SDK
========
+**SDK** is a common software development kit written in Java. It contains various utilities and clients which may be used for getting configuration from CBS, consuming messages from DMaaP, interacting with A&AI, etc.
+
+
+SDK Overview
+------------
+
.. toctree::
-:maxdepth: 1
+ :maxdepth: 1
+
+ ./architecture.rst
+
- ./architecture.rst \ No newline at end of file
+API reference \ No newline at end of file
diff --git a/docs/sections/services/serviceindex.rst b/docs/sections/services/serviceindex.rst
index 268c91bb..df26b4f7 100644
--- a/docs/sections/services/serviceindex.rst
+++ b/docs/sections/services/serviceindex.rst
@@ -19,3 +19,4 @@ Service components under DCAE
./heartbeat-ms/index.rst
./pm-mapper/index.rst
./bbs-event-processor/index.rst
+ ./sdk/index.rst