You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/11/09 07:45:29 UTC

[apisix] branch master updated: docs: prepare for the upcoming Faas plugins (#5455)

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 d16aa8e  docs: prepare for the upcoming Faas plugins (#5455)
d16aa8e is described below

commit d16aa8ec9b7d1a7745caa81d3ca07b7623121cfb
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Nov 9 15:45:01 2021 +0800

    docs: prepare for the upcoming Faas plugins (#5455)
---
 docs/en/latest/config.json | 8 +++++++-
 docs/zh/latest/config.json | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 11a284b..89236d3 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -35,7 +35,6 @@
           "label": "General",
           "items": [
             "plugins/batch-requests",
-            "plugins/serverless",
             "plugins/redirect",
             "plugins/echo",
             "plugins/gzip",
@@ -125,6 +124,13 @@
         },
         {
           "type": "category",
+          "label": "Serverless",
+          "items": [
+            "plugins/serverless"
+          ]
+        },
+        {
+          "type": "category",
           "label": "Other Protocols",
           "items": [
             "plugins/dubbo-proxy",
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index 986a74f..f2f863d 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -35,7 +35,6 @@
           "label": "General",
           "items": [
             "plugins/batch-requests",
-            "plugins/serverless",
             "plugins/redirect",
             "plugins/echo",
             "plugins/gzip",
@@ -123,6 +122,13 @@
         },
         {
           "type": "category",
+          "label": "Serverless",
+          "items": [
+            "plugins/serverless"
+          ]
+        },
+        {
+          "type": "category",
           "label": "其它",
           "items": [
             "plugins/dubbo-proxy",