From dc78aca33733dcd4604dee30631997c47bfd1d77 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Wed, 29 Sep 2021 14:33:29 +0200 Subject: Add CPS DMI Plugin documentation links Modify following files - conf.py for intersphinx link - developing/index.rst Issue-ID: DOC-767 Signed-off-by: Eric Debeau Change-Id: Iee1212eb5b2615296f2912ddb0f4f272ad929951 --- docs/conf.py | 1 + docs/guides/onap-developer/developing/index.rst | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4d7b9db5d..c8ece96cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,7 @@ intersphinx_mapping['onap-ccsdk-distribution'] = ('{}/onap-ccsdk-distribution/en intersphinx_mapping['onap-ccsdk-oran'] = ('{}/onap-ccsdk-oran/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-cps'] = ('{}/onap-cps/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-cps-ncmp-dmi-plugin'] = ('{}/onap-cps-ncmp-dmi-plugin/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-dcaegen2'] = ('{}/onap-dcaegen2/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-dmaap-messagerouter-messageservice'] = ( '{}/onap-dmaap-messagerouter-messageservice/en/%s'.format(doc_url) % branch, None) diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 1a073c9a5..a0e667f4b 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -140,8 +140,10 @@ CPS - Configuration Persistence Service * - Document - Description - * - :ref:`CPS ` - - CPS Documentation + * - :ref:`CPS` + - CPS Global Documentation + * - :ref:`CPS DMI Plugin` + - DMI Plugin Documentation DCAE - Data Collection, Analysis and Events ------------------------------------------- -- cgit 1.2.3-korg