From e35d295939d9f0d6e39007a25d29310cb70db50c Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Catoire Date: Mon, 4 May 2026 16:09:47 +0200 Subject: [PATCH 1/2] docs: complete the 'Create a team' steps The 'Create a team' section stopped after navigating to Teams, leaving readers without the actual creation steps. Adding the two missing steps ('Create team' button, then provide name and description) so the section is self-contained and the cross-reference from 'Set team repository permissions' (which links here) actually leads to actionable instructions. Closes #24915 --- content/manuals/admin/organization/manage/manage-a-team.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/admin/organization/manage/manage-a-team.md b/content/manuals/admin/organization/manage/manage-a-team.md index df641322109..e725c112105 100644 --- a/content/manuals/admin/organization/manage/manage-a-team.md +++ b/content/manuals/admin/organization/manage/manage-a-team.md @@ -53,6 +53,8 @@ For more information on roles, see 1. Sign in to [Docker Home](https://app.docker.com) and select your organization. 1. Select **Teams**. +1. Select **Create team**. +1. Provide a team name and an optional description, then select **Create**. ## Set team repository permissions From 13933d490622c8ce6284fb4b36550d9500adbe75 Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Catoire Date: Mon, 4 May 2026 16:13:22 +0200 Subject: [PATCH 2/2] Use a vaguer 'team's information' wording The previous wording listed 'team name and an optional description' as if the fields were known. That's not verified against the live UI. Falling back to the older Docker Hub phrasing ('Provide the team's information') which is safer regardless of the exact form layout. --- content/manuals/admin/organization/manage/manage-a-team.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/admin/organization/manage/manage-a-team.md b/content/manuals/admin/organization/manage/manage-a-team.md index e725c112105..ea40e0d536b 100644 --- a/content/manuals/admin/organization/manage/manage-a-team.md +++ b/content/manuals/admin/organization/manage/manage-a-team.md @@ -54,7 +54,7 @@ For more information on roles, see organization. 1. Select **Teams**. 1. Select **Create team**. -1. Provide a team name and an optional description, then select **Create**. +1. Provide the team's information, then select **Create**. ## Set team repository permissions