Merge "Rename policy-agent in pom file"
[nonrtric.git] / docs / conf.py
index a6ae7f9..c5e504d 100644 (file)
@@ -8,7 +8,9 @@ linkcheck_ignore = [
     'http://localhost.*',
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*',
-    './rac-api.html' #Generated file that doesn't exist at link check.
+    './rac-api.html', #Generated file that doesn't exist at link check.
+    './ics-api.html', #Generated file that doesn't exist at link check.
+    './dmaap-adaptor-api.html' #Generated file that doesn't exist at link check.
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
@@ -19,6 +21,18 @@ redoc = [
                 'page': 'rac-api',
                 'spec': '../r-app-catalogue/api/rac-api.json',
                 'embed': True,
+            },
+            {
+                'name': 'ICS API',
+                'page': 'ics-api',
+                'spec': '../information-coordinator-service/api/ics-api.json',
+                'embed': True,
+            },
+            {
+                'name': 'DMaaP Adaptor API',
+                'page': 'dmaap-adaptor-api',
+                'spec': '../dmaap-adaptor-java/api/api.json',
+                'embed': True,
             }
         ]