docs: fix English docs (#629)

* fix: word format

* fix: Remove duplicate words
2 files changed
tree: 26a78ef88e1fbed756e2125177151ca63d4c32b8
  1. .github/
  2. blog/
  3. docs/
  4. events/
  5. i18n/
  6. news/
  7. release-notes/
  8. src/
  9. static/
  10. versioned_docs/
  11. versioned_sidebars/
  12. .asf.yaml
  13. .gitignore
  14. .htaccess
  15. .travis.yml
  16. babel.config.js
  17. docusaurus.config.js
  18. package.json
  19. README.md
  20. sidebars.js
  21. versions.json
README.md

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.