From 0bf0616efc711a9b2d283d8968ed08334d08c93d Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Tue, 18 Aug 2026 10:46:56 +0500 Subject: [PATCH] docs: say plugin config is version 1, not V0 The page title is Plugin Config Version 1 of Plugin V2, but the intro still called it V0. Match the title and the v1 media type. Signed-off-by: Dean Chen <862469039@qq.com> --- docs/extend/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extend/config.md b/docs/extend/config.md index d2472a39f41e..3fac8fecb4c3 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -4,7 +4,7 @@ keywords: "API, Usage, plugins, documentation, developer" title: Plugin Config Version 1 of Plugin V2 --- -This document outlines the format of the V0 plugin configuration. +This document outlines the format of the version 1 plugin configuration. Plugin configs describe the various constituents of a Docker engine plugin. Plugin configs can be serialized to JSON format with the following media types: @@ -15,8 +15,8 @@ Plugin configs can be serialized to JSON format with the following media types: ## Config Field Descriptions -Config provides the base accessible fields for working with V0 plugin format in -the registry. +Config provides the base accessible fields for working with the version 1 +plugin format in the registry. - `description` string