diff options
Diffstat (limited to 'docs/sections/services')
-rw-r--r-- | docs/sections/services/sdk/index.rst | 13 | ||||
-rw-r--r-- | docs/sections/services/serviceindex.rst | 1 |
2 files changed, 12 insertions, 2 deletions
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 |