This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new f7a2455dad fix ext-plugin doc (#1081)
f7a2455dad is described below
commit f7a2455dad4a1cc9d70dd9dd2049ff6543a9af3e
Author: xcsnx <[email protected]>
AuthorDate: Mon Aug 4 19:52:09 2025 +0800
fix ext-plugin doc (#1081)
Co-authored-by: xcsnx <‘[email protected]’>
---
docs/developer/custom-plugin.md | 2 +-
.../version-2.7.0/developer/custom-plugin.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/developer/custom-plugin.md b/docs/developer/custom-plugin.md
index 76645c8dcd..fb7f52622a 100644
--- a/docs/developer/custom-plugin.md
+++ b/docs/developer/custom-plugin.md
@@ -469,7 +469,7 @@ shenyu:
* Used `-Dplugin-ext=xxxx`, Also used `shenyu.extPlugin.path` in yaml,If
neither is configured, the `ext-lib` directory in the apache shenyu gateway
boot path will be loaded by default.
-* Priority :`-Dplugin-ext=xxxx` > `shenyu.extPlugin.path` > `ext-lib(default)`
+* Priority :`shenyu.extPlugin.path` > `-Dplugin-ext=xxxx` > `ext-lib(default)`
## Plugin jar upload
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/version-2.7.0/developer/custom-plugin.md
b/i18n/zh/docusaurus-plugin-content-docs/version-2.7.0/developer/custom-plugin.md
index 89fac1c54c..f451facdbd 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/version-2.7.0/developer/custom-plugin.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/version-2.7.0/developer/custom-plugin.md
@@ -475,7 +475,7 @@ shenyu:
* 可以使用 `-Dplugin-ext=xxxx` 指定,也可以使用
`shenyu.extPlugin.path`配置文件指定,如果都没配置,默认会加载网关启动路径下的 `ext-lib`目录。
-* 优先级 :`-Dplugin-ext=xxxx` > `shenyu.extPlugin.path` > `ext-lib(default)`
+* 优先级 :`shenyu.extPlugin.path` > `-Dplugin-ext=xxxx` > `ext-lib(default)`