This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git.
from 88796f2 Update 1-Apache-ShenYu-Code-Conduct.md (#233)
add d9a400e add custom spi doc (#239)
No new revisions were added by this update.
Summary of changes:
docs/design/spi-design.md | 49 +++++++++++++
docs/developer/spi/custom-condition-match.md | 74 -------------------
docs/developer/spi/custom-match-mode.md | 75 +++++++++++++++++++
docs/developer/spi/custom-parameter-data.md | 75 +++++++++++++++++++
docs/developer/spi/custom-predicate-judge.md | 81 +++++++++++++++++++++
.../current/design/_category_.json | 2 +-
.../current/design/spi-design.md | 42 +++++++++++
.../current/developer/spi/_category_.json | 2 +-
.../developer/spi/custom-condition-match.md | 73 -------------------
.../current/developer/spi/custom-match-mode.md | 72 ++++++++++++++++++
.../current/developer/spi/custom-parameter-data.md | 71 ++++++++++++++++++
.../developer/spi/custom-predicate-judge.md | 75 +++++++++++++++++++
.../version-2.4.0/design/_category_.json | 2 +-
.../version-2.4.0/design/spi-design.md | 42 +++++++++++
.../version-2.4.0/developer/spi/_category_.json | 2 +-
.../developer/spi/custom-condition-match.md | 73 -------------------
.../developer/spi/custom-match-mode.md | 72 ++++++++++++++++++
.../developer/spi/custom-parameter-data.md | 71 ++++++++++++++++++
.../developer/spi/custom-predicate-judge.md | 75 +++++++++++++++++++
.../img/shenyu/custom/custom_parameter_data_en.png | Bin 0 -> 81855 bytes
.../img/shenyu/custom/custom_parameter_data_zh.png | Bin 0 -> 83147 bytes
.../shenyu/custom/custom_predicate_judge_en.png | Bin 0 -> 95180 bytes
.../shenyu/custom/custom_predicate_judge_zh.png | Bin 0 -> 97230 bytes
.../shenyu/custom/use_custom_parameter_data_en.png | Bin 0 -> 83207 bytes
.../shenyu/custom/use_custom_parameter_data_zh.png | Bin 0 -> 88231 bytes
.../custom/use_custom_predicate_judge_en.png | Bin 0 -> 93031 bytes
.../custom/use_custom_predicate_judge_zh.png | Bin 0 -> 86660 bytes
versioned_docs/version-2.4.0/design/spi-design.md | 49 +++++++++++++
.../developer/spi/custom-condition-match.md | 74 -------------------
.../developer/spi/custom-match-mode.md | 75 +++++++++++++++++++
.../developer/spi/custom-parameter-data.md | 75 +++++++++++++++++++
.../developer/spi/custom-predicate-judge.md | 81 +++++++++++++++++++++
32 files changed, 1084 insertions(+), 298 deletions(-)
create mode 100644 docs/design/spi-design.md
delete mode 100644 docs/developer/spi/custom-condition-match.md
create mode 100644 docs/developer/spi/custom-match-mode.md
create mode 100644 docs/developer/spi/custom-parameter-data.md
create mode 100644 docs/developer/spi/custom-predicate-judge.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/current/design/spi-design.md
delete mode 100644
i18n/zh/docusaurus-plugin-content-docs/current/developer/spi/custom-condition-match.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/current/developer/spi/custom-match-mode.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/current/developer/spi/custom-parameter-data.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/current/developer/spi/custom-predicate-judge.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/design/spi-design.md
delete mode 100644
i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/developer/spi/custom-condition-match.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/developer/spi/custom-match-mode.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/developer/spi/custom-parameter-data.md
create mode 100644
i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/developer/spi/custom-predicate-judge.md
create mode 100644 static/img/shenyu/custom/custom_parameter_data_en.png
create mode 100644 static/img/shenyu/custom/custom_parameter_data_zh.png
create mode 100644 static/img/shenyu/custom/custom_predicate_judge_en.png
create mode 100644 static/img/shenyu/custom/custom_predicate_judge_zh.png
create mode 100644 static/img/shenyu/custom/use_custom_parameter_data_en.png
create mode 100644 static/img/shenyu/custom/use_custom_parameter_data_zh.png
create mode 100644 static/img/shenyu/custom/use_custom_predicate_judge_en.png
create mode 100644 static/img/shenyu/custom/use_custom_predicate_judge_zh.png
create mode 100644 versioned_docs/version-2.4.0/design/spi-design.md
delete mode 100644
versioned_docs/version-2.4.0/developer/spi/custom-condition-match.md
create mode 100644
versioned_docs/version-2.4.0/developer/spi/custom-match-mode.md
create mode 100644
versioned_docs/version-2.4.0/developer/spi/custom-parameter-data.md
create mode 100644
versioned_docs/version-2.4.0/developer/spi/custom-predicate-judge.md