Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.

Clone this repo:
  1. 2e875f6 Update 01RocketMQ Connect Overview.md (#639) by 小陈 · 3 days ago new-official-website
  2. 58362f9 typo: 生与云,长与云 -> 生于云,长于云 (#634) by donghui · 3 days ago
  3. 7a8039b docs: fix English docs (#629) by Ryan You · 4 weeks ago
  4. 603746f [ISSUE #7949] Fix spelling mistakes in SendResut (#630) by zzzzzhangyanqiu · 6 weeks ago
  5. 3038bbb Add end of support for 4.9.8 (#628) by rongtong · 9 weeks ago

Introduction

This project is the new official documentation site for rocketmq. This website is built using Docusaurus 2, 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

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.