Skip to content

Commit

Permalink
docs: fix sample configuration formatting errors (#8030)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzssangglass committed Oct 3, 2022
1 parent a45db5a commit 9a08932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/latest/plugins/ext-plugin-post-resp.md
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions docs/en/latest/plugins/ext-plugin-pre-req.md
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions docs/zh/latest/plugins/ext-plugin-post-resp.md
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions docs/zh/latest/plugins/ext-plugin-pre-req.md
Expand Up @@ -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",
Expand Down

0 comments on commit 9a08932

Please sign in to comment.