Skip to content

Commit 81d42c9

Browse files
Merge pull request #22719 from docker/published-update
publish updates from main
2 parents 9c7016c + 9eff1ba commit 81d42c9

File tree

28 files changed

+112
-89
lines changed

28 files changed

+112
-89
lines changed

.vscode/docker.code-snippets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@
3939
],
4040
"description": "Insert a Hugo tabs block with two tabs and snippet stops for names and content",
4141
},
42+
"Insert a Button": {
43+
"prefix": ["button"],
44+
"body": ["{{< button url=\"$1\" text=\"$2\" >}}"],
45+
"description": "Insert a Hugo button",
46+
},
4247
}

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# github.com/moby/moby v28.2.0+incompatible
1+
# github.com/moby/moby v28.2.1+incompatible
22
# github.com/moby/buildkit v0.22.0
33
# github.com/docker/buildx v0.24.0
4-
# github.com/docker/cli v28.2.0+incompatible
4+
# github.com/docker/cli v28.2.1+incompatible
55
# github.com/docker/compose/v2 v2.36.2
66
# github.com/docker/scout-cli v1.15.0

assets/css/components.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
@apply h-12 w-12 overflow-hidden;
9595
}
9696
}
97+
.button {
98+
@apply mt-1 inline-block rounded-sm bg-blue-500 p-1 px-3 text-blue-50 text-white hover:bg-blue-600 dark:bg-blue-500 hover:dark:bg-blue-400;
99+
}
97100

98101
.summary-bar {
99102
@apply my-1 mt-4 flex flex-col rounded-sm border-1 border-gray-100 bg-gray-50 p-4 dark:border-gray-800 dark:bg-gray-900;

assets/css/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,6 @@ input[type="search"]::-ms-clear {
104104
list-style-type: lower-roman;
105105
}
106106
}
107+
.navbar-group:first-of-type {
108+
margin-top: 0.2rem !important;
109+
}

assets/css/utilities.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,20 @@
118118
}
119119
}
120120

121+
@utility navbar-entry-margin {
122+
@apply px-2 py-1;
123+
}
124+
125+
@utility navbar-group {
126+
@apply mt-5;
127+
}
128+
129+
@utility navbar-entry-background-current {
130+
@apply bg-gray-100 dark:bg-gray-900;
131+
}
121132
@utility navbar-group-font-title {
122133
font-size: var(--color-navbar-group-font-title-size);
123-
@apply font-semibold uppercase;
134+
@apply pb-1.5 font-semibold uppercase;
124135
color: var(--color-navbar-text);
125136
.dark & {
126137
color: var(--color-navbar-text-dark);
@@ -240,3 +251,6 @@
240251
}
241252
}
242253
}
254+
@utility chip {
255+
@apply border-divider-light dark:border-divider-dark inline-flex items-center gap-1 rounded-full border bg-gray-100 px-2 text-sm text-gray-800 select-none dark:bg-gray-700 dark:text-gray-200;
256+
}

