Skip to content

Commit 9551f16

Browse files
authored
Merge branch 'main' into ENGDOCS-2893-containerd
2 parents a1254cf + 6c35098 commit 9551f16

File tree

240 files changed

+6091
-1223
lines changed

Some content is hidden

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

240 files changed

+6091
-1223
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939

4040
/_vendor @sarahsanders-docker @ArthurFlag
4141

42-
/content/manuals/cloud/ @craig-osterhout
42+
/content/manuals/offload/ @craig-osterhout
4343

4444
/content/manuals/dhi/ @craig-osterhout

.github/labeler.yml

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

53-
area/cloud:
53+
area/offload:
5454
- changed-files:
5555
- any-glob-to-any-file:
56-
- content/manuals/cloud/**
56+
- content/manuals/offload/**
5757

5858
area/compose:
5959
- changed-files:

.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/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-
4646
name: Checkout
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
-
4949
name: Set up Docker Buildx
5050
uses: docker/setup-buildx-action@v3
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
-
8787
name: Checkout
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989
-
9090
name: Set up Docker Buildx
9191
uses: docker/setup-buildx-action@v3

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "SEND_SLACK_MSG=$SEND_SLACK_MSG" >> $GITHUB_ENV
7171
-
7272
name: Checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
fetch-depth: 0
7676
-

.github/workflows/validate-upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
steps:
3535
-
3636
name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
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/github.com/docker/mcp-gateway/docs/generator/reference/docker_mcp.yaml

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)