Merge pull request #28886 from mstanleyjones/fix_redirect_loop

Fix some redirect loops and problems
This commit is contained in:
Sebastiaan van Stijn 2016-11-28 18:49:36 +01:00 committed by GitHub
commit 35fd96f3f9
5 changed files with 4 additions and 25 deletions

View File

@ -1,7 +1,4 @@
---
aliases: [
"/engine/extend/"
]
title: "Plugin config"
description: "How develop and use a plugin with the managed plugin system"
keywords: "API, Usage, plugins, documentation, developer"

View File

@ -1,6 +1,4 @@
---
aliases:
- /engine/extend/
description: Develop and use a plugin with the managed plugin system
keywords: "API, Usage, plugins, documentation, developer"
title: Managed plugin system

View File

@ -1,5 +1,6 @@
---
aliases: "/engine/extend/plugins/"
redirect_from:
- "/engine/extend/plugins/"
title: "Use Docker Engine plugins"
description: "How to add additional functionality to Docker with plugins extensions"
keywords: "Examples, Usage, plugins, docker, documentation, user guide"

View File

@ -1,18 +0,0 @@
---
title: "Implement plugins"
description: "Develop plugins and use existing plugins for Docker Engine"
keywords: ["extend, plugins, docker, documentation, developer"]
type: "menu"
identifier: "engine_extend"
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull
requests which include edits to this file in other repositories
will be rejected.
-->
<!--menu page not rendered-->

View File

@ -2,7 +2,8 @@
title: "Access authorization plugin"
description: "How to create authorization plugins to manage access control to your Docker daemon."
keywords: "security, authorization, authentication, docker, documentation, plugin, extend"
aliases: ["/engine/extend/authorization/"]
redirect_from:
- "/engine/extend/authorization/"
---
<!-- This file is maintained within the docker/docker Github