https://github.com/apache/rocketmq-site
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://github.com/apache/rocketmq-site
cloud-native eventing hacktoberfest java messaging rocketmq streaming
Last synced: 21 days ago
JSON representation
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
- Host: GitHub
- URL: https://github.com/apache/rocketmq-site
- Owner: apache
- License: apache-2.0
- Created: 2016-12-21T08:00:06.000Z (over 8 years ago)
- Default Branch: new-official-website
- Last Pushed: 2025-05-09T09:26:44.000Z (27 days ago)
- Last Synced: 2025-05-10T17:16:41.706Z (26 days ago)
- Topics: cloud-native, eventing, hacktoberfest, java, messaging, rocketmq, streaming
- Language: JavaScript
- Homepage: https://rocketmq.apache.org/
- Size: 240 MB
- Stars: 61
- Watchers: 48
- Forks: 244
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: news/01.md
Awesome Lists containing this project
README
# Introduction
This project is the new official documentation site for rocketmq.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.For all of you who contribute documents, here are a few things to keep in mind:
1. For the person responsible for writing the documentation, the only thing you need to modify is the content under ‘/docs’. Find the document you are responsible for under ‘/docs’ and write it in markdown. The rest of the site is automatic, so please do not modify it.
2. For those who do translations, we are currently placing English documents at ‘/docs/09-English’ for the time being due to the error-prone nature of the multilingual version of the site.
3. The framework we currently use supports some nice markdown features, please refer to it and try to speak about the beautiful writing of the document.[Markdown Features](https://docusaurus.io/docs/markdown-features)
For those of you who have contributed documentation and wish to see the results after writing, please refer to the following command.
### Local Development```
$ npm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.