Skip to content

Commit 69aa8b1

Browse files
authored
[ISSUE #2461]📝Add Architecture doc💫 (#2462)
1 parent 9f0b955 commit 69aa8b1

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

rocketmq-doc/_data/navigation.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ foo:
2121
# main links
2222
main:
2323
- title: "Docs"
24-
url: /docs/quick-start-guide/
24+
url: /docs/architecture/
2525
- title: "About"
2626
url: /about/
2727
# - title: "Sample Posts"
@@ -36,18 +36,18 @@ main:
3636
docs:
3737
- title: Introduction
3838
# children:
39-
# - title: "Quick-Start Guide"
40-
# url: /docs/quick-start-guide/
39+
# - title: "Architecture"
40+
# url: /docs/architecture/
4141
# - title: "Structure"
4242
# url: /docs/structure/
4343
# - title: "Installation"
4444
# url: /docs/installation/
4545
# - title: "Upgrading"
4646
# url: /docs/upgrading/
4747
- title: Getting Started
48-
# children:
49-
# - title: "Configuration"
50-
# url: /docs/configuration/
48+
children:
49+
- title: "Quick Start Guide"
50+
url: /docs/quick-start-guide/
5151
# - title: "Overriding Theme Defaults"
5252
# url: /docs/overriding-theme-defaults/
5353
# - title: "Navigation"
@@ -59,9 +59,9 @@ docs:
5959
# - title: "Layouts"
6060
# url: /docs/layouts/
6161
- title: Architecture
62-
# children:
63-
# - title: "Working with Posts"
64-
# url: /docs/posts/
62+
children:
63+
- title: "Architecture"
64+
url: /docs/architecture/
6565
# - title: "Working with Pages"
6666
# url: /docs/pages/
6767
# - title: "Working with Collections"

rocketmq-doc/_docs/01-architecture.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Architecture"
3+
permalink: /docs/architecture/
4+
excerpt: "Rocketmq rust Architecture"
5+
last_modified_at: 2025-01-02T08:48:05-04:00
6+
redirect_from:
7+
- /theme-setup/
8+
toc: true
9+
---
10+
11+
WIP

rocketmq-doc/_docs/01-quick-start-guide.md renamed to rocketmq-doc/_docs/02-quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quick-Start Guide"
2+
title: "Quick Start Guide"
33
permalink: /docs/quick-start-guide/
44
excerpt: "How to quickly install Rocketmq rust."
55
last_modified_at: 2021-06-07T08:48:05-04:00

rocketmq-doc/_pages/home.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ header:
66
overlay_color: "#5e616c"
77
overlay_image: /assets/images/header.jpg
88
actions:
9-
- label: "<i class='fas fa-download'></i> Quick Start"
9+
- label: "<i class='fa fa-rocket'></i> Quick Start"
1010
url: "/docs/quick-start-guide/"
1111
excerpt: >
1212
🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage.<br />
13-
<small><a href="https://github.com/mxsm/rocketmq-rust/releases/tag/v0.3.0">Latest release v0.3.0</a></small><br />
13+
<small><a href="https://github.com/mxsm/rocketmq-rust/releases/tag/v0.3.0">Latest release 🔖v0.3.0</a></small><br />
1414
<small><a class="github-button" href="https://github.com/mxsm/rocketmq-rust" data-icon="octicon-star" data-show-count="true" aria-label="Star mxsm/rocketmq-rust on GitHub">Star</a>
1515
<a class="github-button" href="https://github.com/mxsm/rocketmq-rust/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork mxsm/rocketmq-rust on GitHub">Fork</a>
1616
</small><br />
@@ -19,8 +19,6 @@ feature_row:
1919
alt: "customizable"
2020
title: "Faster"
2121
excerpt: "The asynchronous Tokio framework provides faster processing."
22-
image_width: "200px"
23-
image_height: "200px"
2422
- image_path: /assets/images/safe.png
2523
alt: "fully responsive"
2624
title: "Safe"

0 commit comments

Comments
 (0)