Skip to content

Commit 876904a

Browse files
sarahsanders-dockerthaJeztahcraig-osterhoutArthurFlag
authored
publish updates from main (#22857)
Automated pull request for publishing docs updates. --------- Signed-off-by: Craig <[email protected]> Co-authored-by: Sarah Sanders <[email protected]> Co-authored-by: Sebastiaan van Stijn <[email protected]> Co-authored-by: Craig Osterhout <[email protected]> Co-authored-by: Arthur <[email protected]>
2 parents f3e2995 + 5d9bf83 commit 876904a

File tree

16 files changed

+107
-54
lines changed

16 files changed

+107
-54
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929

3030
/content/manuals/security/ @aevesdocker @sarahsanders-docker
3131

32-
/content/manuals/trusted-content/ @craig-osterhout
33-
34-
/content/manuals/docker-hub/official_images/ @craig-osterhout
35-
36-
/content/manuals/registry/ @craig-osterhout
37-
3832
/content/manuals/admin/ @sarahsanders-docker
3933

4034
/content/manuals/billing/ @sarahsanders-docker
@@ -44,3 +38,7 @@
4438
/content/manuals/ai/ @ArthurFlag
4539

4640
/_vendor @sarahsanders-docker @ArthurFlag
41+
42+
/content/manuals/cloud/ @craig-osterhout
43+
44+
/content/manuals/dhi/ @craig-osterhout

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ area/build-cloud:
5050
- any-glob-to-any-file:
5151
- content/manuals/build-cloud/**
5252

53+
area/cloud:
54+
- changed-files:
55+
- any-glob-to-any-file:
56+
- content/manuals/cloud/**
57+
5358
area/compose:
5459
- changed-files:
5560
- any-glob-to-any-file:
@@ -62,6 +67,11 @@ area/desktop:
6267
- any-glob-to-any-file:
6368
- content/manuals/desktop/**
6469

70+
area/dhi:
71+
- changed-files:
72+
- any-glob-to-any-file:
73+
- content/manuals/dhi/**
74+
6575
area/engine:
6676
- changed-files:
6777
- any-glob-to-any-file:

assets/css/global.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ input[type="search"]::-moz-search-cancel-button {
3939
input[type="search"]::-ms-clear {
4040
display: none;
4141
}
42-
.prose {
43-
code {
44-
@apply !bg-gray-100;
45-
}
46-
& .highlight,
47-
& :not(pre) > code {
48-
.dark & {
49-
background: var(--color-gray-900) !important;
50-
border-color: var(--color-gray-700) !important;
51-
}
52-
}
53-
}
5442

5543
.prose {
5644
li {

assets/css/syntax-dark.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,15 @@
1414
/* LineHighlight */
1515
.hl {
1616
min-width: fit-content;
17-
background-color: var(--color-gray-700);
18-
}
19-
.lntd:first-child .hl,
20-
& > .chroma > code > .hl {
21-
margin-left: -4px;
22-
border-left: 4px solid var(--color-gray-900);
17+
background-color: var(--color-gray-800);
2318
}
2419
/* LineNumbersTable */
2520
.lnt {
2621
white-space: pre;
2722
user-select: none;
2823
margin-right: 0.4em;
2924
padding: 0 0.4em 0 0.4em;
30-
color: var(--color-gray-900);
25+
color: var(--color-gray-300);
3126
}
3227
/* LineNumbers */
3328
.ln {

assets/css/syntax-light.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
/* LineHighlight */
1515
.hl {
1616
min-width: fit-content;
17-
background-color: var(--color-blue-100);
18-
}
19-
.lntd:first-child .hl,
20-
& > .chroma > code > .hl {
21-
margin-left: -4px;
22-
border-left: 4px solid var(--color-blue-300);
17+
background-color: var(--color-gray-100);
2318
}
2419
/* LineNumbersTable */
2520
.lnt {

assets/css/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,7 @@
200200
--color-yellow-hover: rgba(235, 156, 0, 0.12);
201201
--color-yellow-outlinedborder: rgba(235, 156, 0, 0.56);
202202
--color-yellow-selected: rgba(235, 156, 0, 0.16);
203+
204+
--tw-prose-code-bg: var(--color-gray-100);
205+
--tw-prose-code-bg-dark: var(--color-gray-800);
203206
}

assets/css/utilities.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
}
154154

155155
:not(pre) > code {
156-
background: var(--color-gray-200);
156+
background: var(--tw-prose-code-bg);
157+
.dark & {
158+
background: var(--tw-prose-code-bg-dark);
159+
}
157160
display: inline-block;
158161
margin: 0;
159162
font-weight: 400;

content/manuals/admin/company/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can manage users at the company-level in the Docker Admin Console.
1212

1313
## Manage members on a team
1414

15-
Use Docker Hub to add a member to a team or remove a member from a team. For more details, see [Manage members in Docker Hub](../organization/members.md#manage-members-on-a-team).
15+
Use Docker Hub to add a member to a team or remove a member from a team. For more details, see [Manage members](../organization/members.md#manage-members-on-a-team).

content/manuals/admin/organization/members.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,23 @@ After inviting members, you can resend or remove invitations as needed.
6363
{{< tabs >}}
6464
{{< tab name="Admin Console" >}}
6565

66-
To resend an invitation from the Admin Console:
66+
You can send individual invitations, or bulk invitations from the Admin Console.
67+
68+
To resend an individual invitation:
6769

6870
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
6971
2. Select **Members**.
70-
3. Select the **action menu** next to the invitee and select **Resend invitation**.
72+
3. Select the **action menu** next to the invitee and select **Resend**.
7173
4. Select **Invite** to confirm.
7274

75+
To bulk resend invitations:
76+
77+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
78+
2. Select **Members**.
79+
3. Use the **checkboxes** next to **Usernames** to bulk select users.
80+
4. Select **Resend invites**.
81+
5. Select **Resend** to confirm.
82+
7383
{{< /tab >}}
7484
{{< tab name="Docker Hub" >}}
7585

content/manuals/ai/model-runner/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Models are cached locally.
9393
{{< /tab >}}
9494
{{< tab name="From the Docker CLI">}}
9595

96-
Use the [`docker model pull` command](/reference/cli/docker/).
96+
Use the [`docker model pull` command](/reference/cli/docker/model/pull/).
9797

9898
{{< /tab >}}
9999
{{< /tabs >}}
@@ -109,7 +109,7 @@ The interactive chat screen opens.
109109
{{< /tab >}}
110110
{{< tab name="From the Docker CLI" >}}
111111

112-
Use the [`docker model run` command](/reference/cli/docker/).
112+
Use the [`docker model run` command](/reference/cli/docker/model/run/).
113113

114114
{{< /tab >}}
115115
{{< /tabs >}}
@@ -126,7 +126,7 @@ Select **Models** and select the **Logs** tab.
126126
{{< /tab >}}
127127
{{< tab name="From the Docker CLI">}}
128128

129-
Use the [`docker model log` command](/reference/cli/docker/).
129+
Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
130130

131131
{{< /tab >}}
132132
{{< /tabs >}}

0 commit comments

Comments
 (0)