Skip to content

Commit

Permalink
fix type of keywords entry in frontmatter (in /docker-cloud/ dir)
Browse files Browse the repository at this point in the history
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <[email protected]>
  • Loading branch information
gdevillele committed Nov 8, 2016
1 parent 5c815e0 commit bcec1dd
Show file tree
Hide file tree
Showing 62 changed files with 175 additions and 237 deletions.
7 changes: 3 additions & 4 deletions docker-cloud/apps/api-roles.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: API Roles
keywords: API, Services, roles
redirect_from:
- /docker-cloud/feature-reference/api-roles/
description: API Roles
keywords:
- API, Services, roles
title: Service API roles
---

Expand Down Expand Up @@ -32,4 +31,4 @@ $ curl -H "Authorization: $DOCKERCLOUD_AUTH" -H "Accept: application/json" $WEB_
For example, you can use information retrieved using the API to read the linked
endpoints, and use them to reconfigure a proxy container.

See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available.
See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available.
7 changes: 3 additions & 4 deletions docker-cloud/apps/auto-destroy.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Autodestroy
keywords: Autodestroy, service, terminate, container
redirect_from:
- /docker-cloud/feature-reference/auto-destroy/
description: Autodestroy
keywords:
- Autodestroy, service, terminate, container
title: Destroy containers automatically
---

Expand Down Expand Up @@ -75,4 +74,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
#### Enabling autodestroy using the CLI
```
$ docker-cloud service set --autodestroy ALWAYS (name or uuid)
```
```
7 changes: 3 additions & 4 deletions docker-cloud/apps/auto-redeploy.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Autoredeploy
keywords: Autoredeploy, image, store, service
redirect_from:
- /docker-cloud/feature-reference/auto-redeploy/
description: Autoredeploy
keywords:
- Autoredeploy, image, store, service
title: Redeploy services automatically
---

Expand Down Expand Up @@ -76,4 +75,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
{
"autoredeploy": true
}
```
```
7 changes: 3 additions & 4 deletions docker-cloud/apps/autorestart.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Automatically restart a container in Docker Cloud
keywords: container, restart, automated
redirect_from:
- /docker-cloud/feature-reference/autorestart/
description: Automatically restart a container in Docker Cloud
keywords:
- container, restart, automated
title: Restart a container automatically
---

Expand Down Expand Up @@ -86,4 +85,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
$ docker-cloud service set --autorestart ALWAYS (name or uuid)
```

See the [API documentation](/apidocs/docker-cloud.md) for more information.
See the [API documentation](/apidocs/docker-cloud.md) for more information.
7 changes: 3 additions & 4 deletions docker-cloud/apps/deploy-tags.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Deployment tags
keywords: Deployment, tags, services
redirect_from:
- /docker-cloud/feature-reference/deploy-tags/
description: Deployment tags
keywords:
- Deployment, tags, services
title: Deployment tags
---

Expand Down Expand Up @@ -116,4 +115,4 @@ be deployed to the nodes that match the new tags.

## Using deployment tags in the API and CLI

See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI.
See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI.
7 changes: 3 additions & 4 deletions docker-cloud/apps/deploy-to-cloud-btn.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: Deploy to Docker Cloud
keywords: deploy, docker, cloud
redirect_from:
- /docker-cloud/feature-reference/deploy-to-cloud/
- /docker-cloud/tutorials/deploy-to-cloud/
description: Deploy to Docker Cloud
keywords:
- deploy, docker, cloud
title: Add a "Deploy to Docker Cloud" button
---

Expand Down Expand Up @@ -61,4 +60,4 @@ where `<repo_url>` is the path to your GitHub repository. For example:

You can use your own image for the link (or no image). Our **Deploy to Docker Cloud** image is available at the following URL:

* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg`
* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg`
5 changes: 2 additions & 3 deletions docker-cloud/apps/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Manage your Docker Cloud Applications
keywords:
- applications, reference, Cloud
keywords: applications, reference, Cloud
title: Applications in Docker Cloud
---

Expand Down Expand Up @@ -33,4 +32,4 @@ Use the following features to automate specific actions on your Docker Cloud app
* [Automatic container destroy](auto-destroy.md)
* [Automatic container restart](autorestart.md)
* [Autoredeploy](auto-redeploy.md)
* [Use triggers](triggers.md)
* [Use triggers](triggers.md)
7 changes: 3 additions & 4 deletions docker-cloud/apps/load-balance-hello-world.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: Create a proxy or load balancer
keywords: proxy, load, balancer
redirect_from:
- /docker-cloud/getting-started/intermediate/load-balance-hello-world/
- /docker-cloud/tutorials/load-balance-hello-world/
description: Create a proxy or load balancer
keywords:
- proxy, load, balancer
title: Create a proxy or load balancer
---

