Fix doc issues 91/114991/7
authorChrisC <christophe.closset@intl.att.com>
Tue, 17 Nov 2020 10:35:34 +0000 (11:35 +0100)
committerS�bastien Determe <sebastien.determe@intl.att.com>
Wed, 18 Nov 2020 06:29:49 +0000 (06:29 +0000)
Update links

Issue-ID: SDC-3370
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I3c0c019c25286f78f0cf1e9a5e7d12390e706a2c

docs/conf.py
docs/humaninterfaces.rst
docs/index.rst
docs/onboardingpackages.rst

index 5371015..4b24057 100644 (file)
@@ -1,6 +1,7 @@
 from docs_conf.conf import *
 
 branch = 'latest'
+doc_onap_url = 'https://docs.onap.org'
 master_doc = 'index'
 
 linkcheck_ignore = [
@@ -9,6 +10,8 @@ linkcheck_ignore = [
 
 intersphinx_mapping = {}
 
+intersphinx_mapping['onap-doc'] = ('{}/en/%s'.format(doc_onap_url) % branch, None)
+
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
 def setup(app):
index 3c3a78f..4a89d11 100644 (file)
@@ -11,5 +11,5 @@ User Guides In ONAP Confluence
 These are links to the SDC user guides found in ONAP User Guides:
 
 * :ref:`sdc_onboarding_package_types`
-* :ref:`User Guides <user-guides>`
+* :ref:`User Guides <onap-doc:doc_guide_user_des>`
 
index 20e3816..e1aa949 100644 (file)
@@ -15,6 +15,8 @@ SDC Documentation
    delivery.rst
    humaninterfaces.rst
    genericdesignerintegration.rst
+   onboardingpackages.rst
+   externaltesting.rst
    installation.rst
    logging.rst
    release-notes.rst
index 7eb6ad1..63bc152 100644 (file)
@@ -17,7 +17,7 @@ SDC supports the following packages types
 - Basic Helm package support for CNF
 
 For an extensive guide on how to perform onboarding, please refer to the ONAP User guide:
-* :ref:`User Guides <user-guides>`
+* :ref:`User Guides <onap-doc:doc_guide_user_des>`
 
 
 Heat Package
@@ -56,7 +56,7 @@ Other Points to note when onboarding this package are:
 - The non-mano artifacts are mapped to the corresponding SDC Artifact Type in the xNF internal model.
 
 Basic Helm package support for CNF
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The helm package support is new since Guilin release, helm chart packaged as tgz file can be onboarded and distributed.
 The support is limited for this first release.