Update documentation 08/8608/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 23 Jun 2022 08:24:19 +0000 (10:24 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 23 Jun 2022 08:24:28 +0000 (10:24 +0200)
Issue-ID: NONRTRIC-769
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I70c1621e97855fb61b7ba8f11668af011fb06c75

docs/conf.py
docs/index.rst
docs/overview.rst

index 496a7a3..7cf7dee 100644 (file)
@@ -27,4 +27,4 @@ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js
 #intershpinx mapping with other projects
 intersphinx_mapping = {}
 
-intersphinx_mapping['nonrtric-controlpanel'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/%s' % branch, None)
+intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)
index 0d33cd5..2c2fa1f 100644 (file)
@@ -14,5 +14,3 @@ Non-RT RIC Information Coordination Service
    ./api-docs.rst
    ./installation-guide.rst
    ./release-notes.rst
-
-* :ref:`search`
index 8a8d7af..d6d0a1f 100644 (file)
@@ -9,6 +9,8 @@ The Information Coordination Service (ICS) is a generic service that maintains d
 to decouple data consumers and data producers in a multi vendor environment. A data consumer does not need to know anything about
 the producers of the data.
 
+This product is a part of :doc:`NONRTRIC <nonrtric:index>`.
+
 The following terms are used:
 
 * **Data Consumer**, is a subscriber of data. Subscription is done by creating an "Information Job". A data consumer can for instance be an R-App (using the R1 API) or a NearRT-RIC consuming Enrichment Information (and uses the A1-EI API provided by this service).