Skip to content

Commit 21ee268

Browse files
authored
Merge pull request #5403 from dvdksn/docs-update-titles
docs: rename plugins index file and add linkTitle
2 parents 2230089 + 0fcaffb commit 21ee268

6 files changed

Lines changed: 116 additions & 114 deletions

File tree

docs/deprecated.md

Lines changed: 108 additions & 107 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Docker Engine managed plugin system
3+
linkTitle: Docker Engine plugins
34
description: Develop and use a plugin with the managed plugin system
45
keywords: "API, Usage, plugins, documentation, developer"
56
aliases:

docs/extend/legacy_plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide"
88

99
This document describes the Docker Engine plugins generally available in Docker
1010
Engine. To view information on plugins managed by Docker,
11-
refer to [Docker Engine plugin system](index.md).
11+
refer to [Docker Engine plugin system](_index.md).
1212

1313
You can extend the capabilities of the Docker Engine by loading third-party
1414
plugins. This page explains the types of plugins and provides links to several
1515
volume and network plugins for Docker.
1616

1717
## Types of plugins
1818

19-
Plugins extend Docker's functionality. They come in specific types. For
19+
Plugins extend Docker's functionality. They come in specific types. For
2020
example, a [volume plugin](plugins_volume.md) might enable Docker
2121
volumes to persist across multiple Docker hosts and a
2222
[network plugin](plugins_network.md) might provide network plumbing.

docs/extend/plugin_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Docker plugins are out-of-process extensions which add capabilities to the
88
Docker Engine.
99

1010
This document describes the Docker Engine plugin API. To view information on
11-
plugins managed by Docker Engine, refer to [Docker Engine plugin system](index.md).
11+
plugins managed by Docker Engine, refer to [Docker Engine plugin system](_index.md).
1212

1313
This page is intended for people who want to develop their own Docker plugin.
1414
If you just want to learn about or use Docker plugins, look

docs/extend/plugins_authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases:
88

99
This document describes the Docker Engine plugins available in Docker
1010
Engine. To view information on plugins managed by Docker Engine,
11-
refer to [Docker Engine plugin system](index.md).
11+
refer to [Docker Engine plugin system](_index.md).
1212

1313
Docker's out-of-the-box authorization model is all or nothing. Any user with
1414
permission to access the Docker daemon can run any Docker client command. The

docs/extend/plugins_network.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide"
66

77
This document describes Docker Engine network driver plugins generally
88
available in Docker Engine. To view information on plugins
9-
managed by Docker Engine, refer to [Docker Engine plugin system](index.md).
9+
managed by Docker Engine, refer to [Docker Engine plugin system](_index.md).
1010

1111
Docker Engine network plugins enable Engine deployments to be extended to
1212
support a wide range of networking technologies, such as VXLAN, IPVLAN, MACVLAN
1313
or something completely different. Network driver plugins are supported via the
14-
LibNetwork project. Each plugin is implemented as a "remote driver" for
14+
LibNetwork project. Each plugin is implemented as a "remote driver" for
1515
LibNetwork, which shares plugin infrastructure with Engine. Effectively, network
1616
driver plugins are activated in the same way as other plugins, and use the same
1717
kind of protocol.
1818

1919
## Network plugins and Swarm mode
2020

2121
[Legacy plugins](legacy_plugins.md) do not work in Swarm mode. However,
22-
plugins written using the [v2 plugin system](index.md) do work in Swarm mode, as
22+
plugins written using the [v2 plugin system](_index.md) do work in Swarm mode, as
2323
long as they are installed on each Swarm worker node.
2424

2525
## Use network driver plugins

0 commit comments

Comments
 (0)