This is an automated email from the ASF dual-hosted git repository.
Yilialinn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
from fa6d9d6b8b9 fix(seo): resolve stale coverage redirects (#2123)
add bcf42c87000 fix(seo): consolidate duplicate pages and refresh
OIDC/Coraza guides (#2124)
No new revisions were added by this update.
Summary of changes:
.htaccess | 3 +
.../2022/09/09/kubernetes-ingress-with-apisix.md | 241 --------------------
.../why-is-apache-apisix-the-best-api-gateway.md | 193 ----------------
.../blog/2023/03/09/authenticate-openid-connect.md | 208 ++++++++----------
.../2023/09/08/APISIX-integrates-with-Coraza.md | 238 ++++++++++----------
blog/en/blog/2023/09/13/biweekly-report.md | 8 +-
blog/en/blog/2023/09/26/bi-weekly-report.md | 4 +-
blog/en/blog/2023/10/26/bi-weekly-report.md | 4 +-
.../2024/02/13/apisix-owasp-coraza-core-ruleset.md | 213 ------------------
.../2023/09/08/apisix-integrates-with-coraza.md | 244 +++++++++++----------
blog/zh/blog/2023/09/13/biweekly-report.md | 4 +-
blog/zh/blog/2023/09/26/bi-weekly report.md | 4 +-
blog/zh/blog/2023/10/26/bi-weekly-report.md | 4 +-
next/package.json | 2 +-
.../check-non-indexed-content-decisions.mjs | 133 +++++++++++
.../scripts/check-non-indexed-content-sitemaps.mjs | 24 ++
.../fixtures/non-indexed-content-decisions.mjs | 17 ++
.../learning-center/api-gateway-authentication.md | 2 +-
website/learning-center/api-gateway-security.md | 2 +-
19 files changed, 546 insertions(+), 1002 deletions(-)
delete mode 100644 blog/en/blog/2022/09/09/kubernetes-ingress-with-apisix.md
delete mode 100644
blog/en/blog/2022/09/13/why-is-apache-apisix-the-best-api-gateway.md
delete mode 100644 blog/en/blog/2024/02/13/apisix-owasp-coraza-core-ruleset.md
create mode 100644 next/scripts/check-non-indexed-content-decisions.mjs
create mode 100644 next/scripts/check-non-indexed-content-sitemaps.mjs
create mode 100644 next/tests/fixtures/non-indexed-content-decisions.mjs