Skip to content

Commit

Permalink
Docs: Clean up broken links
Browse files Browse the repository at this point in the history
Tungsten fabric can be removed entirely. Nexus 2 docs are no longer
online, but can be downloaded as a PDF.

Change-Id: I6c3a66f16c228471f8b6995f211f7aaec458b2ab
Issue-ID: RELENG-5599
Signed-off-by: Eric Ball <[email protected]>
  • Loading branch information
eb-oss committed Oct 22, 2024
1 parent 4449e1c commit 9f2e421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
10 changes: 0 additions & 10 deletions docs/infra/inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,6 @@ Inventory
- https://sonarcloud.io/organizations/o-ran-sc/projects
- `O-RAN Jenkins <https://p.datadoghq.com/sb/c3585feaa-9156c6e40b32063e5463befdab5f44e1>`_

* - Tungsten Fabric
- https://github.com/tungstenfabric
- N/A
- N/A
- N/A
- N/A
- https://wiki.tungsten.io
- N/A
- N/A

* - Zowe
- https://github.com/zowe
- `Zowe GitHub Actions <https://github.com/zowe>`_
Expand Down
20 changes: 7 additions & 13 deletions docs/nexus2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Nexus 2 Guide
LF projects use Nexus Repository Manager 2 to store Maven and Java based artifacts.
It helps organizing dependencies and releases.

.. note::

And Nexus Repository Manager 2 specifics:
https://help.sonatype.com/en/repository-manager-2.html

To access Nexus 2 for a particular project, use URL:
``https://nexus.example.org``

Expand Down Expand Up @@ -41,9 +36,7 @@ configuration for the particuar job).
Nexus 2 Repositories
====================

Nexus 2 allows users to manage different types of repositories. To learn more about
how to manage them, please refer to `Sonatype's official documentation
<https://help.sonatype.com/en/managing-repositories-in-nexus-2.html>`_.
Nexus 2 allows users to manage different types of repositories.

Most LF projects manage their Maven artifacts using the following repos:

Expand Down Expand Up @@ -105,12 +98,13 @@ Users, Roles and Privileges
===========================

Users, roles and privileges are key to manage and restrict access into Nexus
repositories. Anonymous users have read permissions, while administration teams and CI accounts
have write and delete permissions.
repositories. Anonymous users have read permissions, while administration teams
and CI accounts have write and delete permissions.

.. note::

Sonatype's documentation on creating users, roles and privileges found in:
https://help.sonatype.com/en/managing-users.html, and
https://help.sonatype.com/en/managing-roles.html.
Sonatype's docs for Nexus 2 are no longer online. A PDF of the old docs is
available here: https://download.sonatype.com/nexus/2/Sonatype%20Nexus%20Repository%202%20Help.pdf

For LF projects, a user per Gerrit repository exists matching the repository name.

Expand Down

0 comments on commit 9f2e421

Please sign in to comment.