This is an automated email from the ASF dual-hosted git repository.
jinrongtong 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 49431a2d7 Fix Redirect URL of Quick Start Doc (#498)
49431a2d7 is described below
commit 49431a2d79761a62368b88c18f723a848636f453
Author: Jack Tsai <[email protected]>
AuthorDate: Mon Feb 6 10:08:44 2023 +0800
Fix Redirect URL of Quick Start Doc (#498)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
docusaurus.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index d09a02bef..6536adbaf 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -174,7 +174,7 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
to: '/docs/'
},
{
- from: ['/docs/quickstart/', '/docs/quick-start'],
+ from: ['/docs/quickstart/', '/docs/quick-start',
'/docs/quickStart/02quickstart/'],
to: '/docs/quickStart/01quickstart'
},
{
@@ -240,7 +240,7 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
{
from: '/release_notes/',
to: '/release-notes'
- },
+ }
]
}
]