mirror of https://github.com/docker/cli.git
fix frontmatter keywords value type (string, instead of []string)
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
af5af201fe
commit
4126b5526c
|
@ -2,7 +2,7 @@
|
||||||
aliases: ["/engine/misc/deprecated/"]
|
aliases: ["/engine/misc/deprecated/"]
|
||||||
title: "Deprecated Engine Features"
|
title: "Deprecated Engine Features"
|
||||||
description: "Deprecated Features."
|
description: "Deprecated Features."
|
||||||
keywords: ["docker, documentation, about, technology, deprecate"]
|
keywords: "docker, documentation, about, technology, deprecate"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- This file is maintained within the docker/docker Github
|
<!-- This file is maintained within the docker/docker Github
|
||||||
|
|
|
@ -3,8 +3,7 @@ advisory: experimental
|
||||||
aliases:
|
aliases:
|
||||||
- /engine/extend/
|
- /engine/extend/
|
||||||
description: Develop and use a plugin with the managed plugin system
|
description: Develop and use a plugin with the managed plugin system
|
||||||
keywords:
|
keywords: "API, Usage, plugins, documentation, developer"
|
||||||
- API, Usage, plugins, documentation, developer
|
|
||||||
title: Managed plugin system
|
title: Managed plugin system
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
aliases: "/engine/extend/plugins/"
|
aliases: "/engine/extend/plugins/"
|
||||||
title: "Use Docker Engine plugins"
|
title: "Use Docker Engine plugins"
|
||||||
description: "How to add additional functionality to Docker with plugins extensions"
|
description: "How to add additional functionality to Docker with plugins extensions"
|
||||||
keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
|
keywords: "Examples, Usage, plugins, docker, documentation, user guide"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- This file is maintained within the docker/docker Github
|
<!-- This file is maintained within the docker/docker Github
|
||||||
|
|
|
@ -4,7 +4,7 @@ aliases: [
|
||||||
]
|
]
|
||||||
title: "Plugin manifest"
|
title: "Plugin manifest"
|
||||||
description: "How develop and use a plugin with the managed plugin system"
|
description: "How develop and use a plugin with the managed plugin system"
|
||||||
keywords: ["API, Usage, plugins, documentation, developer"]
|
keywords: "API, Usage, plugins, documentation, developer"
|
||||||
advisory: "experimental"
|
advisory: "experimental"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Plugins API"
|
title: "Plugins API"
|
||||||
description: "How to write Docker plugins extensions "
|
description: "How to write Docker plugins extensions "
|
||||||
keywords: ["API, Usage, plugins, documentation, developer"]
|
keywords: "API, Usage, plugins, documentation, developer"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- This file is maintained within the docker/docker Github
|
<!-- This file is maintained within the docker/docker Github
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Access authorization plugin"
|
title: "Access authorization plugin"
|
||||||
description: "How to create authorization plugins to manage access control to your Docker daemon."
|
description: "How to create authorization plugins to manage access control to your Docker daemon."
|
||||||
keywords: ["security, authorization, authentication, docker, documentation, plugin, extend"]
|
keywords: "security, authorization, authentication, docker, documentation, plugin, extend"
|
||||||
aliases: ["/engine/extend/authorization/"]
|
aliases: ["/engine/extend/authorization/"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Docker network driver plugins"
|
title: "Docker network driver plugins"
|
||||||
description: "Network driver plugins."
|
description: "Network driver plugins."
|
||||||
keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
|
keywords: "Examples, Usage, plugins, docker, documentation, user guide"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- This file is maintained within the docker/docker Github
|
<!-- This file is maintained within the docker/docker Github
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Volume plugins"
|
title: "Volume plugins"
|
||||||
description: "How to manage data with external volume plugins"
|
description: "How to manage data with external volume plugins"
|
||||||
keywords: ["Examples, Usage, volume, docker, data, volumes, plugin, api"]
|
keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- This file is maintained within the docker/docker Github
|
<!-- This file is maintained within the docker/docker Github
|
||||||
|
|
Loading…
Reference in New Issue