diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-09-29 14:33:29 +0200 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2021-09-29 15:09:45 +0200 |
commit | dc78aca33733dcd4604dee30631997c47bfd1d77 (patch) | |
tree | 934c99d2e0932ba9896eff076958840225276246 | |
parent | e030d453918026b42d3f50c01ad8f6f48a35983a (diff) |
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 <eric.debeau@orange.com>
Change-Id: Iee1212eb5b2615296f2912ddb0f4f272ad929951
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | 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 <onap-cps:master_index>` - - CPS Documentation + * - :ref:`CPS<onap-cps:master_index>` + - CPS Global Documentation + * - :ref:`CPS DMI Plugin<onap-cps-ncmp-dmi-plugin:master_index>` + - DMI Plugin Documentation DCAE - Data Collection, Analysis and Events ------------------------------------------- |