From e0db2fa4da8f4de861ff83e6f19e7e6d4251289d Mon Sep 17 00:00:00 2001 From: Wen Cheng Ma Date: Thu, 17 Dec 2015 15:40:10 +0800 Subject: [PATCH] Fix typo error and update index Signed-off-by: Wen Cheng Ma --- docs/extend/index.md | 1 + docs/extend/plugins_network.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/extend/index.md b/docs/extend/index.md index 61afb720ca..b533ea1936 100644 --- a/docs/extend/index.md +++ b/docs/extend/index.md @@ -18,4 +18,5 @@ Currently, you can extend Docker by adding a plugin. This section contains the f * [Understand Docker plugins](plugins.md) * [Write a volume plugin](plugins_volume.md) * [Write a network plugin](plugins_network.md) +* [Write an authorization plugin](authorization.md) * [Docker plugin API](plugin_api.md) diff --git a/docs/extend/plugins_network.md b/docs/extend/plugins_network.md index c33a755056..01e8089f7e 100644 --- a/docs/extend/plugins_network.md +++ b/docs/extend/plugins_network.md @@ -51,7 +51,7 @@ documented as part of libnetwork: # Related Information -To interact with the Docker maintainers and other interested users, se the IRC channel `#docker-network`. +To interact with the Docker maintainers and other interested users, see the IRC channel `#docker-network`. - [Docker networks feature overview](../userguide/networking/index.md) - The [LibNetwork](https://github.com/docker/libnetwork) project