Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/05-bestPractice/08FAQ.md → docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 99
slug: /faq/
---

# 常见问题解答

以下是关于RocketMQ项目的常见问题
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 99
slug: /faq/
---

# FAQs

The following are frequently asked questions about the RocketMQ project
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 99
slug: /faq/
---

# FAQs

Common questions about the RocketMQ project:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 99
slug: /faq/
---

# 常见问题解答

以下是关于RocketMQ项目的常见问题
Expand Down
Loading