Skip to content

[ISSUE #2461]📝Add Architecture doc💫 #2462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2025
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
18 changes: 9 additions & 9 deletions rocketmq-doc/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -36,18 +36,18 @@ 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"
# url: /docs/installation/
# - 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"
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions rocketmq-doc/_docs/01-architecture.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 2 additions & 4 deletions rocketmq-doc/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ header:
overlay_color: "#5e616c"
overlay_image: /assets/images/header.jpg
actions:
- label: "<i class='fas fa-download'></i> Quick Start"
- label: "<i class='fa fa-rocket'></i> Quick Start"
url: "/docs/quick-start-guide/"
excerpt: >
🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage.<br />
<small><a href="https://github.com/mxsm/rocketmq-rust/releases/tag/v0.3.0">Latest release v0.3.0</a></small><br />
<small><a href="https://github.com/mxsm/rocketmq-rust/releases/tag/v0.3.0">Latest release 🔖v0.3.0</a></small><br />
<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>
<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>
</small><br />
Expand All @@ -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"
Expand Down
Loading