Update docs after name change of ICS 59/7159/2
authorelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 1 Dec 2021 06:36:37 +0000 (07:36 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 1 Dec 2021 06:52:21 +0000 (07:52 +0100)
Issue-ID: NONRTRIC-656
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I58820623d139b2ee0c90425c2b794bb2b9241200

docs/api-docs.rst
docs/conf.py

index 51d18ee..660344f 100644 (file)
@@ -40,7 +40,7 @@ The API is also described in Swagger-JSON and YAML:
    :header: "API name", "|swagger-icon|", "|yaml-icon|"
    :widths: 10,5,5
 
-   "A1 Enrichment Information Coordination Service API", ":download:`link <../information-coordinator-service/api/ics-api.json>`", ":download:`link <../information-coordinator-service/api/ics-api.yaml>`"
+   "A1 Information Coordination Service API", ":download:`link <../information-coordinator-service/api/ics-api.json>`", ":download:`link <../information-coordinator-service/api/ics-api.yaml>`"
 
 Non-RT-RIC App Catalogue (Initial)
 ==================================
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,
             }