Commit 689110bb authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'eread/remove-package-icon-from-text' into 'master'

Remove Package icon from text

See merge request gitlab-org/gitlab!42788
parents cb3b5278 5b08d6b8
...@@ -342,7 +342,7 @@ the deleted images. ...@@ -342,7 +342,7 @@ the deleted images.
To delete images from within GitLab: To delete images from within GitLab:
1. Navigate to your project's or group's **{package}** **Packages & Registries > Container Registry**. 1. Navigate to your project's or group's **Packages & Registries > Container Registry**.
1. From the **Container Registry** page, you can select what you want to delete, 1. From the **Container Registry** page, you can select what you want to delete,
by either: by either:
......
...@@ -50,7 +50,7 @@ Feature.disable(:go_proxy, Project.find(2)) ...@@ -50,7 +50,7 @@ Feature.disable(:go_proxy, Project.find(2))
### Enable the Package Registry ### Enable the Package Registry
The Package Registry is enabled for new projects by default. If you cannot find The Package Registry is enabled for new projects by default. If you cannot find
the **{package}** **Packages > List** entry under your project's sidebar, verify the **Packages > List** entry under your project's sidebar, verify
the following: the following:
1. Your GitLab administrator has 1. Your GitLab administrator has
......
...@@ -17,7 +17,7 @@ packages, which can be easily consumed as a dependency in downstream projects. ...@@ -17,7 +17,7 @@ packages, which can be easily consumed as a dependency in downstream projects.
You can view packages for your project or group. You can view packages for your project or group.
1. Go to the project or group. 1. Go to the project or group.
1. Go to **{package}** **Packages & Registries > Package Registry**. 1. Go to **Packages & Registries > Package Registry**.
You can search, sort, and filter packages on this page. You can search, sort, and filter packages on this page.
...@@ -45,7 +45,7 @@ user who triggered it. ...@@ -45,7 +45,7 @@ user who triggered it.
To download a package: To download a package:
1. Go to **{package}** **Packages & Registries > Package Registry**. 1. Go to **Packages & Registries > Package Registry**.
1. Click the name of the package you want to download. 1. Click the name of the package you want to download.
1. In the **Activity** section, click the name of the package you want to download. 1. In the **Activity** section, click the name of the package you want to download.
...@@ -60,7 +60,7 @@ You can delete packages by using [the API](../../../api/packages.md#delete-a-pro ...@@ -60,7 +60,7 @@ You can delete packages by using [the API](../../../api/packages.md#delete-a-pro
To delete a package in the UI, from your group or project: To delete a package in the UI, from your group or project:
1. Go to **{package}** **Packages & Registries > Package Registry**. 1. Go to **Packages & Registries > Package Registry**.
1. Find the name of the package you want to delete. 1. Find the name of the package you want to delete.
1. Click **Delete**. 1. Click **Delete**.
...@@ -71,7 +71,7 @@ The package is permanently deleted. ...@@ -71,7 +71,7 @@ The package is permanently deleted.
The Package Registry is automatically enabled. The Package Registry is automatically enabled.
If you are using a self-managed instance of GitLab, your administrator can remove If you are using a self-managed instance of GitLab, your administrator can remove
the menu item, **{package}** **Packages & Registries**, from the GitLab sidebar. For more information, the menu item, **Packages & Registries**, from the GitLab sidebar. For more information,
see the [administration documentation](../../../administration/packages/index.md). see the [administration documentation](../../../administration/packages/index.md).
You can also remove the Package Registry for your project specifically: You can also remove the Package Registry for your project specifically:
...@@ -81,7 +81,7 @@ You can also remove the Package Registry for your project specifically: ...@@ -81,7 +81,7 @@ You can also remove the Package Registry for your project specifically:
**Packages** feature. **Packages** feature.
1. Click **Save changes**. 1. Click **Save changes**.
The **{package}** **Packages & Registries > Package Registry** entry is removed from the sidebar. The **Packages & Registries > Package Registry** entry is removed from the sidebar.
## Package workflows ## Package workflows
......
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