Skip to content

Commit e83a259

Browse files
committed
fix type of keywords entry in frontmatter (in /docker-hub/ dir)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 8eb69ea commit e83a259

File tree

9 files changed

+19
-28
lines changed

9 files changed

+19
-28
lines changed

docker-hub/accounts.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Your Docker ID
3-
keywords:
4-
- Docker, docker, trusted, sign-up, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation
3+
keywords: Docker, docker, trusted, sign-up, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation
54
title: Docker ID and Docker Hub accounts
65
---
76

@@ -54,4 +53,4 @@ from the Hub.
5453

5554
If you can't access your account for some reason, you can reset your password
5655
from the [*Password Reset*](https://hub.docker.com/reset-password/)
57-
page.
56+
page.

docker-hub/bitbucket.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Hub Automated Builds using Bitbucket
3-
keywords:
4-
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, bitbucket
3+
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, bitbucket
54
title: Configure automated builds with Bitbucket
65
---
76

@@ -47,4 +46,4 @@ You can also manually add a webhook from your repository's **Settings** page.
4746
Set the URL to `https://registry.hub.docker.com/hooks/bitbucket`, to be
4847
triggered for repository pushes.
4948

50-
![bitbucket-hooks](images/bitbucket-hook.png)
49+
![bitbucket-hooks](images/bitbucket-hook.png)

docker-hub/builds.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Hub Automated Builds
3-
keywords:
4-
- Dockerfile, Hub, builds, trusted builds, automated builds
3+
keywords: Dockerfile, Hub, builds, trusted builds, automated builds
54
title: Configure automated builds on Docker Hub
65
---
76

@@ -232,4 +231,4 @@ OK
232231
```
233232

234233
To verify everything is working correctly, check the **Last 10 Trigger Logs** on
235-
the page.
234+
the page.

docker-hub/github.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Hub Automated Builds with GitHub
3-
keywords:
4-
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, GitHub
3+
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, GitHub
54
title: Configure automated builds from GitHub
65
---
76

@@ -200,4 +199,4 @@ The image below shows the "Docker" Service Hook.
200199
![bitbucket-hooks](images/github-side-hook.png)
201200

202201
If you add the "Docker" service manually, make sure the "Active" checkbox is
203-
selected and click the "Update service" button to save your changes.
202+
selected and click the "Update service" button to save your changes.

docker-hub/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Docker Hub overview
3+
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, accounts, organizations, repositories, groups, teams
24
redirect_from:
35
- /docker-hub/overview/
4-
description: Docker Hub overview
5-
keywords:
6-
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, accounts, organizations, repositories, groups, teams
76
title: Overview of Docker Hub
87
---
98

@@ -90,4 +89,4 @@ or you can create private repositories with limited access you control.
9089
### Docker commands and Docker Hub
9190

9291
Docker itself provides access to Docker Hub services via the [`docker search`](/reference/commandline/search),
93-
[`pull`](/reference/commandline/pull), [`login`](/reference/commandline/login), and [`push`](/reference/commandline/push) commands.
92+
[`pull`](/reference/commandline/pull), [`login`](/reference/commandline/login), and [`push`](/reference/commandline/push) commands.

docker-hub/official_repos.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Guidelines for Official Repositories on Docker Hub
3-
keywords:
4-
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, official,image, documentation
3+
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, official,image, documentation
54
title: Official repositories on Docker Hub
65
---
76

@@ -120,4 +119,4 @@ Repositories team becomes responsible for publishing the images and
120119
documentation on Docker Hub. Updates to the Official Repository follow the same
121120
pull request process, though with less review. The Official Repositories team
122121
ultimately acts as a gatekeeper for all changes, which helps mitigate the risk
123-
of quality and security issues from being introduced.
122+
of quality and security issues from being introduced.

docker-hub/orgs.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Hub Teams and Organizations
3-
keywords:
4-
- Docker, docker, registry, teams, organizations, plans, Dockerfile, Docker Hub, docs, documentation
3+
keywords: Docker, docker, registry, teams, organizations, plans, Dockerfile, Docker Hub, docs, documentation
54
title: Organizations and teams in Docker Hub
65
---
76

@@ -48,4 +47,4 @@ of the repository view:
4847
> `Read` access to the repository, regardless of the rights their team
4948
> membership has given them.
5049
51-
![Organization repository collaborators](images/org-repo-collaborators.png)
50+
![Organization repository collaborators](images/org-repo-collaborators.png)

docker-hub/repos.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Your Repositories on Docker Hub
3-
keywords:
4-
- Docker, docker, trusted, registry, accounts, plans, Dockerfile, Docker Hub, webhooks, docs, documentation
3+
keywords: Docker, docker, trusted, registry, accounts, plans, Dockerfile, Docker Hub, webhooks, docs, documentation
54
title: Repositories on Docker Hub
65
---
76

@@ -259,4 +258,4 @@ The following parameters are recognized in callback data:
259258
"description": "387 tests PASSED",
260259
"context": "Continuous integration by Acme CI",
261260
"target_url": "http://ci.acme.com/results/afd339c1c3d27"
262-
}
261+
}

docker-hub/webhooks.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker Hub Automated Builds
3-
keywords:
4-
- Docker, webhookds, hub, builds
3+
keywords: Docker, webhookds, hub, builds
54
title: Webhooks for automated builds
65
---
76

@@ -47,4 +46,4 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
4746

4847
>**Note:** If you want to test your webhook, we recommend using a tool like
4948
>[requestb.in](http://requestb.in/). Also note, the Docker Hub server can't be
50-
>filtered by IP address.
49+
>filtered by IP address.

0 commit comments

Comments
 (0)