Fix some redirect loops and problems
@@ -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"
@@ -1,6 +1,4 @@
-aliases:
-- /engine/extend/
description: Develop and use a plugin with the managed plugin system
title: Managed plugin system
@@ -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"
@@ -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-->
@@ -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/"]
+- "/engine/extend/authorization/"
<!-- This file is maintained within the docker/docker Github