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/09/03 02:18:58 UTC

[apisix] branch master updated: docs: add python plugin runner link. (#4975)

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 062f645  docs: add python plugin runner link. (#4975)
062f645 is described below

commit 062f6457d0a1b46ab820a0a650bcafb3407571c0
Author: 帅进超 <sh...@gmail.com>
AuthorDate: Fri Sep 3 10:18:52 2021 +0800

    docs: add python plugin runner link. (#4975)
---
 README.md                         | 1 +
 docs/en/latest/external-plugin.md | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2e484e9..44135df 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ The technical architecture of Apache APISIX:
   - [Apache APISIX® Website](https://github.com/apache/apisix-website/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
   - [Apache APISIX® Java Plugin Runner](https://github.com/apache/apisix-java-plugin-runner/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
   - [Apache APISIX® Go Plugin Runner](https://github.com/apache/apisix-go-plugin-runner/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
+  - [Apache APISIX® Python Plugin Runner](https://github.com/apache/apisix-python-plugin-runner/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
 
 ## Features
 
diff --git a/docs/en/latest/external-plugin.md b/docs/en/latest/external-plugin.md
index 0889b8e..9f79b2c 100644
--- a/docs/en/latest/external-plugin.md
+++ b/docs/en/latest/external-plugin.md
@@ -49,8 +49,9 @@ plugins. Like other plugins, they can be enabled and reconfigured on the fly.
 
 ## Supported plugin runners
 
-Java: https://github.com/apache/apisix-java-plugin-runner
-Go: https://github.com/apache/apisix-go-plugin-runner
+- Java: https://github.com/apache/apisix-java-plugin-runner
+- Go: https://github.com/apache/apisix-go-plugin-runner
+- Python: https://github.com/apache/apisix-python-plugin-runner
 
 ## Configuration for plugin runner in APISIX