Skip to content

Commit

Permalink
Fix keyword format for downstream docs
Browse files Browse the repository at this point in the history
Signed-off-by: Misty Stanley-Jones <[email protected]>
  • Loading branch information
Misty Stanley-Jones committed Oct 24, 2017
1 parent 7484e51 commit fda42e5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/spec/api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "HTTP API V2"
description: "Specification for the Registry API."
keywords: ["registry, on-prem, images, tags, repository, distribution, api, advanced"]
keywords: registry, on-prem, images, tags, repository, distribution, api, advanced
---

# Docker Registry HTTP API V2
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/api.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "HTTP API V2"
description: "Specification for the Registry API."
keywords: ["registry, on-prem, images, tags, repository, distribution, api, advanced"]
keywords: registry, on-prem, images, tags, repository, distribution, api, advanced
---

# Docker Registry HTTP API V2
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/auth/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Docker Registry Token Authentication"
description: "Docker Registry v2 authentication schema"
keywords: ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
keywords: registry, on-prem, images, tags, repository, distribution, authentication, advanced
---

# Docker Registry v2 authentication
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/auth/jwt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Token Authentication Implementation"
description: "Describe the reference implementation of the Docker Registry v2 authentication schema"
keywords: ["registry, on-prem, images, tags, repository, distribution, JWT authentication, advanced"]
keywords: registry, on-prem, images, tags, repository, distribution, JWT authentication, advanced
---

# Docker Registry v2 Bearer token specification
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/auth/oauth.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Oauth2 Token Authentication"
description: "Specifies the Docker Registry v2 authentication"
keywords: ["registry, on-prem, images, tags, repository, distribution, oauth2, advanced"]
keywords: registry, on-prem, images, tags, repository, distribution, oauth2, advanced
---

# Docker Registry v2 authentication using OAuth2
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/auth/scope.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Token Scope Documentation"
description: "Describes the scope and access fields used for registry authorization tokens"
keywords: ["registry, on-prem, images, tags, repository, distribution, advanced, access, scope"]
keywords: registry, on-prem, images, tags, repository, distribution, advanced, access, scope
---

# Docker Registry Token Scope and Access
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/auth/token.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Token Authentication Specification"
description: "Specifies the Docker Registry v2 authentication"
keywords: ["registry, on-prem, images, tags, repository, distribution, Bearer authentication, advanced"]
keywords: registry, on-prem, images, tags, repository, distribution, Bearer authentication, advanced
---

# Docker Registry v2 authentication via central service
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Reference Overview"
description: "Explains registry JSON objects"
keywords: ["registry, service, images, repository, json"]
keywords: registry, service, images, repository, json
---

# Docker Registry Reference
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/manifest-v2-1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Image Manifest V 2, Schema 1 "
description: "image manifest for the Registry."
keywords: ["registry, on-prem, images, tags, repository, distribution, api, advanced, manifest"]
keywords: registry, on-prem, images, tags, repository, distribution, api, advanced, manifest
---

# Image Manifest Version 2, Schema 1
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/manifest-v2-2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Image Manifest V 2, Schema 2 "
description: "image manifest for the Registry."
keywords: ["registry, on-prem, images, tags, repository, distribution, api, advanced, manifest"]
keywords: registry, on-prem, images, tags, repository, distribution, api, advanced, manifest
---

# Image Manifest Version 2, Schema 2
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/menu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Reference"
description: "Explains registry JSON objects"
keywords: ["registry, service, images, repository, json"]
keywords: registry, service, images, repository, json
type: "menu"
identifier: "smn_registry_ref"
---

0 comments on commit fda42e5

Please sign in to comment.