diff options
author | vv770d <vv770d@att.com> | 2021-03-24 16:24:36 -0400 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-03-24 20:32:51 +0000 |
commit | b339c35779aebee28b43b8d6363425db48119fe3 (patch) | |
tree | 834cac4e0f30532ebe335e9bc01f224b3cfa5f98 | |
parent | ef3d649b6c80cfb6e2cb28c27f1fd53cb7fc5c70 (diff) |
[DCAE] fix broken links
Service index page links broken
Change-Id: Ic15d06f140817459f3721596756d214fa2b80865
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2653
-rw-r--r-- | docs/sections/services/serviceindex.rst | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/sections/services/serviceindex.rst b/docs/sections/services/serviceindex.rst index f6d91dd6..3102b953 100644 --- a/docs/sections/services/serviceindex.rst +++ b/docs/sections/services/serviceindex.rst @@ -7,22 +7,24 @@ DCAE Service components .. Add or remove sections below as appropriate for the platform component.
-.. toctree::
- :maxdepth: 1
Collectors
----------
+.. toctree::
+ :maxdepth: 1
+
./dfc/index.rst
./restconf/index.rst
./snmptrap/index.rst
./ves-hv/index.rst
./ves-http/index.rst
-
Event Processor
---------------
-
+.. toctree::
+ :maxdepth: 1
+
./bbs-event-processor/index.rst
./datalake-handler/index.rst
./mapper/index.rst
@@ -31,6 +33,9 @@ Event Processor Analytics
---------
+.. toctree::
+ :maxdepth: 1
+
./heartbeat-ms/index.rst
./kpi-computation-ms/index.rst
./pm-subscription-handler/index.rst
@@ -40,5 +45,8 @@ Analytics Miscellaneous Services
----------------------
- ./ves-openapi-manager/index.rst
+.. toctree::
+ :maxdepth: 1
+
+ ./ves-openapi-manager/index.rst
|