Skip to content

Commit

Permalink
Revert "add security related docs (osa)"
Browse files Browse the repository at this point in the history
This reverts commit 6458ba7.

Reason for revert: <build problems>

Issue-ID: DOC-782

Change-Id: Ie07ea0d4b0d3bf1cb5d378d9b3b248e5d580fe5e
Signed-off-by: thmsdt <[email protected]>
  • Loading branch information
thmsdt authored and collivier committed Jul 5, 2022
1 parent 2d2241a commit 8f5dcf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
intersphinx_mapping['onap-oom-platform-cert-service'] = ('{}/onap-oom-platform-cert-service/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-optf-has'] = ('{}/onap-optf-has/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-optf-osdf'] = ('{}/onap-optf-osdf/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-osa'] = ('{}/onap-osa/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-policy-parent'] = ('{}/onap-policy-parent/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-sdc'] = ('{}/onap-sdc/en/%s'.format(doc_url) % branch, None)
intersphinx_mapping['onap-sdnc-oam'] = ('{}/onap-sdnc-oam/en/%s'.format(doc_url) % branch, None)
Expand All @@ -51,10 +52,6 @@
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)

html_last_updated_fmt = '%d-%b-%y %H:%M'

def setup(app):
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Please find some guidance here on the content of ONAP documentation:
| | vulnerabilities. |
+---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+


.. toctree::
:maxdepth: 1
:hidden:
Expand Down
2 changes: 0 additions & 2 deletions docs/release/releaserepos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ 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>`
Expand Down

0 comments on commit 8f5dcf3

Please sign in to comment.