From 3205338310e3c6e69c0659285461f65ce1b6f7af Mon Sep 17 00:00:00 2001 From: mxsm Date: Wed, 5 Feb 2025 22:38:16 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#2524]=F0=9F=93=9DUpdate=20website=20d?= =?UTF-8?q?oc=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rocketmq-doc/_docs/01-architecture.md | 3 ++- rocketmq-doc/_docs/01-run-rocketmq-rust-docker.md | 3 ++- rocketmq-doc/_docs/01-run-rocketmq-rust-k8s.md | 3 ++- rocketmq-doc/_docs/01-run-rocketmq-rust-locally.md | 3 ++- rocketmq-doc/_docs/01-what-is-rocketmq-rust.md | 3 ++- rocketmq-doc/_docs/02-components.md | 3 ++- rocketmq-doc/_docs/02-quick-start-guide.md | 3 ++- rocketmq-doc/_docs/19-contribute-guide.md | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/rocketmq-doc/_docs/01-architecture.md b/rocketmq-doc/_docs/01-architecture.md index 26fdef40..3d0124bd 100644 --- a/rocketmq-doc/_docs/01-architecture.md +++ b/rocketmq-doc/_docs/01-architecture.md @@ -5,7 +5,8 @@ excerpt: "Rocketmq rust Architecture" last_modified_at: 2025-01-02T08:48:05-04:00 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- WIP diff --git a/rocketmq-doc/_docs/01-run-rocketmq-rust-docker.md b/rocketmq-doc/_docs/01-run-rocketmq-rust-docker.md index d3967939..ce45361f 100644 --- a/rocketmq-doc/_docs/01-run-rocketmq-rust-docker.md +++ b/rocketmq-doc/_docs/01-run-rocketmq-rust-docker.md @@ -5,7 +5,8 @@ excerpt: "Run RocketMQ Rust locally" last_modified_at: 2025-02-01T08:48:05-04:00 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- WIP diff --git a/rocketmq-doc/_docs/01-run-rocketmq-rust-k8s.md b/rocketmq-doc/_docs/01-run-rocketmq-rust-k8s.md index 00173172..133ad98e 100644 --- a/rocketmq-doc/_docs/01-run-rocketmq-rust-k8s.md +++ b/rocketmq-doc/_docs/01-run-rocketmq-rust-k8s.md @@ -5,7 +5,8 @@ excerpt: "Run RocketMQ Rust with Kubernetes" last_modified_at: 2025-02-01T08:48:05-04:00 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- WIP diff --git a/rocketmq-doc/_docs/01-run-rocketmq-rust-locally.md b/rocketmq-doc/_docs/01-run-rocketmq-rust-locally.md index 19fbc1de..52a6d9cc 100644 --- a/rocketmq-doc/_docs/01-run-rocketmq-rust-locally.md +++ b/rocketmq-doc/_docs/01-run-rocketmq-rust-locally.md @@ -5,7 +5,8 @@ excerpt: "Run RocketMQ Rust locally" last_modified_at: 2025-02-01T08:48:05-04:00 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- WIP diff --git a/rocketmq-doc/_docs/01-what-is-rocketmq-rust.md b/rocketmq-doc/_docs/01-what-is-rocketmq-rust.md index 327ab9de..c68f5442 100644 --- a/rocketmq-doc/_docs/01-what-is-rocketmq-rust.md +++ b/rocketmq-doc/_docs/01-what-is-rocketmq-rust.md @@ -5,7 +5,8 @@ excerpt: "Rocketmq rust Architecture" last_modified_at: 2025-02-02T23:24 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- ## **What is RocketMQ-Rust?** diff --git a/rocketmq-doc/_docs/02-components.md b/rocketmq-doc/_docs/02-components.md index 7bbbfb90..0b132857 100644 --- a/rocketmq-doc/_docs/02-components.md +++ b/rocketmq-doc/_docs/02-components.md @@ -5,7 +5,8 @@ excerpt: "Rocketmq rust Components" last_modified_at: 2025-02-01T08:48:05-04:00 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- RocketMQ is a distributed message middleware, and its core architecture consists of multiple components working together to ensure highly available and high-performance message delivery. Below is a detailed analysis of its core components and functionalities: diff --git a/rocketmq-doc/_docs/02-quick-start-guide.md b/rocketmq-doc/_docs/02-quick-start-guide.md index 7ded5ce6..1c531711 100644 --- a/rocketmq-doc/_docs/02-quick-start-guide.md +++ b/rocketmq-doc/_docs/02-quick-start-guide.md @@ -5,7 +5,8 @@ excerpt: "How to quickly install Rocketmq rust." last_modified_at: 2021-06-07T08:48:05-04:00 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- WIP diff --git a/rocketmq-doc/_docs/19-contribute-guide.md b/rocketmq-doc/_docs/19-contribute-guide.md index cfd0e17b..f4de4fa5 100644 --- a/rocketmq-doc/_docs/19-contribute-guide.md +++ b/rocketmq-doc/_docs/19-contribute-guide.md @@ -5,7 +5,8 @@ excerpt: "How to contribute to RocketMQ Rust." last_modified_at: 2025-01-30T22:48:05-23:00:05 redirect_from: - /theme-setup/ -toc: true +toc: false +classes: wide --- You can report a bug, submit a new function enhancement suggestion, or submit a pull request directly.