Commit 34158f29 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera Committed by Suzanne Selhorn

Update docs navigation copy

- container registry
- package registry
parent aa0e62f3
......@@ -20,7 +20,7 @@ by default. To enable it for existing projects, or if you want to disable it:
1. Find the Packages feature and enable or disable it.
1. Click on **Save changes** for the changes to take effect.
You should then be able to see the **Packages** section on the left sidebar.
You should then be able to see the **Packages & Registries** section on the left sidebar.
## Getting started
......
......@@ -19,14 +19,14 @@ have its own space to store its Docker images.
You can read more about Docker Registry at <https://docs.docker.com/registry/introduction/>.
![Container Registry repositories](img/container_registry_repositories_v12_10.png)
![Container Registry repositories](img/container_registry_repositories_v13_0.png)
## Enable the Container Registry for your project
CAUTION: **Warning:**
The Container Registry follows the visibility settings of the project. If the project is public, so is the Container Registry.
If you cannot find the **Packages > Container Registry** entry under your
If you cannot find the **Packages & Registries > Container Registry** entry under your
project's sidebar, it is not enabled in your GitLab instance. Ask your
administrator to enable GitLab Container Registry following the
[administration documentation](../../../administration/packages/container_registry.md).
......@@ -44,7 +44,7 @@ project:
projects this might be enabled by default. For existing projects
(prior GitLab 8.8), you will have to explicitly enable it.
1. Press **Save changes** for the changes to take effect. You should now be able
to see the **Packages > Container Registry** link in the sidebar.
to see the **Packages & Registries > Container Registry** link in the sidebar.
## Control Container Registry from within GitLab
......@@ -53,9 +53,9 @@ for both projects and groups.
### Control Container Registry for your project
Navigate to your project's **{package}** **Packages > Container Registry**.
Navigate to your project's **{package}** **Packages & Registries > Container Registry**.
![Container Registry project repositories](img/container_registry_repositories_with_quickstart_v12_10.png)
![Container Registry project repositories](img/container_registry_repositories_with_quickstart_v13_0.png)
This view will:
......@@ -67,9 +67,9 @@ This view will:
### Control Container Registry for your group
Navigate to your groups's **{package}** **Packages > Container Registry**.
Navigate to your groups's **{package}** **Packages & Registries > Container Registry**.
![Container Registry group repositories](img/container_registry_group_repositories_v12_10.png)
![Container Registry group repositories](img/container_registry_group_repositories_v13_0.png)
This view will:
......@@ -81,7 +81,7 @@ This view will:
Clicking on the name of any image repository will navigate to the details.
![Container Registry project repository details](img/container_registry_repository_details_v12.10.png)
![Container Registry project repository details](img/container_registry_repository_details_v13.0.png)
NOTE: **Note:**
The following page has the same functionalities both in the **Group level container registry**
......@@ -108,7 +108,7 @@ For more information on running Docker containers, visit the
## Authenticating to the GitLab Container Registry
If you visit the **Packages > Container Registry** link under your project's
If you visit the **Packages & Registries > Container Registry** link under your project's
menu, you can see the explicit instructions to login to the Container Registry
using your GitLab credentials.
......@@ -389,7 +389,7 @@ the deleted images.
To delete images from within GitLab:
1. Navigate to your project's or group's **{package}** **Packages > Container Registry**.
1. Navigate to your project's or group's **{package}** **Packages & Registries > Container Registry**.
1. From the **Container Registry** page, you can select what you want to delete,
by either:
......@@ -401,7 +401,7 @@ To delete images from within GitLab:
1. In the dialog box, click **Remove tag**.
![Container Registry tags](img/container_registry_tags_v12_10.png)
![Container Registry tags](img/container_registry_repository_details_v13.0.png)
### Delete images using the API
......
......@@ -12,7 +12,7 @@ receiving a request and returning the upstream image from a registry, acting
as a pull-through cache.
The dependency proxy is available in the group level. To access it, navigate to
a group's **Packages > Dependency Proxy**.
a group's **Packages & Registries > Dependency Proxy**.
![Dependency Proxy group page](img/group_dependency_proxy.png)
......@@ -33,7 +33,7 @@ The following dependency proxies are supported.
With the Docker dependency proxy, you can use GitLab as a source for a Docker image.
To get a Docker image into the dependency proxy:
1. Find the proxy URL on your group's page under **Packages > Dependency Proxy**,
1. Find the proxy URL on your group's page under **Packages & Registries > Dependency Proxy**,
for example `gitlab.com/groupname/dependency_proxy/containers`.
1. Trigger GitLab to pull the Docker image you want (e.g., `alpine:latest` or
`linuxserver/nextcloud:latest`) and store it in the proxy storage by using
......
......@@ -18,7 +18,7 @@ The Packages feature allows GitLab to act as a repository for the following:
## Enable the Package Registry for your project
If you cannot find the **{package}** **Packages > List** entry under your
If you cannot find the **{package}** **Packages & Registries > Package Registry** entry under your
project's sidebar, it is not enabled in your GitLab instance. Ask your
administrator to enable GitLab Package Registry following the [administration
documentation](../../administration/packages/index.md).
......@@ -30,14 +30,14 @@ project:
1. Expand the **Visibility, project features, permissions** section and enable the
**Packages** feature on your project.
1. Press **Save changes** for the changes to take effect. You should now be able to
see the **Packages > List** link in the sidebar.
see the **Packages & Registries > Package Registry** link in the sidebar.
### View Packages for your project
Navigating to your project's **{package}** **Packages > List** will show a list
Navigating to your project's **{package}** **Packages & Registries > Package Registry** will show a list
of all packages that have been added to your project.
![Project Packages list](img/project_packages_list_v12_10.png)
![Project Packages list](img/project_packages_list_v13_0.png)
On this page, you can:
......@@ -51,9 +51,9 @@ On this page, you can:
### View Packages for your group
You can view all packages belonging to a group by navigating to **{package}**
**Packages > List** from the group sidebar.
**Packages & Registries > Package Registry** from the group sidebar.
![Group Packages list](img/group_packages_list_v12_10.png)
![Group Packages list](img/group_packages_list_v13_0.png)
On this page, you can:
......@@ -68,7 +68,7 @@ On this page, you can:
Additional package information can be viewed by browsing to the package details
page from the either the project or group list.
![Package detail](img/package_detail_v12_10.png)
![Package detail](img/package_detail_v13_0.png)
On this page you can:
......
......@@ -21,7 +21,7 @@ to disable it:
1. Find the Packages feature and enable or disable it.
1. Click on **Save changes** for the changes to take effect.
You should then be able to see the **Packages** section on the left sidebar.
You should then be able to see the **Packages & Registries** section on the left sidebar.
Next, you must configure your project to authorize with the GitLab Maven
repository.
......@@ -595,7 +595,7 @@ Run the publish task:
gradle publish
```
You can then navigate to your project's **Packages** page and see the uploaded
You can then navigate to your project's **Packages & Registries** page and see the uploaded
artifacts or even delete them.
## Installing a package
......
......@@ -23,7 +23,7 @@ by default. To enable it for existing projects, or if you want to disable it:
1. Find the Packages feature and enable or disable it.
1. Click on **Save changes** for the changes to take effect.
You should then be able to see the **Packages** section on the left sidebar.
You should then be able to see the **Packages & Registries** section on the left sidebar.
Before proceeding to authenticating with the GitLab NPM Registry, you should
get familiar with the package naming convention.
......@@ -195,7 +195,7 @@ you can upload an NPM package to your project:
npm publish
```
You can then navigate to your project's **Packages** page and see the uploaded
You can then navigate to your project's **Packages & Registries** page and see the uploaded
packages or even delete them.
If you attempt to publish a package with a name that already exists within
......
......@@ -61,7 +61,7 @@ by default. To enable it for existing projects, or if you want to disable it:
1. Find the Packages feature and enable or disable it.
1. Click on **Save changes** for the changes to take effect.
You should then be able to see the **Packages** section on the left sidebar.
You should then be able to see the **Packages & Registries** section on the left sidebar.
## Adding the GitLab NuGet Repository as a source to NuGet
......
......@@ -26,7 +26,7 @@ by default. To enable it for existing projects, or if you want to disable it:
1. Find the Packages feature and enable or disable it.
1. Click on **Save changes** for the changes to take effect.
You should then be able to see the **Packages** section on the left sidebar.
You should then be able to see the **Packages & Registries** section on the left sidebar.
## Getting started
......@@ -197,7 +197,7 @@ Uploading mypypipackage-0.0.1.tar.gz
```
This indicates that the package was uploaded successfully. You can then navigate
to your project's **Packages** page and see the uploaded packages.
to your project's **Packages & Registries** page and see the uploaded packages.
If you did not follow the guide above, the you'll need to ensure your package
has been properly built and you [created a PyPi package with setuptools](https://packaging.python.org/tutorials/packaging-projects/).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment