From 295b20c6d3d936099d6d2d8c434a6a8575d39c4a Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 17 Nov 2020 11:35:34 +0100 Subject: Fix doc issues Update links Issue-ID: SDC-3370 Signed-off-by: ChrisC Change-Id: I3c0c019c25286f78f0cf1e9a5e7d12390e706a2c --- docs/conf.py | 3 +++ docs/humaninterfaces.rst | 2 +- docs/index.rst | 2 ++ docs/onboardingpackages.rst | 4 ++-- 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 5371015c66..4b24057691 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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): diff --git a/docs/humaninterfaces.rst b/docs/humaninterfaces.rst index 3c3a78f1db..4a89d118c2 100644 --- a/docs/humaninterfaces.rst +++ b/docs/humaninterfaces.rst @@ -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 ` +* :ref:`User Guides ` diff --git a/docs/index.rst b/docs/index.rst index 20e3816934..e1aa94997b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,6 +15,8 @@ SDC Documentation delivery.rst humaninterfaces.rst genericdesignerintegration.rst + onboardingpackages.rst + externaltesting.rst installation.rst logging.rst release-notes.rst diff --git a/docs/onboardingpackages.rst b/docs/onboardingpackages.rst index 7eb6ad1220..63bc152df4 100644 --- a/docs/onboardingpackages.rst +++ b/docs/onboardingpackages.rst @@ -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 ` +* :ref:`User Guides ` 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. -- cgit 1.2.3-korg