Skip to content

Commit 09d588e

Browse files
authored
Merge branch 'main' into ENGDOCS-2758-ai-agents-dhi
2 parents bf11abc + 71c7760 commit 09d588e

File tree

193 files changed

+16293
-1641
lines changed

Some content is hidden

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

193 files changed

+16293
-1641
lines changed

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
**/.DS_Store
2-
**/desktop.ini
1+
.hugo_build.lock
2+
.idea/
3+
.vscode/mcp.json
34
.vscode/settings.json
45
.vscode/tasks.json
6+
**/.DS_Store
7+
**/desktop.ini
58
node_modules
6-
.hugo_build.lock
7-
resources
89
public
9-
tmp
10+
resources
1011
static/pagefind
11-
.idea/
12+
tmp

_vale/Docker/Acronyms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ exceptions:
1717
- ASP
1818
- AUFS
1919
- AWS
20+
- BGP # Border Gateway Protocol
2021
- BIOS
2122
- BPF
2223
- BSD
@@ -146,6 +147,7 @@ exceptions:
146147
- TTY
147148
- TXT
148149
- UDP
150+
- UI
149151
- URI
150152
- URL
151153
- USB

_vale/Docker/Forbidden.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: substitution
2+
message: "Use '%s' instead of '%s'."
3+
level: error
4+
ignorecase: false
5+
swap:
6+
Docker CE: Docker Engine

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(?i)[A-Z]{2,}'?s
2+
Adreno
3+
Aleksandrov
24
Amazon
35
Anchore
46
Apple
@@ -73,6 +75,7 @@ Intune
7375
iptables
7476
IPv[46]
7577
IPvlan
78+
isort
7679
Jamf
7780
JetBrains
7881
JFrog
@@ -112,6 +115,7 @@ Nginx
112115
npm
113116
Nutanix
114117
Nuxeo
118+
NVIDIA
115119
OAuth
116120
Okta
117121
Ollama
@@ -124,11 +128,13 @@ PKG
124128
Postgres
125129
PowerShell
126130
Python
131+
Qualcomm
127132
rollback
128133
rootful
129134
runc
130135
Ryuk
131136
S3
137+
scrollable
132138
Slack
133139
snapshotters?
134140
Snyk
@@ -157,6 +163,7 @@ unmanaged
157163
VMware
158164
vpnkit
159165
vSphere
166+
VSCode
160167
Wasm
161168
Windows
162169
windowsfilter
@@ -195,6 +202,7 @@ Zsh
195202
[Pp]rocfs
196203
[Pp]roxied
197204
[Pp]roxying
205+
[pP]yright
198206
[Rr]eal-time
199207
[Rr]egex(es)?
200208
[Rr]untimes?

_vendor/github.com/docker/cli/docs/deprecated.md

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/cli/docs/reference/dockerd.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/compose.md

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

_vendor/github.com/docker/compose/v2/docs/reference/compose_volumes.md

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

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose.yaml

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

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose_volumes.yaml

Lines changed: 52 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)