add security related docs (osa) 95/129695/3
authorthmsdt <thomas.kulik@telekom.de>
Mon, 27 Jun 2022 14:45:45 +0000 (16:45 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Mon, 27 Jun 2022 15:10:58 +0000 (17:10 +0200)
Issue-ID: DOC-782

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I8e4f6692c6249e16a1862ec533620c1a43a579d6

docs/conf.py
docs/index.rst
docs/release/releaserepos.rst

index f3ae168..7b5e2b7 100644 (file)
@@ -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',
index 2f4df5f..91359b7 100644 (file)
@@ -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 <onap-security>`                                            | The current state of ONAP Security is described here. We can learn about discovered and fixed |
+ |                                                                                 | vulnerabilities.                                                                              |
+ +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
 
 .. toctree::
    :maxdepth: 1
index c1345b6..16c3222 100644 (file)
@@ -76,8 +76,10 @@ OOM - ONAP Operations Manager
 - :ref:`oom <onap-oom:release_notes>`
 - :ref:`oom/platform/cert-service <onap-oom-platform-cert-service:release_notes>`
 
+
 .. - :ref:`oom/offline-installer <onap-oom-offline-installer:release_notes>` ### changelog file needs at least the anchor / combine CL & RL?
 
+
 POLICY - Policy Framework
 -------------------------
 - :ref:`policy/parent <onap-policy-parent:release_notes>`