You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2022/10/03 02:03:16 UTC

[apisix] branch master updated: docs: fix sample configuration formatting errors (#8030)

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

sylviasu 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 9a0893241 docs: fix sample configuration formatting errors (#8030)
9a0893241 is described below

commit 9a08932417e16c51bcd9ed395a4947c339176527
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Mon Oct 3 10:03:09 2022 +0800

    docs: fix sample configuration formatting errors (#8030)
---
 docs/en/latest/plugins/ext-plugin-post-resp.md | 1 +
 docs/en/latest/plugins/ext-plugin-pre-req.md   | 1 +
 docs/zh/latest/plugins/ext-plugin-post-resp.md | 1 +
 docs/zh/latest/plugins/ext-plugin-pre-req.md   | 1 +
 4 files changed, 4 insertions(+)

diff --git a/docs/en/latest/plugins/ext-plugin-post-resp.md b/docs/en/latest/plugins/ext-plugin-post-resp.md
index d47f6f2a5..caf87cda4 100644
--- a/docs/en/latest/plugins/ext-plugin-post-resp.md
+++ b/docs/en/latest/plugins/ext-plugin-post-resp.md
@@ -67,6 +67,7 @@ curl -i http://127.0.0.1:9180/apisix/admin/routes/1  -H 'X-API-KEY: edd1c9f03433
             "conf" : [
                 {"name": "ext-plugin-A", "value": "{\"enable\":\"feature\"}"}
             ]
+        }
     },
     "upstream": {
         "type": "roundrobin",
diff --git a/docs/en/latest/plugins/ext-plugin-pre-req.md b/docs/en/latest/plugins/ext-plugin-pre-req.md
index 3992d059e..909da7c15 100644
--- a/docs/en/latest/plugins/ext-plugin-pre-req.md
+++ b/docs/en/latest/plugins/ext-plugin-pre-req.md
@@ -58,6 +58,7 @@ curl -i http://127.0.0.1:9180/apisix/admin/routes/1  -H 'X-API-KEY: edd1c9f03433
             "conf" : [
                 {"name": "ext-plugin-A", "value": "{\"enable\":\"feature\"}"}
             ]
+        }
     },
     "upstream": {
         "type": "roundrobin",
diff --git a/docs/zh/latest/plugins/ext-plugin-post-resp.md b/docs/zh/latest/plugins/ext-plugin-post-resp.md
index 429e724ef..8b7c31d7a 100644
--- a/docs/zh/latest/plugins/ext-plugin-post-resp.md
+++ b/docs/zh/latest/plugins/ext-plugin-post-resp.md
@@ -68,6 +68,7 @@ curl -i http://127.0.0.1:9180/apisix/admin/routes/1  \
             "conf" : [
                 {"name": "ext-plugin-A", "value": "{\"enable\":\"feature\"}"}
             ]
+        }
     },
     "upstream": {
         "type": "roundrobin",
diff --git a/docs/zh/latest/plugins/ext-plugin-pre-req.md b/docs/zh/latest/plugins/ext-plugin-pre-req.md
index 458ecc511..e66fd36c7 100644
--- a/docs/zh/latest/plugins/ext-plugin-pre-req.md
+++ b/docs/zh/latest/plugins/ext-plugin-pre-req.md
@@ -59,6 +59,7 @@ curl -i http://127.0.0.1:9180/apisix/admin/routes/1  \
             "conf" : [
                 {"name": "ext-plugin-A", "value": "{\"enable\":\"feature\"}"}
             ]
+        }
     },
     "upstream": {
         "type": "roundrobin",