Browse code

Fix some redirect loops and problems

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

Misty Stanley-Jones authored on 2016/11/29 02:45:00
Showing 5 changed files
... ...
@@ -1,7 +1,4 @@
1 1
 ---
2
-aliases: [
3
-"/engine/extend/"
4
-]
5 2
 title: "Plugin config"
6 3
 description: "How develop and use a plugin with the managed plugin system"
7 4
 keywords: "API, Usage, plugins, documentation, developer"
... ...
@@ -1,6 +1,4 @@
1 1
 ---
2
-aliases:
3
-- /engine/extend/
4 2
 description: Develop and use a plugin with the managed plugin system
5 3
 keywords: "API, Usage, plugins, documentation, developer"
6 4
 title: Managed plugin system
... ...
@@ -1,5 +1,6 @@
1 1
 ---
2
-aliases: "/engine/extend/plugins/"
2
+redirect_from:
3
+- "/engine/extend/plugins/"
3 4
 title: "Use Docker Engine plugins"
4 5
 description: "How to add additional functionality to Docker with plugins extensions"
5 6
 keywords: "Examples, Usage, plugins, docker, documentation, user guide"
6 7
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-title: "Implement plugins"
2
-description: "Develop plugins and use existing plugins for Docker Engine"
3
-keywords: ["extend, plugins, docker, documentation, developer"]
4
-type: "menu"
5
-identifier: "engine_extend"
6
-
7
-<!-- This file is maintained within the docker/docker Github
8
-     repository at https://github.com/docker/docker/. Make all
9
-     pull requests against that repo. If you see this file in
10
-     another repository, consider it read-only there, as it will
11
-     periodically be overwritten by the definitive file. Pull
12
-     requests which include edits to this file in other repositories
13
-     will be rejected.
14
-
15
-<!--menu page not rendered-->
... ...
@@ -2,7 +2,8 @@
2 2
 title: "Access authorization plugin"
3 3
 description: "How to create authorization plugins to manage access control to your Docker daemon."
4 4
 keywords: "security, authorization, authentication, docker, documentation, plugin, extend"
5
-aliases: ["/engine/extend/authorization/"]
5
+redirect_from:
6
+- "/engine/extend/authorization/"
6 7
 ---
7 8
 
8 9
 <!-- This file is maintained within the docker/docker Github