Skip to content

Commit

Permalink
doc: paraphrasing some descriptions (apache#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
neverCase authored and lingsamuel committed May 26, 2022
1 parent f5528bb commit 23baf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/latest/references/apisix_pluginconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Spec describes the desired state of an ApisixPluginConfig object.
|---------------|----------|----------------------------------------------------|
| plugins | array | A series of custom plugins that will be executed once this route rule is matched |
| plugins[].name | string | The plugin name, see [docs](http://apisix.apache.org/docs/apisix/getting-started) for learning the available plugins. |
| plugins[].enable | boolean | Whether the plugin is in use |
| plugins[].config | object | The plugin configuration, fields should be same as in APISIX. |
| plugins[].enable | boolean | Whether the plugin would be used |
| plugins[].config | object | The configuration of the plugin that must have the same fields as in APISIX. |
4 changes: 2 additions & 2 deletions docs/en/latest/references/apisix_route_v2beta3.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Meaning of each field in the spec of ApisixRoute are followed, the top level fie
| http[].backends[].subset | string | Subset specifies a subset for the target Service. The subset should be pre-definedin ApisixUpstream about this service.
| http[].plugins | array | A series of APISIX plugins that will be executed once this route rule is matched |
| http[].plugins[].name | string | The plugin name, see [docs](http://apisix.apache.org/docs/apisix/getting-started) for learning the available plugins.
| http[].plugins[].enable | boolean | Whether the plugin is in use |
| http[].plugins[].config | object | The plugin configuration, fields should be same as in APISIX. |
| http[].plugins[].enable | boolean | Whether the plugin would be used |
| http[].plugins[].config | object | The configuration of the plugin that must have the same fields as in APISIX. |
| http[].websocket | boolean | Whether enable websocket proxy. |
| stream | array | ApisixRoutes' stream route rules, which contains TCP or UDP rules.|
| stream[].protocol | string (required) | The protocol of rule. Support `TCP` or `UDP`|
Expand Down

0 comments on commit 23baf77

Please sign in to comment.