Merge pull request #4641 from thaJeztah/fix_redirects

docs: update redirect metadata for hugo
This commit is contained in:
Sebastiaan van Stijn 2023-11-07 09:56:00 +01:00 committed by GitHub
commit 0ef1269630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/
--- ---