This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push: new 471b41ba8ba docs: add redirect rules for APISIX 3.2 docs to netlify (#1923) 471b41ba8ba is described below commit 471b41ba8ba36300e8c402e71068f1901e9d253d Author: litesun <su...@apache.org> AuthorDate: Fri Jun 13 16:57:04 2025 +0800 docs: add redirect rules for APISIX 3.2 docs to netlify (#1923) --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index d16198e4eba..85a13e0558e 100644 --- a/.htaccess +++ b/.htaccess @@ -43,6 +43,8 @@ Redirect 302 "/contributor-workshop-signup" "https://docs.google.com/forms/d/1LU Redirect 302 "/guest-blog-post" "https://forms.gle/unQpSm7FyqkfaSSP8/" RedirectMatch 302 "^/docs/apisix/getting-started/$" "/docs/apisix/getting-started/README/" RedirectMatch 302 "^/zh/docs/apisix/getting-started/$" "/zh/docs/apisix/getting-started/README/" +RedirectMatch 302 "^/docs/apisix/3\.2/plugins/(.*)$" "https://apache-apisix.netlify.app/docs/apisix/3.2/plugins/$1" +RedirectMatch 302 "^/zh/docs/apisix/3\.2/plugins/(.*)$" "https://apache-apisix.netlify.app/zh/docs/apisix/3.2/plugins/$1" Redirect 301 "/docs/apisix/install" "/docs/apisix/how-to-build/" Redirect 301 "/docs/apisix/architecture-design/plugin/" "/docs/apisix/architecture-design/plugin-config/"