This is an automated email from the ASF dual-hosted git repository.
shuaijinchao pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git
The following commit(s) were added to refs/heads/master by this push:
new d87e9d3 docs: update plugin example document (#32)
d87e9d3 is described below
commit d87e9d3a4be7c1a412b1452a0f9465970a78947f
Author: 帅进超 <[email protected]>
AuthorDate: Thu Sep 16 10:12:00 2021 +0800
docs: update plugin example document (#32)
---
docs/en/latest/developer-guide.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/en/latest/developer-guide.md
b/docs/en/latest/developer-guide.md
index 7af45dc..79d9c4b 100644
--- a/docs/en/latest/developer-guide.md
+++ b/docs/en/latest/developer-guide.md
@@ -48,7 +48,8 @@ the `.py` files in this directory autoload
#### Plugin example
```
-/path/to/apisix-python-plugin-runner/apisix/plugin/say.py
+/path/to/apisix-python-plugin-runner/apisix/plugin/stop.py
+/path/to/apisix-python-plugin-runner/apisix/plugin/rewrite.py
```
#### Plugin Format