From d5b3df0c2f640a3ca98dc61fb129719cce96bb4e Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 28 Nov 2016 09:45:00 -0800 Subject: [PATCH] Fix some redirect loops and problems Signed-off-by: Misty Stanley-Jones --- docs/extend/config.md | 3 --- docs/extend/index.md | 2 -- docs/extend/legacy_plugins.md | 3 ++- docs/extend/menu.md | 18 ------------------ docs/extend/plugins_authorization.md | 3 ++- 5 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 docs/extend/menu.md diff --git a/docs/extend/config.md b/docs/extend/config.md index 53f52f7b66..4aa4173e1a 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -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" diff --git a/docs/extend/index.md b/docs/extend/index.md index 66a0f07f3b..e00081bffa 100644 --- a/docs/extend/index.md +++ b/docs/extend/index.md @@ -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 diff --git a/docs/extend/legacy_plugins.md b/docs/extend/legacy_plugins.md index d8dd4d2e48..6ac914e366 100644 --- a/docs/extend/legacy_plugins.md +++ b/docs/extend/legacy_plugins.md @@ -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" diff --git a/docs/extend/menu.md b/docs/extend/menu.md deleted file mode 100644 index 756f371b70..0000000000 --- a/docs/extend/menu.md +++ /dev/null @@ -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" ---- - - - - diff --git a/docs/extend/plugins_authorization.md b/docs/extend/plugins_authorization.md index 2f2328bb0f..ac1837f754 100644 --- a/docs/extend/plugins_authorization.md +++ b/docs/extend/plugins_authorization.md @@ -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/" ---