Update docs after name change of ICS
[nonrtric.git] / docs / conf.py
index ff5fcc9..20c71fc 100644 (file)
@@ -9,7 +9,7 @@ linkcheck_ignore = [
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*',
     './rac-api.html', #Generated file that doesn't exist at link check.
-    './ecs-api.html' #Generated file that doesn't exist at link check.
+    './ics-api.html' #Generated file that doesn't exist at link check.
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
@@ -22,8 +22,8 @@ redoc = [
                 'embed': True,
             },
             {
-                'name': 'ECS API',
-                'page': 'ecs-api',
+                'name': 'ICS API',
+                'page': 'ics-api',
                 'spec': '../information-coordinator-service/api/ics-api.json',
                 'embed': True,
             }