Skip to content

Commit

Permalink
fix type of keywords entry in frontmatter (in /notary/) (docker#553)
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 authored and johndmulhausen committed Nov 11, 2016
1 parent a5e01e1 commit 9ca1f95
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions notary/advanced_usage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Becoming a power user of the notary client.
keywords:
- docker, notary, notary-client, docker content trust, content trust, power user, advanced
keywords: docker, notary, notary-client, docker content trust, content trust, power user, advanced
title: Use the Notary client for advanced users
---

Expand Down Expand Up @@ -251,4 +250,4 @@ a collection, `tuf` stores TUF metadata and changelists to be applied to a GUN,
and `private` stores private keys.

The `root_keys` subdirectory within `private` stores root private keys, while
`tuf_keys` stores targets, snapshots, and delegations private keys.
`tuf_keys` stores targets, snapshots, and delegations private keys.
5 changes: 2 additions & 3 deletions notary/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Notary release changelog
keywords:
- docker, notary, changelog, notary changelog, notary releases, releases, notary versions, versions
keywords: docker, notary, changelog, notary changelog, notary releases, releases, notary versions, versions
title: Notary Changelog
---

Expand Down Expand Up @@ -36,4 +35,4 @@ Initial notary non-alpha release.
Implements The Update Framework (TUF) with root, targets, snapshot, and timestamp roles to sign and verify content of a trusted collection.

> Detailed release notes can be found here:
<a href="https://github.com/docker/notary/releases/tag/v0.1" target="_blank">v0.1 release notes</a>.
<a href="https://github.com/docker/notary/releases/tag/v0.1" target="_blank">v0.1 release notes</a>.
5 changes: 2 additions & 3 deletions notary/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Performing basic operation to use Notary in tandem with Docker Content Trust.
keywords:
- docker, Notary, notary-client, docker content trust, content trust
keywords: docker, Notary, notary-client, docker content trust, content trust
title: Getting started with Docker Notary
---

Expand Down Expand Up @@ -146,4 +145,4 @@ alias dockernotary="notary -s https://notary.docker.io -d ~/.docker/trust"
```

More advanced methods of configuration, and additional options, can be found in
the [configuration doc](reference/index.md) and by running `notary --help`.
the [configuration doc](reference/index.md) and by running `notary --help`.
5 changes: 2 additions & 3 deletions notary/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: List of Notary Documentation
keywords:
- docker, notary, trust, image, signing, repository, tuf
keywords: docker, notary, trust, image, signing, repository, tuf
title: Docker Notary
---

Expand All @@ -10,4 +9,4 @@ title: Docker Notary
* [Service Architecture](service_architecture.md)
* [Running a Service](running_a_service.md)
* [Configuration files](reference/index.md)
* [Changelog](changelog.md)
* [Changelog](changelog.md)
5 changes: 2 additions & 3 deletions notary/running_a_service.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Run your own notary service to host arbitrary content signing.
keywords:
- docker, notary, notary-server, notary server, notary-signer, notary signer
keywords: docker, notary, notary-server, notary server, notary-signer, notary signer
title: Run a Notary service
---

Expand Down Expand Up @@ -240,4 +239,4 @@ not be cached.
## Related information

* [Notary service architecture](service_architecture.md)
* [Notary configuration files](reference/index.md)
* [Notary configuration files](reference/index.md)
5 changes: 2 additions & 3 deletions notary/service_architecture.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: How the three requisite notary components interact
keywords:
- docker, notary, notary-client, docker content trust, content trust, notary-server, notary server, notary-signer, notary signer, notary architecture
keywords: docker, notary, notary-client, docker content trust, content trust, notary-server, notary server, notary-signer, notary signer, notary architecture
title: Understand the Notary service architecture
---

Expand Down Expand Up @@ -371,4 +370,4 @@ changed immediately.
## Related information

* [Run a Notary service](running_a_service.md)
* [Notary configuration files](reference/index.md)
* [Notary configuration files](reference/index.md)

0 comments on commit 9ca1f95

Please sign in to comment.