chenzlalvin commented on code in PR #263:
URL: https://github.com/apache/rocketmq-site/pull/263#discussion_r979910881


##########
docusaurus.config.js:
##########
@@ -124,20 +124,76 @@ const darkCodeTheme = 
require("prism-react-renderer/themes/dracula");
         '@docusaurus/plugin-client-redirects', {
           redirects: [
             {
-              from: '/downloading/release',
+              from: '/dowloading/releases/',
               to: '/download'
             },
+            {
+              from: '/year-archive/',
+              to: '/third-blog'
+            },
+            {
+              from: '/users/',
+              to: '/blog'
+            },
             {
               from: '/about/contact/',
               to: '/contact'
             },
+            {
+              from: '/about/origin/',
+              to: '/origin'
+            },
+            {
+              from: '/about/team/',
+              to: '/team'
+            },
+            {
+              from: '/about/rewards/',
+              to: '/forth-blog'
+            },
             {
               from: '/docs/rmq-arc',
               to: '/docs/领域模型/01main'
             },
+            {
+              from: '/docs/rmq-deployment/',
+              to: '/docs/部署与运维/15deploy'
+            },
             {
               from: '/docs/motivation/',
-              to: `/docs/`
+              to: '/docs/'
+            },
+            {
+              from: ['/docs/quickstart/', '/docs/quick-start'],
+              to: '/docs/介绍/02quickstart'

Review Comment:
   to: '/docs/快速入门/02quickstart'



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to