This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch docs-admin-api
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 915bac1 remove 443
add 7c976b5 feat(skywalking): allow destory and configure report
interval for reporter (#3925)
add 0840d0b chore: fix Markdown links in the Spanish README (#3919)
add 4c8f0f4 docs: add chinese version of dubbo-proxy.md (#3938)
add 2a79873 docs: reflect the latest state of upstream.nodes (#3945)
add dd20de2 docs(hmac-auth): fix the document link (#3949)
add c802925 docs(FAQ.md): add a configuration example in How to modify
the log level (#3936)
add ffa1a37 docs: fixed grammer in readme. (#3947)
add bad7726 test: make plugin/log-rotate.t stable (#3943)
add 562841b docs: ret_code type in plugin redirect should be integer
(#3940)
add a7e7d60 docs: update the docs of the prometheus plugin (#3494)
add 1a1d4ad Merge branch 'master' into docs-admin-api
No new revisions were added by this update.
Summary of changes:
README.md | 40 ++++-----
apisix/plugins/skywalking.lua | 17 ++++
docs/en/latest/FAQ.md | 7 +-
docs/en/latest/admin-api.md | 39 +++++----
docs/en/latest/plugins/prometheus.md | 72 +++++++++++++---
docs/en/latest/plugins/redirect.md | 2 +-
docs/en/latest/plugins/skywalking.md | 3 +-
docs/es/latest/README.md | 86 +++++++++----------
docs/zh/latest/FAQ.md | 7 +-
docs/zh/latest/README.md | 2 +-
docs/zh/latest/admin-api.md | 5 +-
docs/zh/latest/plugins/dubbo-proxy.md | 157 ++++++++++++++++++++++++++++++++++
docs/zh/latest/plugins/hmac-auth.md | 2 +-
docs/zh/latest/plugins/prometheus.md | 69 +++++++++++----
docs/zh/latest/plugins/redirect.md | 2 +-
docs/zh/latest/plugins/skywalking.md | 3 +-
t/admin/plugins-reload.t | 54 +++++++++++-
t/plugin/log-rotate.t | 2 +-
18 files changed, 445 insertions(+), 124 deletions(-)
create mode 100644 docs/zh/latest/plugins/dubbo-proxy.md