Skip to content

Commit 859343c

Browse files
Merge branch 'main' into freshness-final
2 parents b6f439f + a9803cd commit 859343c

File tree

95 files changed

+2758
-671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2758
-671
lines changed

.github/prompts/freshness-tier1.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ how fresh and up to date it is. Apply the following:
1212
5. Ensure all the components formatted correctly.
1313
6. Improve the SEO keywords.
1414
7. If you find numbered lists, make sure their numbering only uses 1's.
15+
8. Ensure each line is limited to 80 characters.
1516

1617
Do your best and don't be lazy.

.github/prompts/freshness-tier2.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ how fresh and up to date it is. Apply the following:
1818
5. Try to add some helpful next steps to the end of the document, but only if there are no *Next steps* or *Related pages* section, already.
1919
6. Try to clarify, shorten or improve the efficiency of some sentences.
2020
7. Check for LLM readibility.
21+
8. Ensure each line is limited to 80 characters.
2122

2223
Do your best and don't be lazy.

.github/workflows/validate-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
repository: docker/docs
4040
-
4141
name: Download data files
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
4444
with:
4545
name: ${{ inputs.data-files-id }}

_vale/Docker/HeadingSentenceCase.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ denylist
3737
deprovisioning
3838
deserialization
3939
deserialize
40-
Dev
40+
[Dd]ev
4141
Dev Environments?
4242
Dex
4343
displayName

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# github.com/moby/buildkit v0.23.2
33
# github.com/docker/buildx v0.26.1
44
# github.com/docker/cli v28.3.3+incompatible
5-
# github.com/docker/compose/v2 v2.39.1
5+
# github.com/docker/compose/v2 v2.39.2
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
77
# github.com/docker/scout-cli v1.18.1

assets/css/components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696
}
9797
.button {
98-
@apply my-2 mr-2 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;
98+
@apply my-2 mr-2 inline-block rounded-sm bg-blue-500 p-1 px-3 text-white hover:bg-blue-600 dark:bg-blue-500 hover:dark:bg-blue-400;
9999
}
100100

101101
.summary-bar {

assets/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
mark {
23-
@apply bg-transparent font-bold text-blue-500 dark:text-blue-800;
23+
@apply bg-transparent font-bold text-blue-500 dark:text-blue-400;
2424
}
2525

2626
/* Hide the clear (X) button for search inputs */

assets/css/utilities.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,10 @@
249249
@utility breadcrumbs {
250250
font-size: 90%;
251251
}
252+
@utility topbar-button {
253+
@apply text-white font-semibold min-h-10 px-2 bg-blue-300/50 rounded-md border-1 border-blue-300 inline-flex justify-center items-center gap-1.5 hover:bg-blue-400/70 hover:border-blue-200 transition-colors;
254+
svg {
255+
font-size: 19px;
256+
}
257+
}
258+

assets/icons/search.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)