content/get-started/introduction/get-docker-desktop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This guide will walk you through the installation process, enabling you to exper
2626
> Commercial use of Docker Desktop in larger enterprises (more than 250
2727
> employees OR more than $10 million USD in annual revenue) requires a [paid subscription](https://www.docker.com/pricing/?_gl=1*1nyypal*_ga*MTYxMTUxMzkzOS4xNjgzNTM0MTcw*_ga_XJWPQMJYHQ*MTcxNjk4MzU4Mi4xMjE2LjEuMTcxNjk4MzkzNS4xNy4wLjA.).
2828
29+
<div class="not-prose">
2930
{{< card
3031
title="Docker Desktop for Mac"
3132
description="[Download (Apple Silicon)](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64) | [Download (Intel)](https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64) | [Install instructions](/desktop/setup/install/mac-install)"
@@ -40,7 +41,7 @@ This guide will walk you through the installation process, enabling you to exper
4041
title="Docker Desktop for Linux"
4142
description="[Install instructions](/desktop/setup/install/linux/)"
4243
icon="/icons/Linux.svg" >}}
43-
44+
</div>
4445

4546
Once it's installed, complete the setup process and you're all set to run a Docker container.
4647

content/get-started/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Docker and the broader community of Docker experts have put together many differ
99

1010
## Docker Training
1111

12-
Expand your knowledge on all things Docker with [basic to advanced trainings from Docker experts](https://www.docker.com/resources/trainings/).
12+
Expand your knowledge on all things Docker with [basic to advanced trainings from Docker experts](https://www.docker.com/trainings/).
1313

1414
You can find recorded content at your own convenience, or register for a live session to participate in Q&A.
1515

content/manuals/ai/model-runner.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,11 @@ Models are pulled from Docker Hub the first time they're used and stored locally
4040
4. Quit and reopen Docker Desktop to ensure the changes take effect.
4141
5. Open the **Settings** view in Docker Desktop.
4242
6. Navigate to **Features in development**.
43-
7. From the **Beta** tab, check the **Enable Docker Model Runner** setting.
43+
7. From the **Beta** tab, tick the **Enable Docker Model Runner** setting.
44+
8. If you are running on Windows with a supported NVIDIA GPU, you should also see and be able to tick the **Enable GPU-backed inference** setting.
4445

4546
You can now use the `docker model` command in the CLI and view and interact with your local models in the **Models** tab in the Docker Desktop Dashboard.
4647

47-
### Enable DMR in Docker Engine
48-
49-
1. Ensure you have installed [Docker Engine](/engine/install/).
50-
2. DMR is available as a package. To install it, run:
51-
52-
```console
53-
apt install docker-model-plugin
54-
```
55-
5648
## Available commands
5749

5850
### Model runner status

content/manuals/desktop/features/wsl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Additionally, with WSL 2, the time required to start a Docker daemon after a col
2323

2424
Before you turn on the Docker Desktop WSL 2 feature, ensure you have:
2525

26-
- At a minimum WSL version 1.1.3.0., but ideally the latest version of WSL to [avoid Docker Desktop not working as expected](best-practices.md).
26+
- At a minimum WSL version 2.1.5, but ideally the latest version of WSL to [avoid Docker Desktop not working as expected](best-practices.md).
2727
- Met the Docker Desktop for Windows' [system requirements](/manuals/desktop/setup/install/windows-install.md#system-requirements).
2828
- Installed the WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
2929

content/manuals/desktop/features/wsl/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases:
77
- /desktop/wsl/best-practices/
88
---
99

10-
- Always use the latest version of WSL. At a minimum you must use WSL version 1.1.3.0., otherwise Docker Desktop may not work as expected. Testing, development, and documentation is based on the newest kernel versions. Older versions of WSL can cause:
10+
- Always use the latest version of WSL. At a minimum you must use WSL version 2.1.5, otherwise Docker Desktop may not work as expected. Testing, development, and documentation is based on the newest kernel versions. Older versions of WSL can cause:
1111
- Docker Desktop to hang periodically or when upgrading
1212
- Deployment via SCCM to fail
1313
- The `vmmem.exe` to consume all memory

content/manuals/engine/release-notes/28.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ For more information about:
2323
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
2424
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).
2525

26+
## 28.2.1
27+
28+
{{< release-date date="2025-05-29" >}}
29+
30+
## Packaging updates
31+
32+
- Fix packaging regression in [v28.2.0](https://github.com/moby/moby/releases/tag/v28.2.0) which broke creating the `docker` group/user on fresh installations. [docker-ce-packaging#1209](https://github.com/docker/docker-ce-packaging/issues/1209)
33+
2634
## 28.2.0
2735

2836
{{< release-date date="2025-05-28" >}}

content/reference/api/engine/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 28.2.0
76+
Version: 28.2.1
7777
API version: 1.50
7878
Go version: go1.24.3
7979
Git commit: 879ac3f
80-
Built: Wed May 28 13:30:50 2025
80+
Built: Wed May 28 19:24:55 2025
8181
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 28.2.0
86+
Version: 28.2.1
8787
API version: 1.50 (minimum version 1.24)
8888
Go version: go1.24.3
8989
Git commit: 0e2cc22
90-
Built: Wed May 28 13:30:50 2025
90+
Built: Wed May 28 19:24:55 2025
9191
OS/Arch: linux/arm64
9292
...
9393
```

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ go 1.24.0
44

55
require (
66
github.com/docker/buildx v0.24.0 // indirect
7-
github.com/docker/cli v28.2.0+incompatible // indirect
7+
github.com/docker/cli v28.2.1+incompatible // indirect
88
github.com/docker/compose/v2 v2.36.2 // indirect
99
github.com/docker/scout-cli v1.15.0 // indirect
1010
github.com/moby/buildkit v0.22.0 // indirect
11-
github.com/moby/moby v28.2.0+incompatible // indirect
11+
github.com/moby/moby v28.2.1+incompatible // indirect
1212
)
1313

1414
replace (
1515
github.com/docker/buildx => github.com/docker/buildx v0.24.0
16-
github.com/docker/cli => github.com/docker/cli v28.2.0+incompatible
16+
github.com/docker/cli => github.com/docker/cli v28.2.1+incompatible
1717
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.36.2
1818
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
1919
github.com/moby/buildkit => github.com/moby/buildkit v0.22.0
20-
github.com/moby/moby => github.com/moby/moby v28.2.0+incompatible
20+
github.com/moby/moby => github.com/moby/moby v28.2.1+incompatible
2121
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ github.com/docker/cli v28.1.0-rc.2+incompatible h1:BDhiR2nacubawpKAWFLqZmjGkARWP
172172
github.com/docker/cli v28.1.0-rc.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
173173
github.com/docker/cli v28.2.0+incompatible h1:Tnor4OXVIBBPlTegk65OAL+TVlG1pQxsrTw08X8w9ao=
174174
github.com/docker/cli v28.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
175+
github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDNpxIISPGsM=
176+
github.com/docker/cli v28.2.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
175177
github.com/docker/compose-cli v1.0.35 h1:uZyEHLalfqBS2PiTpA1LAULyJmuQ+YtZg7nG4Xl3/Cc=
176178
github.com/docker/compose-cli v1.0.35/go.mod h1:mSXI4hFLpRU3EtI8NTo32bNwI0UXSr8jnq+/rYjGAUU=
177179
github.com/docker/compose/v2 v2.22.0 h1:3rRz4L7tPU75wRsV8JZh2/aTgerQvPa1cpzZN+tHqUY=
@@ -434,6 +436,8 @@ github.com/moby/moby v28.1.0-rc.2+incompatible h1:F9Ku4A7eCFvb9cYR/jk7sLC6U9+r2u
434436
github.com/moby/moby v28.1.0-rc.2+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
435437
github.com/moby/moby v28.2.0+incompatible h1:TtiT7qCEOZWnP0+GKsRUPUN3GPvSUt4/0oLOc2trQdk=
436438
github.com/moby/moby v28.2.0+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
439+
github.com/moby/moby v28.2.1+incompatible h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=
440+
github.com/moby/moby v28.2.1+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
437441
github.com/moby/sys/symlink v0.1.0/go.mod h1:GGDODQmbFOjFsXvfLVn3+ZRxkch54RkSiGqsZeMYowQ=
438442
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
439443
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ params:
135135
# Latest version of the Docker Engine API
136136
latest_engine_api_version: "1.50"
137137
# Latest version of Docker Engine
138-
docker_ce_version: "28.2.0"
138+
docker_ce_version: "28.2.1"
139139
# Previous version of the Docker Engine
140140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141-
docker_ce_version_prev: "28.1.1"
141+
docker_ce_version_prev: "28.1.0"
142142
# Latest Docker Compose version
143143
compose_version: "v2.36.2"
144144
# Latest BuildKit version

layouts/_default/_markup/render-codeblock.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
>
4141
<button
4242
@click="collapse = false"
43-
class="bg-blue flex items-center rounded-full px-2 text-sm text-white dark:bg-blue-400"
43+
class="bg-blue flex items-center rounded-full px-2 text-sm text-white dark:bg-blue-500"
4444
>
4545
<span>Show more</span>
4646
<span class="icon-svg"
@@ -53,7 +53,7 @@
5353
<button
5454
@click="collapse = true"
5555
x-show="!collapse"
56-
class="rounded-sm-b-lg bg-blue mx-auto mt-4 flex items-center px-2 text-sm text-white dark:bg-blue-800"
56+
class="bg-blue mx-auto mt-4 flex items-center rounded-full px-2 text-sm text-white dark:bg-blue-500"
5757
>
5858
<span>Hide</span>
5959
<span class="icon-svg"

layouts/_default/_markup/render-link.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{{ $url := .Destination }}
22
{{- if (strings.HasPrefix $url "http") -}}
33
{{/* external link, add icon */}}
4-
<a
5-
class="link"
6-
href="{{ $url | safeURL }}"
7-
rel="noopener">
8-
{{- .Text | safeHTML -}}
9-
<span class="pl-1 icon-svg icon-sm">
10-
{{- partialCached "icon" "open_in_new" "open_in_new" -}}
11-
</span></a>
4+
<a class="link" href="{{ $url | safeURL }}" rel="noopener">
5+
{{ .Text | safeHTML }}
6+
<span class="pl-1 icon-svg icon-sm">
7+
{{ partialCached "icon" "open_in_new" "open_in_new" }}
8+
</span>
9+
</a>
10+
{{- else if (strings.HasPrefix $url "mailto:") -}}
11+
{{/* mailto link, render as normal link */}}
12+
<a class="link" href="{{ $url }}">{{ .Text | safeHTML }}</a>
1213
{{- else if (strings.HasPrefix $url "/") -}}
1314
{{ if (strings.HasSuffix (urls.Parse $url).Path ".md") }}
1415
{{/* abs path to markdown file, use ref */}}

layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
}
3131
})"
32-
class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[300px]"
32+
class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[320px]"
3333
:class="{ 'hidden': ! $store.showSidebar }"
3434
>
3535
<!-- Gray backdrop on small screens -->
@@ -40,7 +40,7 @@
4040
x-transition.opacity
4141
></div>
4242
<div
43-
class="bg-background-toc dark:bg-background-toc z-50 w-full p-4 md:block md:w-[300px]"
43+
class="bg-background-toc dark:bg-background-toc z-50 w-full p-3 md:block md:w-[300px]"
4444
>
4545
<!-- Collapse button for small screens -->
4646
<button class="my-4 md:hidden" @click="$store.showSidebar = false">

layouts/guides/landing.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2 x-show="noFilters()" id="all-guides" class="scroll-mt-36">
239239

240240
{{- define "guide-metadata" }}
241241
<div
242-
class="flex items-center justify-between gap-8 text-sm text-gray-200 dark:text-gray-300"
242+
class="flex items-center justify-between gap-8 text-sm text-gray-400 dark:text-gray-300"
243243
>
244244
<div class="flex flex-wrap gap-2 md:flex-nowrap">
245245
{{- $langs := .GetTerms "languages" }}
@@ -261,9 +261,7 @@ <h2 x-show="noFilters()" id="all-guides" class="scroll-mt-36">
261261
{{- end }}
262262

263263
{{- define "termchip" }}
264-
<span
265-
class="border-divider-light dark:border-divider-dark inline-flex min-w-0 items-center rounded-full border bg-gray-100 px-2 text-sm whitespace-nowrap text-gray-200 select-none dark:bg-gray-800 dark:text-gray-300"
266-
>
264+
<span class="chip">
267265
<span class="icon-svg icon-sm pb-0.5">
268266
{{ partialCached "icon" "tag" "tag" }}
269267
</span>

layouts/guides/single.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
{{ define "main" }}
77
{{ partial "content-default.html" . }}
88
<div class="prose dark:prose-invert max-w-4xl">
9-
<div class="md-dropdown ml-auto hidden lg:block">
10-
{{ partial "md-dropdown.html" . }}
11-
</div>
129
{{ if (.Store.Get "multipage") }}
1310
{{- with .PrevInSection }}
1411
<div class="not-prose col-start-2 my-4">

layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,19 +293,19 @@ <h2 class="text-2xl">Community resources</h2>
293293
<div class="flex flex-col gap-4 md:flex-row">
294294
<a
295295
href="https://forums.docker.com/"
296-
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-400 dark:text-white dark:hover:bg-gray-500"
296+
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-500 dark:text-white dark:hover:bg-gray-600"
297297
>
298298
Visit Docker Forum
299299
</a>
300300
<a
301301
href="https://dockr.ly/comm-slack"
302-
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-400 dark:text-white dark:hover:bg-gray-500"
302+
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-500 dark:text-white dark:hover:bg-gray-600"
303303
>
304304
Join Docker Slack
305305
</a>
306306
<a
307307
href="https://www.docker.com/community/captains/"
308-
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-400 dark:text-white dark:hover:bg-gray-500"
308+
class="cursor-pointer rounded-sm bg-white px-4 py-2 hover:bg-gray-50 dark:bg-gray-500 dark:text-white dark:hover:bg-gray-600"
309309
>
310310
Find your Docker Captain
311311
</a>

layouts/partials/components/guide-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="not-prose">
22
<div
3-
class="m-4 flex flex-col gap-4 bg-gray-200 p-6 sm:flex-row dark:bg-gray-300"
3+
class="mt-1.5 mb-1.5 flex flex-col gap-4 rounded-sm bg-gray-100 p-6 sm:flex-row dark:bg-gray-800"
44
>
55
<div class="flex flex-grow flex-col sm:items-center">
66
<span><strong>Skill level</strong></span>

layouts/partials/languages.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
{{- if not .Page.Params.icon }}
1111
{{- errorf "[languages] language is missing an icon: '%s' in %s" (urlize (strings.ToLower .Title)) page.File.Filename }}
1212
{{- end }}
13-
<span
14-
class="border-divider-light dark:border-divider-dark inline-flex items-center gap-1 rounded-full border bg-gray-100 px-2 text-sm text-gray-200 select-none dark:bg-gray-800 dark:text-gray-400"
15-
>
13+
<span class="chip">
1614
<img
1715
class="py-1"
1816
height="18"

layouts/partials/search-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
class="bg-background-light dark:bg-background-dark absolute top-full right-0 z-50 w-screen max-w-xl rounded-sm px-6 py-4 shadow-lg"
6363
>
6464
<div id="search-bar-results">
65-
{{- $emptyState := `<div class="p-2 text-gray-200 dark:text-gray-500">Start typing to search… or try <button @click="open=false" class="open-kapa-widget link">Ask AI</button></div>` }}
65+
{{- $emptyState := `<div class="p-2 text-gray-500 dark:text-gray-400">Start typing to search… or try <button @click="open=false" class="open-kapa-widget link">Ask AI</button></div>` }}
6666
{{- $emptyState | safe.HTML }}
6767
<!-- results -->
6868
</div>

layouts/partials/sidebar/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{- end }}
2929
</div>
3030
{{- with ($root.Params.time) }}
31-
<div class="flex gap-2 text-gray-200 dark:text-gray-500">
31+
<div class="flex gap-2 text-gray-400 dark:text-gray-400">
3232
<span class="icon-svg"
3333
>{{ partialCached "icon" "schedule" "schedule" }}</span
3434
>

0 commit comments

Comments
 (0)