From 2666562a7198b0af5a708141946688d2da41f672 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:01:13 +0000 Subject: [PATCH] autogen(docs): generate and format documentation --- docs/docs/reference/api.mdx | 11 +++++++---- spec/api.json | 4 ++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/docs/reference/api.mdx b/docs/docs/reference/api.mdx index ba2e504ffc1..841e95efe83 100644 --- a/docs/docs/reference/api.mdx +++ b/docs/docs/reference/api.mdx @@ -8005,6 +8005,7 @@ _NullTime implements sql.NullTime functionality._ } ], "Interface": { + "ProtocolScheme": "string", "Socket": "string", "Types": [ { @@ -8112,6 +8113,7 @@ _PluginConfigArgs plugin config args_ ```json { + "ProtocolScheme": "string", "Socket": "string", "Types": [ { @@ -8127,10 +8129,11 @@ _PluginConfigInterface The interface between Docker and the plugin_ #### Properties -| Name | Type | Required | Restrictions | Description | -| ------ | --------------------------------------------------- | -------- | ------------ | ----------- | -| Socket | string | true | none | socket | -| Types | [[PluginInterfaceType](#schemaplugininterfacetype)] | true | none | types | +| Name | Type | Required | Restrictions | Description | +| -------------- | --------------------------------------------------- | -------- | ------------ | ----------------------------------------------------- | +| ProtocolScheme | string | false | none | Protocol to use for clients connecting to the plugin. | +| Socket | string | true | none | socket | +| Types | [[PluginInterfaceType](#schemaplugininterfacetype)] | true | none | types | diff --git a/spec/api.json b/spec/api.json index 7bf9977283a..70e61fd4799 100755 --- a/spec/api.json +++ b/spec/api.json @@ -2105,6 +2105,10 @@ "Types" ], "properties": { + "ProtocolScheme": { + "description": "Protocol to use for clients connecting to the plugin.", + "type": "string" + }, "Socket": { "description": "socket", "type": "string"