This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 8c2d7c9 docs: Missing plugins doc of apisix shown in website (#3754)
8c2d7c9 is described below
commit 8c2d7c9e0842198fdc5b1958f2c702e5e0959ada
Author: Dhawal Kamdar <[email protected]>
AuthorDate: Fri Mar 5 07:05:54 2021 +0530
docs: Missing plugins doc of apisix shown in website (#3754)
Co-authored-by: 琚致远 <[email protected]>
---
docs/en/latest/config.json | 28 ++++++++++++++++++++++------
docs/zh/latest/config.json | 28 ++++++++++++++++++++++------
2 files changed, 44 insertions(+), 12 deletions(-)
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 6e70d45..2e24ca5 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -23,7 +23,9 @@
"items": [
"plugins/batch-requests",
"plugins/serverless",
- "plugins/redirect"
+ "plugins/redirect",
+ "plugins/echo",
+ "plugins/server-info"
]
},
{
@@ -45,7 +47,8 @@
"plugins/basic-auth",
"plugins/authz-keycloak",
"plugins/wolf-rbac",
- "plugins/openid-connect"
+ "plugins/openid-connect",
+ "plugins/hmac-auth"
]
},
{
@@ -55,7 +58,8 @@
"plugins/cors",
"plugins/uri-blocker",
"plugins/ip-restriction",
- "plugins/referer-restriction"
+ "plugins/referer-restriction",
+ "plugins/consumer-restriction"
]
},
{
@@ -69,7 +73,8 @@
"plugins/request-validation",
"plugins/proxy-mirror",
"plugins/api-breaker",
- "plugins/traffic-split"
+ "plugins/traffic-split",
+ "plugins/request-id"
]
},
{
@@ -78,7 +83,8 @@
"items": [
"plugins/prometheus",
"plugins/zipkin",
- "plugins/skywalking"
+ "plugins/skywalking",
+ "plugins/node-status"
]
},
{
@@ -90,7 +96,17 @@
"plugins/kafka-logger",
"plugins/udp-logger",
"plugins/syslog",
- "plugins/log-rotate"
+ "plugins/log-rotate",
+ "plugins/error-log-logger",
+ "plugins/sls-logger"
+ ]
+ },
+ {
+ "type": "category",
+ "label": "Other Protocols",
+ "items": [
+ "plugins/dubbo-proxy",
+ "plugins/mqtt-proxy"
]
}
]
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index 8300073..29b1974 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -19,7 +19,9 @@
"items": [
"plugins/batch-requests",
"plugins/serverless",
- "plugins/redirect"
+ "plugins/redirect",
+ "plugins/echo",
+ "plugins/server-info"
]
},
{
@@ -41,7 +43,8 @@
"plugins/key-auth",
"plugins/jwt-auth",
"plugins/basic-auth",
- "plugins/openid-connect"
+ "plugins/openid-connect",
+ "plugins/hmac-auth"
]
},
{
@@ -51,7 +54,8 @@
"plugins/cors",
"plugins/uri-blocker",
"plugins/ip-restriction",
- "plugins/referer-restriction"
+ "plugins/referer-restriction",
+ "plugins/consumer-restriction"
]
},
{
@@ -65,7 +69,8 @@
"plugins/request-validation",
"plugins/proxy-mirror",
"plugins/api-breaker",
- "plugins/traffic-split"
+ "plugins/traffic-split",
+ "plugins/request-id"
]
},
{
@@ -74,7 +79,8 @@
"items": [
"plugins/prometheus",
"plugins/zipkin",
- "plugins/skywalking"
+ "plugins/skywalking",
+ "plugins/node-status"
]
},
{
@@ -86,7 +92,17 @@
"plugins/kafka-logger",
"plugins/udp-logger",
"plugins/syslog",
- "plugins/log-rotate"
+ "plugins/log-rotate",
+ "plugins/error-log-logger",
+ "plugins/sls-logger"
+ ]
+ },
+ {
+ "type": "category",
+ "label": "其它",
+ "items": [
+ "plugins/dubbo-proxy",
+ "plugins/mqtt-proxy"
]
}
]