This is an automated email from the ASF dual-hosted git repository.

RongtongJin 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 927d0f200c Move FAQ docs to stable top-level path with legacy redirect 
(#784)
927d0f200c is described below

commit 927d0f200c7bd94bf7c36890c9ee01026b3c88a7
Author: majialong <[email protected]>
AuthorDate: Fri May 29 10:17:40 2026 +0800

    Move FAQ docs to stable top-level path with legacy redirect (#784)
    
    Co-authored-by: majialong <[email protected]>
---
 docs/{05-bestPractice/08FAQ.md => FAQ.md}                            | 5 +++++
 docusaurus.config.js                                                 | 4 ++--
 .../current/{05-bestPractice/08FAQ.md => FAQ.md}                     | 5 +++++
 .../version-5.0/{06-bestPractice/09FAQ.md => FAQ.md}                 | 5 +++++
 versioned_docs/version-5.0/{06-bestPractice/09FAQ.md => FAQ.md}      | 5 +++++
 5 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/docs/05-bestPractice/08FAQ.md b/docs/FAQ.md
similarity index 98%
rename from docs/05-bestPractice/08FAQ.md
rename to docs/FAQ.md
index d2171f5d62..052086892b 100644
--- a/docs/05-bestPractice/08FAQ.md
+++ b/docs/FAQ.md
@@ -1,3 +1,8 @@
+---
+sidebar_position: 99
+slug: /faq/
+---
+
 # 常见问题解答
 
 以下是关于RocketMQ项目的常见问题
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 77f6055942..17f2f82aff 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -203,8 +203,8 @@ const darkCodeTheme = 
require("prism-react-renderer/themes/dracula");
               to: '/docs/bestPractice/07JVMOS'
             },
             {
-              from: '/docs/faq/',
-              to: '/docs/bestPractice/09FAQ'
+              from: '/docs/bestPractice/06FAQ',
+              to: '/docs/faq/'
             },
             {
               from: '/docs/logappender-example/',
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/08FAQ.md 
b/i18n/en/docusaurus-plugin-content-docs/current/FAQ.md
similarity index 99%
rename from 
i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/08FAQ.md
rename to i18n/en/docusaurus-plugin-content-docs/current/FAQ.md
index 433c14b632..c4eb643eca 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/08FAQ.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/FAQ.md
@@ -1,3 +1,8 @@
+---
+sidebar_position: 99
+slug: /faq/
+---
+
 # FAQs
 
 The following are frequently asked questions about the RocketMQ project
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/09FAQ.md 
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/FAQ.md
similarity index 99%
rename from 
i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/09FAQ.md
rename to i18n/en/docusaurus-plugin-content-docs/version-5.0/FAQ.md
index ebac061bca..25d5d628f0 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/09FAQ.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-5.0/FAQ.md
@@ -1,3 +1,8 @@
+---
+sidebar_position: 99
+slug: /faq/
+---
+
 # FAQs
 
 Common questions about the RocketMQ project:
diff --git a/versioned_docs/version-5.0/06-bestPractice/09FAQ.md 
b/versioned_docs/version-5.0/FAQ.md
similarity index 98%
rename from versioned_docs/version-5.0/06-bestPractice/09FAQ.md
rename to versioned_docs/version-5.0/FAQ.md
index a1fff00116..bb45d76262 100644
--- a/versioned_docs/version-5.0/06-bestPractice/09FAQ.md
+++ b/versioned_docs/version-5.0/FAQ.md
@@ -1,3 +1,8 @@
+---
+sidebar_position: 99
+slug: /faq/
+---
+
 # 常见问题解答
 
 以下是关于RocketMQ项目的常见问题

Reply via email to