You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/04/28 01:22:04 UTC

[apisix] branch master updated (9135556e0 -> 0b7ed8b77)

This is an automated email from the ASF dual-hosted git repository.

monkeydluffy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


    from 9135556e0 feat: allow degradation (#9345)
     add 0b7ed8b77 ci: fix chinese lint action (#9379)

No new revisions were added by this update.

Summary of changes:
 .github/actions/autocorrect                          | 1 +
 .github/workflows/doc-lint.yml                       | 6 ++++--
 .gitmodules                                          | 3 +++
 docs/en/latest/getting-started/README.md             | 2 --
 docs/en/latest/getting-started/key-authentication.md | 1 +
 docs/en/latest/getting-started/load-balancing.md     | 2 ++
 docs/en/latest/plugins/forward-auth.md               | 1 -
 docs/zh/latest/discovery/dns.md                      | 2 +-
 docs/zh/latest/discovery/kubernetes.md               | 6 +++---
 docs/zh/latest/discovery/nacos.md                    | 8 ++++----
 docs/zh/latest/getting-started.md                    | 4 ++--
 docs/zh/latest/installation-guide.md                 | 4 ++--
 docs/zh/latest/plugins/authz-casdoor.md              | 2 +-
 docs/zh/latest/plugins/authz-keycloak.md             | 2 +-
 docs/zh/latest/plugins/aws-lambda.md                 | 2 +-
 docs/zh/latest/plugins/batch-requests.md             | 2 +-
 docs/zh/latest/plugins/clickhouse-logger.md          | 2 +-
 docs/zh/latest/plugins/cors.md                       | 2 +-
 docs/zh/latest/plugins/dubbo-proxy.md                | 2 +-
 docs/zh/latest/plugins/fault-injection.md            | 2 +-
 docs/zh/latest/plugins/file-logger.md                | 2 +-
 docs/zh/latest/plugins/gm.md                         | 2 +-
 docs/zh/latest/plugins/http-logger.md                | 2 +-
 docs/zh/latest/plugins/key-auth.md                   | 2 +-
 docs/zh/latest/plugins/limit-count.md                | 4 ++--
 docs/zh/latest/plugins/log-rotate.md                 | 2 +-
 docs/zh/latest/plugins/loggly.md                     | 4 ++--
 docs/zh/latest/plugins/proxy-cache.md                | 2 +-
 docs/zh/latest/plugins/redirect.md                   | 2 +-
 docs/zh/latest/plugins/request-id.md                 | 6 +++---
 docs/zh/latest/plugins/skywalking.md                 | 2 +-
 docs/zh/latest/plugins/traffic-split.md              | 2 +-
 docs/zh/latest/terminology/router.md                 | 3 +--
 docs/zh/latest/terminology/secret.md                 | 4 ++--
 docs/zh/latest/tutorials/observe-your-api.md         | 2 +-
 35 files changed, 51 insertions(+), 46 deletions(-)
 create mode 160000 .github/actions/autocorrect