From 7fa2106a17991a6daafbc147a5c9c5c45c703ef7 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Mon, 27 Jun 2022 16:45:45 +0200 Subject: add security related docs (osa) Issue-ID: DOC-782 Signed-off-by: thmsdt Change-Id: I8e4f6692c6249e16a1862ec533620c1a43a579d6 (cherry picked from commit 6458ba752df13912f3497576949f85192a9ca8b5) --- docs/conf.py | 4 ++++ docs/index.rst | 3 +++ docs/release/releaserepos.rst | 2 ++ 3 files changed, 9 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 8e9f7e1e7..d32dcc675 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,6 +51,10 @@ intersphinx_mapping['onap-usecase-ui'] = ('{}/onap-usecase-ui/en/%s'.format(doc_ intersphinx_mapping['onap-vfc-nfvo-lcm'] = ('{}/onap-vfc-nfvo-lcm/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-vnfsdk-model'] = ('{}/onap-vnfsdk-model/en/%s'.format(doc_url) % branch, None) +# One exception for osa repo for Jakarta release only! For the Kohn release they are asked to create a branch! +branch = 'latest' +intersphinx_mapping['onap-osa'] = ('{}/onap-osa/en/%s'.format(doc_url) % branch, None) + # Linkcheck linkcheck_ignore = [ 'http://localhost', diff --git a/docs/index.rst b/docs/index.rst index 2f4df5f99..91359b785 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,6 +57,9 @@ Please find some guidance here on the content of ONAP documentation: | | in the ONAP Documentation Guide. Currently some content resides also in the Developer Guide. | | | This is subject to be reviewed, updated and migrated to the ONAP Documenation Guide. | +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ + | :ref:`ONAP Security ` | The current state of ONAP Security is described here. We can learn about discovered and fixed | + | | vulnerabilities. | + +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ .. toctree:: :maxdepth: 1 diff --git a/docs/release/releaserepos.rst b/docs/release/releaserepos.rst index e75ec5758..a346e3e9e 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/releaserepos.rst @@ -83,8 +83,10 @@ OOM - ONAP Operations Manager - :ref:`oom ` - :ref:`oom/platform/cert-service ` + .. - :ref:`oom/offline-installer ` ### changelog file needs at least the anchor / combine CL & RL? + POLICY - Policy Framework ------------------------- - :ref:`policy/parent ` -- cgit 1.2.3-korg