Expand Down Expand Up @@ -197,4 +196,4 @@ links](service-links.md).

You can try this by pointing your web browser to
*servicename.username.svc.dockerapp.io* or using *dig* or *nslookup* to see how
the service endpoint resolves.
the service endpoint resolves.
7 changes: 3 additions & 4 deletions docker-cloud/apps/ports.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Publish and expose service or container ports
keywords: publish, expose, ports, containers, services
redirect_from:
- /docker-cloud/feature-reference/ports/
description: Publish and expose service or container ports
keywords:
- publish, expose, ports, containers, services
title: Publish and expose service or container ports
---

Expand Down Expand Up @@ -122,4 +121,4 @@ not dynamic) is assigned a DNS endpoint in the format
running, in a [round-robin
fashion](https://en.wikipedia.org/wiki/Round-robin_DNS).

You can see a list of service endpoints on the stack and service detail views, under the **Endpoints** tab.
You can see a list of service endpoints on the stack and service detail views, under the **Endpoints** tab.
7 changes: 3 additions & 4 deletions docker-cloud/apps/service-links.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Service discovery
keywords: service, discover, links
redirect_from:
- /docker-cloud/feature-reference/service-links/
description: Service discovery
keywords:
- service, discover, links
title: Service discovery and links
---

Expand Down Expand Up @@ -162,4 +161,4 @@ Where:

These environment variables are also copied to linked containers with the `NAME_ENV_` prefix.

If you provide API access to your service, you can use the generated token (stored in `DOCKERCLOUD_AUTH`) to access these API URLs to gather information or automate operations, such as scaling.
If you provide API access to your service, you can use the generated token (stored in `DOCKERCLOUD_AUTH`) to access these API URLs to gather information or automate operations, such as scaling.
7 changes: 3 additions & 4 deletions docker-cloud/apps/service-redeploy.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Redeploy running services
keywords: redeploy, running, services
redirect_from:
- /docker-cloud/feature-reference/service-redeploy/
description: Redeploy running services
keywords:
- redeploy, running, services
title: Redeploy a running service
---

Expand Down Expand Up @@ -73,4 +72,4 @@ whenever a new image is pushed. See the [Autoredeploy documentation](auto-redepl
## Redeploy a service using webhooks

You can also use **triggers** to redeploy a service, for example when its image
is pushed or rebuilt in a third-party registry. See the [Triggers documentation](triggers.md) to learn more.
is pushed or rebuilt in a third-party registry. See the [Triggers documentation](triggers.md) to learn more.
7 changes: 3 additions & 4 deletions docker-cloud/apps/service-scaling.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Scale your service, spawn new containers
keywords: spawn, container, service, deploy
redirect_from:
- /docker-cloud/feature-reference/service-scaling/
description: Scale your service, spawn new containers
keywords:
- spawn, container, service, deploy
title: Scale your service
---

Expand Down Expand Up @@ -155,4 +154,4 @@ application through the CLI: 

```bash
$ docker-cloud service run --sequential [...] 
```
```
7 changes: 3 additions & 4 deletions docker-cloud/apps/stack-yaml-reference.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Stack YAML reference
keywords: YAML, stack, reference
redirect_from:
- /docker-cloud/feature-reference/stack-yaml-reference/
description: Stack YAML reference
keywords:
- YAML, stack, reference
title: Stack file YAML reference
---

Expand Down Expand Up @@ -321,4 +320,4 @@ Stack files (`docker-cloud.yml`) were designed with `docker-compose.yml` in mind
build
external_links
env_file
```
```
7 changes: 3 additions & 4 deletions docker-cloud/apps/stacks.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Manage service stacks
keywords: service, stack, yaml
redirect_from:
- /docker-cloud/feature-reference/stacks/
description: Manage service stacks
keywords:
- service, stack, yaml
title: Manage service stacks
---

Expand Down Expand Up @@ -126,4 +125,4 @@ You can update a stack from a YAML file by executing:
docker-cloud stack update -f docker-cloud.yml (uuid or name)
```

Check our [CLI documentation](/apidocs/docker-cloud.md#stacks) for more information.
Check our [CLI documentation](/apidocs/docker-cloud.md#stacks) for more information.
7 changes: 3 additions & 4 deletions docker-cloud/apps/triggers.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Use triggers
keywords: API, triggers, endpoints
redirect_from:
- /docker-cloud/feature-reference/triggers/
description: Use triggers
keywords:
- API, triggers, endpoints
title: Use triggers
---

Expand Down Expand Up @@ -56,4 +55,4 @@ Once the trigger is revoked, it stops accepting requests.

## Using triggers in the API and CLI

See our [API and CLI documentation](/apidocs/docker-cloud.md#triggers) to learn how to use triggers with our API and the CLI.
See our [API and CLI documentation](/apidocs/docker-cloud.md#triggers) to learn how to use triggers with our API and the CLI.
7 changes: 3 additions & 4 deletions docker-cloud/apps/volumes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: Work with data volumes
keywords: data, volumes, create, reuse
redirect_from:
- /docker-cloud/tutorials/download-volume-data/
- /docker-cloud/feature-reference/volumes/
description: Work with data volumes
keywords:
- data, volumes, create, reuse
title: Work with data volumes
---

Expand Down Expand Up @@ -67,4 +66,4 @@ You might find it helpful to download or back up the data from volumes that are

```
$ scp -r -P 2222 [email protected]:/var/lib/mysql .
```
```
5 changes: 2 additions & 3 deletions docker-cloud/builds/advanced.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Automated builds
keywords:
- automated, build, images
keywords: automated, build, images
title: Advanced options for Autobuild and Autotest
---

Expand Down Expand Up @@ -111,4 +110,4 @@ If you needed to give the resulting image multiple tags, or push the same image
```none
docker tag $IMAGE_NAME $DOCKER_REPO:$SOURCE_COMMIT
docker push $DOCKER_REPO:$SOURCE_COMMIT
```
```
7 changes: 3 additions & 4 deletions docker-cloud/builds/automated-build.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Automated builds
keywords: automated, build, images
redirect_from:
- /docker-cloud/feature-reference/automated-build/
description: Automated builds
keywords:
- automated, build, images
title: Automated builds
---

Expand Down Expand Up @@ -294,4 +293,4 @@ Docker Cloud's [Autotest](automated-testing.md) feature which
integrates seamlessly with autobuild and autoredeploy.

> **Note**: While the Autotest feature builds an image for testing purposes, it
does not push the resulting image to Docker Cloud or the external registry.
does not push the resulting image to Docker Cloud or the external registry.
7 changes: 3 additions & 4 deletions docker-cloud/builds/automated-testing.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Automated tests
keywords: Automated, testing, repository
redirect_from:
- /docker-cloud/feature-reference/automated-testing/
description: Automated tests
keywords:
- Automated, testing, repository
title: Automated repository tests
---

Expand Down Expand Up @@ -92,4 +91,4 @@ From the repository's details page, click **Timeline**.
From this tab you can see any pending, in-progress, successful, and failed
builds and test runs for the repository.

You can click any timeline entry to view the logs for each test run.
You can click any timeline entry to view the logs for each test run.
7 changes: 3 additions & 4 deletions docker-cloud/builds/image-scan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: "Docker Security Scanning: automatic image scanning"
keywords:
- Docker, docker, scan, scanning, security, registry, plans, Docker Cloud, docs, documentation, trusted, builds, trusted builds, automated builds
description: 'Docker Security Scanning: automatic image scanning'
keywords: Docker, docker, scan, scanning, security, registry, plans, Docker Cloud, docs, documentation, trusted, builds, trusted builds, automated builds
title: Docker Security Scanning
---

Expand Down Expand Up @@ -181,4 +180,4 @@ components.
## Related information

* [Learn about CVE and how it compiles data](https://cve.mitre.org/about/index.html).
* [How to create a Docker Official image](/docker-hub/official_repos/)
* [How to create a Docker Official image](/docker-hub/official_repos/)
5 changes: 2 additions & 3 deletions docker-cloud/builds/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Manage Builds and Images in Docker Cloud
keywords:
- builds, images, Cloud
keywords: builds, images, Cloud
notoc: true
title: Builds and images overview
---
Expand All @@ -24,4 +23,4 @@ running services when a build passes its tests.
* [Automated repository tests](automated-testing.md)
* [Advanced options for Autobuild and Autotest](advanced.md)

![a Docker Cloud repository's General view](images/repo-general.png)
![a Docker Cloud repository's General view](images/repo-general.png)
Loading

0 comments on commit bcec1dd

Please sign in to comment.