Skip to content

Commit c5e0e44

Browse files
authored
Merge branch 'main' into ENGDOCS-2619-dmr-for-docker-ce
2 parents 9a09b06 + a746d0b commit c5e0e44

File tree

153 files changed

+7446
-4228
lines changed

Some content is hidden

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

153 files changed

+7446
-4228
lines changed

.github/labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ hugo:
179179
- hugo_stats.json
180180
- i18n/**
181181
- layouts/**
182-
- postcss.config.js
183182
- static/**
184183
- tailwind.config.js
185184

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**/.DS_Store
22
**/desktop.ini
3-
.vscode
3+
.vscode/settings.json
4+
.vscode/tasks.json
45
node_modules
56
.hugo_build.lock
67
resources

.vscode/docker.code-snippets

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"Insert Hugo Note Admonition": {
3+
"prefix": ["admonition", "note"],
4+
"body": ["> [!NOTE]", "> $1"],
5+
"description": "Insert a Hugo note admonition",
6+
},
7+
"Insert Hugo Important Admonition": {
8+
"prefix": ["admonition", "important"],
9+
"body": ["> [!IMPORTANT]", "> $1"],
10+
"description": "Insert a Hugo important admonition",
11+
},
12+
"Insert Hugo Warning Admonition": {
13+
"prefix": ["admonition", "warning"],
14+
"body": ["> [!WARNING]", "> $1"],
15+
"description": "Insert a Hugo warning admonition",
16+
},
17+
"Insert Hugo Tip Admonition": {
18+
"prefix": ["admonition", "tip"],
19+
"body": ["> [!TIP]", "> $1"],
20+
"description": "Insert a Hugo tip admonition",
21+
},
22+
"Insert Hugo Tabs": {
23+
"prefix": ["admonition", "tabs"],
24+
"body": [
25+
"",
26+
"{{< tabs >}}",
27+
"{{< tab name=\"$1\">}}",
28+
"",
29+
"$2",
30+
"",
31+
"{{< /tab >}}",
32+
"{{< tab name=\"$3\">}}",
33+
"",
34+
"$4",
35+
"",
36+
"{{< /tab >}}",
37+
"{{</tabs >}}",
38+
"",
39+
],
40+
"description": "Insert a Hugo tabs block with two tabs and snippet stops for names and content",
41+
},
42+
}

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ Citrix
1515
CloudFront
1616
Codefresh
1717
Codespaces
18-
CouchDB
1918
Couchbase
19+
CouchDB
2020
Datadog
2121
Ddosify
2222
Debootstrap
2323
Dev
24-
Dex
2524
Dev Environments?
25+
Dex
2626
Django
27+
DMR
2728
Docker Build Cloud
2829
Docker Business
2930
Docker Dasboard
@@ -33,8 +34,8 @@ Docker Extension
3334
Docker Hub
3435
Docker Scout
3536
Docker Team
36-
Docker's
3737
Docker-Sponsored Open Source
38+
Docker's
3839
Dockerfile
3940
Dockerize
4041
Dockerizing
@@ -44,54 +45,55 @@ Fargate
4445
Fedora
4546
Flink
4647
GeoNetwork
48+
GGUF
4749
Git
4850
GitHub( Actions)?
4951
Google
5052
Grafana
5153
Gravatar
5254
HyperKit
53-
IPv[46]
54-
IPvlan
5555
Intel
5656
Intune
57-
JFrog
57+
IPv[46]
58+
IPvlan
5859
Jamf
5960
JetBrains
61+
JFrog
6062
JUnit
6163
Kerberos
6264
Kitematic
6365
Kubeadm
6466
Kubernetes
65-
Laravel
6667
Laradock
68+
Laravel
6769
Linux
6870
LinuxKit
6971
Logstash
7072
Mac
7173
Mail(chimp|gun)
7274
Microsoft
7375
MySQL
74-
NFSv\d
7576
Netplan
77+
NFSv\d
7678
Nginx
7779
Nutanix
7880
Nuxeo
7981
OAuth
82+
Okta
8083
Ollama
8184
OTel
82-
Okta
83-
PKG
8485
Paketo
86+
PKG
8587
Postgres
8688
PowerShell
8789
Python
8890
Ryuk
8991
S3
90-
SQLite
9192
Slack
9293
Snyk
9394
Solr
9495
SonarQube
96+
SQLite
9597
Syft
9698
Sysbox
9799
Sysdig
@@ -153,6 +155,7 @@ Zsh
153155
[Ss]warm
154156
[Ss]yscalls?
155157
[Ss]ysfs
158+
[Tt]eardown
156159
[Tt]oolchains?
157160
[Uu]narchived?
158161
[Uu]ngated

0 commit comments

Comments
 (0)