Skip to content

Commit 6727b14

Browse files
author
Rami Bououni
committed
pkg badges
1 parent 5c97c75 commit 6727b14

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

docs/artifacts/package-badges.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,55 @@ One way to make your packages more discoverable is by using package badges; smal
2222
|--------------------|----------------------|
2323
| **Azure DevOps** | - An Azure DevOps [organization](../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../organizations/projects/create-project.md).<br> - An [Azure Artifacts feed](start-using-azure-artifacts.md#create-a-new-feed). |
2424

25-
## Enable package sharing
25+
## Enable package badges
2626

2727
> [!NOTE]
28-
> You must be a feed administrator to enable package sharing.
28+
> You must be a **Feed Administrator** to enable package badges. See [Manage permissions](/feeds/feed-permissions.md) for more details.
29+
30+
Before you can start using package badges, you must first enable them in your feed settings:
2931

3032
::: moniker range="<=azure-devops"
3133

32-
1. Select **Artifacts**, and then select your feed from the dropdown menu. Select the gear icon ![gear icon](../media/icons/gear-icon.png) to access the **Feed settings**.
34+
1. Sign in to your Azure DevOps organization, and then navigate to your project.
35+
36+
1. Select **Artifacts**, select your feed from the dropdown menu, and then select the gear icon ![gear icon](../media/icons/gear-icon.png) to access **Feed settings**.
3337

34-
:::image type="content" source="media/feed-settings.png" alt-text="A screenshot showing how to navigate to the feed settings":::
38+
:::image type="content" source="media/feed-settings.png" alt-text="A screenshot displaying how to navigate to feed settings":::
3539

36-
1. Find the **Package sharing** section and select the checkbox to **Enable package badges**.
40+
1. Under **Feed Details**, find the **Package sharing** section and check the **Enable package badges** checkbox.
3741

38-
:::image type="content" source="media\enable-package-badges.png" alt-text="A screenshot showing how to enable package badges":::
42+
:::image type="content" source="media\enable-package-badges.png" alt-text="A screenshot displaying how to enable package badges in Azure Artifacts.":::
43+
44+
1. Select **Save** when you're done.
3945

4046
::: moniker-end
4147

4248
## Create a package badge
4349

44-
With package-sharing enabled, you can create a badge for any package in your feed. But you can only create a badge for the latest version of each package.
50+
With package sharing enabled, you can now create a badge for any package in your feed. However, keep in mind that you can only create a badge for the latest version of each package.
4551

4652
::: moniker range="<=azure-devops"
4753

48-
1. From within your feed, select your package and then select **Create badge**.
54+
1. Sign in to your Azure DevOps organization, and then navigate to your project.
55+
56+
1. Select **Artifacts**, select your feed from the dropdown menu, then select the package you want to create a badge for.
57+
58+
1. Under **Overview**, select the ellipsis button, and then select **Create badge**.
4959

5060
:::image type="content" source="media/create-badge-new-ui.png" alt-text="A screenshot showing how to create a new package badge.":::
5161

5262
1. Select a **Feed view** for your package badge. If you're using release views, select the view that contains the packages you want to share.
5363

5464
:::image type="content" source="media/package-badge-setup.png" alt-text="A screenshot showing the create a package badge panel.":::
5565

56-
1. You can now share your package by using the Markdown snippet or the direct image link.
66+
1. You can now share your package by copying the Markdown snippet or the direct image link, and pasting it into your project home page or any markdowm file.
5767

5868
::: moniker-end
5969

60-
## Related articles
70+
## Related content
71+
72+
- [Follow a package for publish alerts](how-to/follow-package-notifications.md)
73+
74+
- [Limits on package sizes and counts](reference/limits.md)
6175

62-
- [Limits of package sizes and counts](./reference/limits.md)
63-
- [Package notifications](./how-to/follow-package-notifications.md)
64-
- [Delete and recover packages](./how-to/delete-and-recover-packages.md)
76+
- [Delete and recover packages](how-to/delete-and-recover-packages.md)

0 commit comments

Comments
 (0)