File tree Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 21
21
# main links
22
22
main :
23
23
- title : " Docs"
24
- url : /docs/quick-start-guide /
24
+ url : /docs/architecture /
25
25
- title : " About"
26
26
url : /about/
27
27
# - title: "Sample Posts"
@@ -36,18 +36,18 @@ main:
36
36
docs :
37
37
- title : Introduction
38
38
# children:
39
- # - title: "Quick-Start Guide "
40
- # url: /docs/quick-start-guide /
39
+ # - title: "Architecture "
40
+ # url: /docs/architecture /
41
41
# - title: "Structure"
42
42
# url: /docs/structure/
43
43
# - title: "Installation"
44
44
# url: /docs/installation/
45
45
# - title: "Upgrading"
46
46
# url: /docs/upgrading/
47
47
- 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 /
51
51
# - title: "Overriding Theme Defaults"
52
52
# url: /docs/overriding-theme-defaults/
53
53
# - title: "Navigation"
59
59
# - title: "Layouts"
60
60
# url: /docs/layouts/
61
61
- title : Architecture
62
- # children:
63
- # - title: "Working with Posts "
64
- # url: /docs/posts /
62
+ children :
63
+ - title : " Architecture "
64
+ url : /docs/architecture /
65
65
# - title: "Working with Pages"
66
66
# url: /docs/pages/
67
67
# - title: "Working with Collections"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Quick- Start Guide"
2
+ title : " Quick Start Guide"
3
3
permalink : /docs/quick-start-guide/
4
4
excerpt : " How to quickly install Rocketmq rust."
5
5
last_modified_at : 2021-06-07T08:48:05-04:00
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ header:
6
6
overlay_color : " #5e616c"
7
7
overlay_image : /assets/images/header.jpg
8
8
actions :
9
- - label : " <i class='fas fa-download '></i> Quick Start"
9
+ - label : " <i class='fa fa-rocket '></i> Quick Start"
10
10
url : " /docs/quick-start-guide/"
11
11
excerpt : >
12
12
🚀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 />
14
14
<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>
15
15
<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>
16
16
</small><br />
@@ -19,8 +19,6 @@ feature_row:
19
19
alt : " customizable"
20
20
title : " Faster"
21
21
excerpt : " The asynchronous Tokio framework provides faster processing."
22
- image_width : " 200px"
23
- image_height : " 200px"
24
22
- image_path : /assets/images/safe.png
25
23
alt : " fully responsive"
26
24
title : " Safe"
You can’t perform that action at this time.
0 commit comments