summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-07-13 21:44:34 +0000
committervagrant <vv770d@att.com>2018-07-14 11:41:17 +0000
commit9d02e4106fd08585d12999faf72867fafe6ce007 (patch)
tree07f4fc069492010e6a6878c4713ff5a7b6003c5a
parentc3dd829cdcb1d9074e6a217ab67a56c305941c5c (diff)
Create component specific doc structure
Change-Id: I6ad1056b3a21e8c448840ef2682e4cbd7bdb7585 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-617
-rw-r--r--docs/index.rst1
-rw-r--r--docs/sections/services/serviceindex.rst15
-rw-r--r--docs/sections/services/snmptrap/index.rst11
-rw-r--r--docs/sections/services/ves-http/index.rst11
4 files changed, 38 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 5c7d157c..4a3c8481 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,5 +19,6 @@ Data Collection, Analytics, and Events (DCAE)
./sections/configuration.rst
./sections/humaninterfaces.rst
./sections/components/component-development.rst
+ ./sections/services/serviceindex.rst
./sections/release-notes.rst
diff --git a/docs/sections/services/serviceindex.rst b/docs/sections/services/serviceindex.rst
new file mode 100644
index 00000000..925ef021
--- /dev/null
+++ b/docs/sections/services/serviceindex.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+Service components under DCAE
+=============================
+
+.. Add or remove sections below as appropriate for the platform component.
+
+.. toctree::
+ :maxdepth: 1
+
+ ./snmptrap/index.rst
+ ./ves-http/index.rst
+
diff --git a/docs/sections/services/snmptrap/index.rst b/docs/sections/services/snmptrap/index.rst
new file mode 100644
index 00000000..5d662e0d
--- /dev/null
+++ b/docs/sections/services/snmptrap/index.rst
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+SNMP TRAP COLLECTOR MS (DCAE)
+=============================
+
+.. Add or remove sections below as appropriate for the platform component.
+
+Trap collector overview and functions to be listed
+
diff --git a/docs/sections/services/ves-http/index.rst b/docs/sections/services/ves-http/index.rst
new file mode 100644
index 00000000..e1ad6e72
--- /dev/null
+++ b/docs/sections/services/ves-http/index.rst
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+VNF Event Streaming (VES) Collector
+===================================
+
+.. Add or remove sections below as appropriate for the platform component.
+
+VES Collector (HTTP) overview and functions
+