mirror of https://github.com/docker/docs.git
fix type of keywords entry in frontmatter (in /notary/) (#553)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
a5e01e1844
commit
9ca1f95a40
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Becoming a power user of the notary client.
|
description: Becoming a power user of the notary client.
|
||||||
keywords:
|
keywords: docker, notary, notary-client, docker content trust, content trust, power user, advanced
|
||||||
- docker, notary, notary-client, docker content trust, content trust, power user, advanced
|
|
||||||
title: Use the Notary client for advanced users
|
title: Use the Notary client for advanced users
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Notary release changelog
|
description: Notary release changelog
|
||||||
keywords:
|
keywords: docker, notary, changelog, notary changelog, notary releases, releases, notary versions, versions
|
||||||
- docker, notary, changelog, notary changelog, notary releases, releases, notary versions, versions
|
|
||||||
title: Notary Changelog
|
title: Notary Changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Performing basic operation to use Notary in tandem with Docker Content Trust.
|
description: Performing basic operation to use Notary in tandem with Docker Content Trust.
|
||||||
keywords:
|
keywords: docker, Notary, notary-client, docker content trust, content trust
|
||||||
- docker, Notary, notary-client, docker content trust, content trust
|
|
||||||
title: Getting started with Docker Notary
|
title: Getting started with Docker Notary
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: List of Notary Documentation
|
description: List of Notary Documentation
|
||||||
keywords:
|
keywords: docker, notary, trust, image, signing, repository, tuf
|
||||||
- docker, notary, trust, image, signing, repository, tuf
|
|
||||||
title: Docker Notary
|
title: Docker Notary
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Run your own notary service to host arbitrary content signing.
|
description: Run your own notary service to host arbitrary content signing.
|
||||||
keywords:
|
keywords: docker, notary, notary-server, notary server, notary-signer, notary signer
|
||||||
- docker, notary, notary-server, notary server, notary-signer, notary signer
|
|
||||||
title: Run a Notary service
|
title: Run a Notary service
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: How the three requisite notary components interact
|
description: How the three requisite notary components interact
|
||||||
keywords:
|
keywords: docker, notary, notary-client, docker content trust, content trust, notary-server, notary server, notary-signer, notary signer, notary architecture
|
||||||
- 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
|
title: Understand the Notary service architecture
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue