juzhiyuan commented on code in PR #1949: URL: https://github.com/apache/apisix-website/pull/1949#discussion_r2281117128
########## .htaccess: ########## @@ -77,6 +77,8 @@ Redirect 301 "/zh/blog/2021/11/30/use-apisix-ingress-in-kubesphere/httpbin.org/" Redirect 301 "/zh/blog/2021/08/25/Auth-with-Casbin-in-Apache-APISIX/" "/zh/blog/2021/08/18/auth-with-casbin-in-apache-apisix/" Redirect 301 "/zh/blog/2022/03/02/apisix-integration-graphql-plugin/" "/zh/blog/2022/03/02/apisix-integration-graphql/" +RedirectMatch 301 "^/docs/ingress-controller/next/(.*)$" "/docs/ingress-controller/1.8.0/$1" Review Comment: In Docusaurus version management, my understanding is that **Next** refers to the **latest unreleased content**. According to the current PR modification, when users access the **Next** directory, they will be redirected to **version 1.8.x**, which causes a conflict. I can accept this modification by hidding "Next" from the version options. (If @bzp2010 @kayx23 @moonming accept the current modification, then it's okay) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org