This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 8a262352 Update redirect links (#217)
8a262352 is described below
commit 8a26235282f9e6b3713bc54b998eb617697b12bb
Author: Jack Tsai <[email protected]>
AuthorDate: Wed Sep 7 14:48:19 2022 +0800
Update redirect links (#217)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
docusaurus.config.js | 60 ++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 56 insertions(+), 4 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 00f2dced..422a69fe 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -124,24 +124,76 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
'@docusaurus/plugin-client-redirects', {
redirects: [
{
- from: '/downloading/release',
+ from: '/downloading/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/介绍/03whatis'
},
+ {
+ from: '/docs/rmq-deployment/',
+ to: '/docs/部署与运维/15deploy'
+ },
{
from: '/docs/motivation/',
- to: `/docs/`
+ to: '/docs/'
+ },
+ {
+ from: ['/docs/quickstart/', '/docs/quick-start'],
+ to: '/docs/介绍/02quickstart'
+ },
+ {
+ from: '/docs/how-to-contribute/',
+ to: '/docs/贡献指南/29how-to-contribute'
+ },
+ {
+ from: '/docs/code-guidelines/',
+ to: '/docs/贡献指南/30code-guidelines'
+ },
+ {
+ from: '/docs/pull-request/',
+ to: '/docs/贡献指南/31pull-request'
+ },
+ {
+ from: '/docs/release-manual',
+ to: '/docs/贡献指南/32release-manual'
+ },
+ {
+ from: '/docs/cli-admin-tool/',
+ to: '/docs/部署与运维/16admintool'
+ },
+ {
+ from: '/docs/faq/',
+ to: '/docs/最佳实践/22FAQ'
},
{
- from: '/docs/quickstart/',
- to: `/docs/介绍/02quickstart`
+ from: '/docs/system-config/',
+ to: '/docs/最佳实践/19JVMOS'
}
]
}