Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fc9eca

Browse files
committed
fix type of keywords entry in frontmatter (in /datacenter/)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 6ec5958 commit 2fc9eca

File tree

93 files changed

+254
-354
lines changed

Some content is hidden

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

93 files changed

+254
-354
lines changed

datacenter/dtr/2.0/architecture.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn about the architecture of Docker Trusted Registry.
3+
keywords: docker, registry, dtr, architecture
24
redirect_from:
35
- /docker-trusted-registry/architecture/
4-
description: Learn about the architecture of Docker Trusted Registry.
5-
keywords:
6-
- docker, registry, dtr, architecture
76
title: DTR architecture
87
---
98

@@ -79,4 +78,4 @@ DTR, and join them to create a cluster.
7978
## Where to go next
8079

8180
* [System requirements](install/system-requirements.md)
82-
* [Install DTR](install/index.md)
81+
* [Install DTR](install/index.md)

datacenter/dtr/2.0/configure/config-general.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Configure general settings for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, general, domain name, HTTP, HTTPS ports, Notary, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/config-general/
4-
description: Configure general settings for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, enterprise, hub, general, domain name, HTTP, HTTPS ports, Notary, registry
76
title: Configure general settings
87
---
98

@@ -48,4 +47,4 @@ already.
4847

4948
## See also
5049

51-
* [Configure storage settings](config-storage.md)
50+
* [Configure storage settings](config-storage.md)

datacenter/dtr/2.0/configure/config-security.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Security configuration for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, configuration, security, enterprise, hub, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/config-security/
4-
description: Security configuration for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, configuration, security, enterprise, hub, registry
76
title: Security configuration
87
---
98

@@ -227,4 +226,4 @@ Then restart the Docker daemon with `sudo /etc/init.d/docker restart`.
227226
228227
## See also
229228
230-
* [Configure storage options](config-storage.md)
229+
* [Configure storage options](config-storage.md)

datacenter/dtr/2.0/configure/config-storage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Storage configuration for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, configuration, storage, storage drivers, Azure, S3, Swift, enterprise, hub, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/config-storage/
4-
description: Storage configuration for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, configuration, storage, storage drivers, Azure, S3, Swift, enterprise, hub, registry
76
title: Storage configuration
87
---
98

@@ -231,4 +230,4 @@ ensure your choices make sense.
231230

232231
## See also
233232

234-
* [Configure security settings](config-security.md)
233+
* [Configure security settings](config-security.md)

datacenter/dtr/2.0/configure/configuration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Configuration overview for Docker Trusted Registry
3+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry
24
redirect_from:
35
- /docker-trusted-registry/configure/configuration/
4-
description: Configuration overview for Docker Trusted Registry
5-
keywords:
6-
- docker, documentation, about, technology, understanding, enterprise, hub, registry
76
title: Configuration overview
87
---
98

@@ -39,4 +38,4 @@ a Trusted Registry CLI to the Docker daemon and then restart the daemon.
3938
## See also
4039

4140
* [Monitor DTR](../monitor-troubleshoot/index.md)
42-
* [Troubleshoot DTR](../monitor-troubleshoot/troubleshoot.md)
41+
* [Troubleshoot DTR](../monitor-troubleshoot/troubleshoot.md)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Trusted Registry configuration options
3-
keywords:
4-
- docker, documentation, about, technology, install, enterprise, hub, CS engine, Docker Trusted Registry, configure, storage, backend, drivers
3+
keywords: docker, documentation, about, technology, install, enterprise, hub, CS engine, Docker Trusted Registry, configure, storage, backend, drivers
54
title: Configuration of Docker Trusted Registry
65
---
76

@@ -10,4 +9,4 @@ This section includes the following topics:
109
* [Configuration overview](configuration.md)
1110
* [Configure general settings](config-general.md)
1211
* [Security configuration](config-security.md)
13-
* [Storage configuration](config-storage.md)
12+
* [Storage configuration](config-storage.md)

datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2+
description: Learn how to backup your Docker Trusted Registry cluster, and to recover your cluster from an existing backup.
3+
keywords: docker, registry, high-availability, backup, recovery
24
redirect_from:
35
- /docker-trusted-registry/high-availability/backups-and-disaster-recovery/
4-
description: Learn how to backup your Docker Trusted Registry cluster, and to recover
5-
your cluster from an existing backup.
6-
keywords:
7-
- docker, registry, high-availability, backup, recovery
86
title: Backups and disaster recovery
97
---
108

@@ -136,4 +134,4 @@ Where:
136134
## Where to go next
137135

138136
* [Set up high availability](index.md)
139-
* [DTR architecture](../architecture.md)
137+
* [DTR architecture](../architecture.md)

datacenter/dtr/2.0/high-availability/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn how to set up Docker Trusted Registry for high availability.
3+
keywords: docker, registry, high-availability, backup, recovery
24
redirect_from:
35
- /docker-trusted-registry/high-availability/high-availability/
4-
description: Learn how to set up Docker Trusted Registry for high availability.
5-
keywords:
6-
- docker, registry, high-availability, backup, recovery
76
title: Set up high availability
87
---
98

@@ -83,4 +82,4 @@ not.
8382
## Where to go next
8483

8584
* [Backups and disaster recovery](backups-and-disaster-recovery.md)
86-
* [DTR architecture](../architecture.md)
85+
* [DTR architecture](../architecture.md)

datacenter/dtr/2.0/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
description: Learn how to install, configure, and use Docker Trusted Registry.
3+
keywords: docker, registry, repository, images
24
redirect_from:
35
- /docker-hub-enterprise/
46
- /docker-trusted-registry/overview/
57
- /docker-trusted-registry/
6-
description: Learn how to install, configure, and use Docker Trusted Registry.
7-
keywords:
8-
- docker, registry, repository, images
98
title: Docker Trusted Registry overview
109
---
1110

@@ -40,4 +39,4 @@ access to your Docker images.
4039
## Where to go next
4140

4241
* [DTR architecture](architecture.md)
43-
* [Install DTR](install/index.md)
42+
* [Install DTR](install/index.md)

datacenter/dtr/2.0/install/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2+
description: Learn how to install Docker Trusted Registry for production.
3+
keywords: docker, dtr, registry, install
24
redirect_from:
35
- /docker-trusted-registry/install/dtr-ami-byol-launch/
46
- /docker-trusted-registry/install/dtr-ami-bds-launch/
57
- /docker-trusted-registry/install/dtr-vhd-azure/
68
- /docker-trusted-registry/install/install-dtr/
7-
description: Learn how to install Docker Trusted Registry for production.
8-
keywords:
9-
- docker, dtr, registry, install
109
title: Install Docker Trusted Registry
1110
---
1211

@@ -159,4 +158,4 @@ replicas:
159158
## See also
160159

161160
* [Install DTR offline](install-dtr-offline.md)
162-
* [Upgrade DTR](upgrade/upgrade-major.md)
161+
* [Upgrade DTR](upgrade/upgrade-major.md)

0 commit comments

Comments
 (0)