From 69aa8b117359744c380b7f99efdff3e8305df10d Mon Sep 17 00:00:00 2001 From: mxsm Date: Sat, 1 Feb 2025 09:08:34 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#2461]=F0=9F=93=9DAdd=20Architecture?= =?UTF-8?q?=20doc=F0=9F=92=AB=20(#2462)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rocketmq-doc/_data/navigation.yml | 18 +++++++++--------- rocketmq-doc/_docs/01-architecture.md | 11 +++++++++++ ...-start-guide.md => 02-quick-start-guide.md} | 2 +- rocketmq-doc/_pages/home.md | 6 ++---- 4 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 rocketmq-doc/_docs/01-architecture.md rename rocketmq-doc/_docs/{01-quick-start-guide.md => 02-quick-start-guide.md} (87%) diff --git a/rocketmq-doc/_data/navigation.yml b/rocketmq-doc/_data/navigation.yml index 48737cf6..f6791f33 100644 --- a/rocketmq-doc/_data/navigation.yml +++ b/rocketmq-doc/_data/navigation.yml @@ -21,7 +21,7 @@ foo: # main links main: - title: "Docs" - url: /docs/quick-start-guide/ + url: /docs/architecture/ - title: "About" url: /about/ # - title: "Sample Posts" @@ -36,8 +36,8 @@ main: docs: - title: Introduction # children: - # - title: "Quick-Start Guide" - # url: /docs/quick-start-guide/ + # - title: "Architecture" + # url: /docs/architecture/ # - title: "Structure" # url: /docs/structure/ # - title: "Installation" @@ -45,9 +45,9 @@ docs: # - title: "Upgrading" # url: /docs/upgrading/ - title: Getting Started - # children: - # - title: "Configuration" - # url: /docs/configuration/ + children: + - title: "Quick Start Guide" + url: /docs/quick-start-guide/ # - title: "Overriding Theme Defaults" # url: /docs/overriding-theme-defaults/ # - title: "Navigation" @@ -59,9 +59,9 @@ docs: # - title: "Layouts" # url: /docs/layouts/ - title: Architecture - # children: - # - title: "Working with Posts" - # url: /docs/posts/ + children: + - title: "Architecture" + url: /docs/architecture/ # - title: "Working with Pages" # url: /docs/pages/ # - title: "Working with Collections" diff --git a/rocketmq-doc/_docs/01-architecture.md b/rocketmq-doc/_docs/01-architecture.md new file mode 100644 index 00000000..26fdef40 --- /dev/null +++ b/rocketmq-doc/_docs/01-architecture.md @@ -0,0 +1,11 @@ +--- +title: "Architecture" +permalink: /docs/architecture/ +excerpt: "Rocketmq rust Architecture" +last_modified_at: 2025-01-02T08:48:05-04:00 +redirect_from: + - /theme-setup/ +toc: true +--- + +WIP diff --git a/rocketmq-doc/_docs/01-quick-start-guide.md b/rocketmq-doc/_docs/02-quick-start-guide.md similarity index 87% rename from rocketmq-doc/_docs/01-quick-start-guide.md rename to rocketmq-doc/_docs/02-quick-start-guide.md index cb4b1d23..7ded5ce6 100644 --- a/rocketmq-doc/_docs/01-quick-start-guide.md +++ b/rocketmq-doc/_docs/02-quick-start-guide.md @@ -1,5 +1,5 @@ --- -title: "Quick-Start Guide" +title: "Quick Start Guide" permalink: /docs/quick-start-guide/ excerpt: "How to quickly install Rocketmq rust." last_modified_at: 2021-06-07T08:48:05-04:00 diff --git a/rocketmq-doc/_pages/home.md b/rocketmq-doc/_pages/home.md index d559a3e8..ebf1fa98 100644 --- a/rocketmq-doc/_pages/home.md +++ b/rocketmq-doc/_pages/home.md @@ -6,11 +6,11 @@ header: overlay_color: "#5e616c" overlay_image: /assets/images/header.jpg actions: - - label: " Quick Start" + - label: " Quick Start" url: "/docs/quick-start-guide/" excerpt: > 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage.
- Latest release v0.3.0
+ Latest release 🔖v0.3.0
Star Fork
@@ -19,8 +19,6 @@ feature_row: alt: "customizable" title: "Faster" excerpt: "The asynchronous Tokio framework provides faster processing." - image_width: "200px" - image_height: "200px" - image_path: /assets/images/safe.png alt: "fully responsive" title: "Safe"