This is an automated email from the ASF dual-hosted git repository.

navendu 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 84f34d689 docs: shift workflow plugin to general category (#8939)
84f34d689 is described below

commit 84f34d68983dded001a5dcbb3177c00d24d0cc4c
Author: Pratyay Banerjee <[email protected]>
AuthorDate: Tue Feb 28 08:25:32 2023 +0530

    docs: shift workflow plugin to general category (#8939)
    
    Co-authored-by: 罗泽轩 <[email protected]>
    Co-authored-by: Navendu Pottekkat <[email protected]>
---
 docs/en/latest/config.json | 4 ++--
 docs/zh/latest/config.json | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 9d6d9cd3b..0109c1513 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -62,7 +62,8 @@
             "plugins/ext-plugin-pre-req",
             "plugins/ext-plugin-post-req",
             "plugins/ext-plugin-post-resp",
-            "plugins/inspect"
+            "plugins/inspect",
+            "plugins/workflow"
           ]
         },
         {
@@ -184,7 +185,6 @@
             "plugins/azure-functions",
             "plugins/openwhisk",
             "plugins/aws-lambda",
-            "plugins/workflow",
             "plugins/openfunction"
           ]
         },
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index d50f22770..cbb7bdf26 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -56,9 +56,10 @@
             "plugins/gzip",
             "plugins/real-ip",
             "plugins/server-info",
-            "plugins/ext-plugin-post-req",
             "plugins/ext-plugin-pre-req",
-            "plugins/ext-plugin-post-resp"
+            "plugins/ext-plugin-post-req",
+            "plugins/ext-plugin-post-resp",
+            "plugins/workflow"
           ]
         },
         {
@@ -178,7 +179,6 @@
             "plugins/azure-functions",
             "plugins/openwhisk",
             "plugins/aws-lambda",
-            "plugins/workflow",
             "plugins/openfunction"
           ]
         },

Reply via email to