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 064af06 docs(external-plugin): add a link to javascript plugin runner
(#5110)
064af06 is described below
commit 064af069ab721221000e32c189b655f2d6456993
Author: Zeno Zeng <[email protected]>
AuthorDate: Wed Sep 22 08:49:07 2021 +0800
docs(external-plugin): add a link to javascript plugin runner (#5110)
---
docs/en/latest/external-plugin.md | 1 +
docs/zh/latest/external-plugin.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/en/latest/external-plugin.md
b/docs/en/latest/external-plugin.md
index 9f79b2c..4c620c4 100644
--- a/docs/en/latest/external-plugin.md
+++ b/docs/en/latest/external-plugin.md
@@ -52,6 +52,7 @@ plugins. Like other plugins, they can be enabled and
reconfigured on the fly.
- 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
+- JavaScript: https://github.com/zenozeng/apisix-javascript-plugin-runner
## Configuration for plugin runner in APISIX
diff --git a/docs/zh/latest/external-plugin.md
b/docs/zh/latest/external-plugin.md
index 8ca6d8d..e02538e 100644
--- a/docs/zh/latest/external-plugin.md
+++ b/docs/zh/latest/external-plugin.md
@@ -46,6 +46,7 @@ APISIX 支持使用 Lua 语言编写插件,这种类型的插件在 APISIX 内
- 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
+- JavaScript: https://github.com/zenozeng/apisix-javascript-plugin-runner
## 在 APISIX 中配置 Plugin Runner