This is an automated email from the ASF dual-hosted git repository. young pushed a change to branch SkyeYoung-patch-2 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
from 88be46df2df chore add 3e5dfdff154 blog: add Tencent Timi Use Case (en) (#1914) add 4ca2bc153cb blog: add Honor use case (en) (#1913) add 370bf6b7f45 fix: disable dashboard next version doc config (#1915) add 2cd2cf8b95a fix: docs build (#1916) add 5b901373ba1 blog: add 2025 May monthly report (#1919) add 01d752bf63d fix: update commits to 39 to align with pictures and ZH-CN blog (#1920) add 71d0865c48a blog: add apisix-ai-gateway-from-cloud-native-to-ai-native (#1918) add d09d1674efb blog: add configure-apisix-in-a-single-command-with-apisix-mcp (#1921) add 471b41ba8ba docs: add redirect rules for APISIX 3.2 docs to netlify (#1923) add 80cdb638cd6 fix: metadata of configure apisix in a single command (#1924) add 6f7ed1f6860 docs: remove slack invite link (#1922) add cc76caa2432 docs: fix typo for doc sync script (#1917) add 7478242bb77 docs: release APISIX 3.13.0 (#1928) add 6d320dc99f6 blog: add 3.13.0 release notes (#1927) add 8d8c29602c3 blog: add 2025 June monthly report (#1929) add b0bcea30077 fix-release-notes-titles (#1930) add 9b103893861 Merge branch 'master' into SkyeYoung-patch-2 No new revisions were added by this update. Summary of changes: .github/workflows/deploy.yml | 6 + .gitignore | 1 + .htaccess | 2 + README.md | 4 +- ...x-honor-gateway-practice-in-massive-business.md | 460 +++++++++++++++++++++ .../07/apisix-gateway-practice-in-tencent-timi.md | 368 +++++++++++++++++ ...ix-ai-gateway-from-cloud-native-to-ai-native.md | 165 ++++++++ blog/en/blog/2025/05/30/2025-may-monthly-report.md | 88 ++++ ...e-apisix-in-a-single-command-with-apisix-mcp.md | 263 ++++++++++++ .../2025/06/27/release-apache-apisix-3.13.0.md | 134 ++++++ .../en/blog/2025/06/30/2025-june-monthly-report.md | 149 +++++++ ...x-honor-gateway-practice-in-massive-business.md | 29 +- .../07/apisix-gateway-practice-in-tencent-timi.md | 32 +- ...ix-ai-gateway-from-cloud-native-to-ai-native.md | 154 +++++++ blog/zh/blog/2025/05/30/2025-may-monthly-report.md | 80 ++++ ...e-apisix-in-a-single-command-with-apisix-mcp.md | 258 ++++++++++++ .../2025/06/27/release-apache-apisix-3.13.0.md | 134 ++++++ .../zh/blog/2025/06/30/2025-june-monthly-report.md | 147 +++++++ config/apisix-versions.js | 2 +- config/docs.js | 4 +- config/downloads.js | 6 +- doc/docs/apisix-dashboard/sidebars.json | 3 + scripts/sync-docs.js | 24 +- website/docs/general/join.md | 6 +- 24 files changed, 2483 insertions(+), 36 deletions(-) create mode 100644 blog/en/blog/2025/04/27/apisix-honor-gateway-practice-in-massive-business.md create mode 100644 blog/en/blog/2025/05/07/apisix-gateway-practice-in-tencent-timi.md create mode 100644 blog/en/blog/2025/05/29/apisix-ai-gateway-from-cloud-native-to-ai-native.md create mode 100644 blog/en/blog/2025/05/30/2025-may-monthly-report.md create mode 100644 blog/en/blog/2025/06/04/configure-apisix-in-a-single-command-with-apisix-mcp.md create mode 100644 blog/en/blog/2025/06/27/release-apache-apisix-3.13.0.md create mode 100644 blog/en/blog/2025/06/30/2025-june-monthly-report.md create mode 100644 blog/zh/blog/2025/05/29/apisix-ai-gateway-from-cloud-native-to-ai-native.md create mode 100644 blog/zh/blog/2025/05/30/2025-may-monthly-report.md create mode 100644 blog/zh/blog/2025/06/04/configure-apisix-in-a-single-command-with-apisix-mcp.md create mode 100644 blog/zh/blog/2025/06/27/release-apache-apisix-3.13.0.md create mode 100644 blog/zh/blog/2025/06/30/2025-june-monthly-report.md create mode 100644 doc/docs/apisix-dashboard/sidebars.json