docs: update redirect metadata for hugo

docs.docker.com switched from Jekyll to Hugo, which uses "aliases"
instead of "redirect_from".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-11-06 18:25:49 +01:00
parent b33612426a
commit 07338fe965
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
--- ---
redirect_from: aliases:
- "/engine/extend/plugins/" - "/engine/extend/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"

View File

@ -1,7 +1,7 @@
--- ---
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"
redirect_from: aliases:
- "/engine/extend/authorization/" - "/engine/extend/authorization/"
--- ---

View File

@ -2,7 +2,7 @@
title: "Use the Docker command line" title: "Use the Docker command line"
description: "Docker's CLI command description and usage" description: "Docker's CLI command description and usage"
keywords: "Docker, Docker documentation, CLI, command line, config.json, CLI configuration file" keywords: "Docker, Docker documentation, CLI, command line, config.json, CLI configuration file"
redirect_from: aliases:
- /reference/commandline/cli/ - /reference/commandline/cli/
- /engine/reference/commandline/engine/ - /engine/reference/commandline/engine/
- /engine/reference/commandline/engine_activate/ - /engine/reference/commandline/engine_activate/

View File

@ -2,7 +2,7 @@
title: "dockerd" title: "dockerd"
description: "The daemon command description and usage" description: "The daemon command description and usage"
keywords: "container, daemon, runtime" keywords: "container, daemon, runtime"
redirect_from: aliases:
- /engine/reference/commandline/daemon/ - /engine/reference/commandline/daemon/
--- ---

View File

@ -1,7 +1,7 @@
--- ---
description: "Configure containers at runtime" description: "Configure containers at runtime"
keywords: "docker, run, configure, runtime" keywords: "docker, run, configure, runtime"
redirect_from: aliases:
- /reference/run/ - /reference/run/
--- ---