Apache EventMesh Website

Clone this repo:
  1. 8785460 [ISSUE #253] docs: fix SPI storage plugin example- #253 by MajorHe1 · 5 hours ago master
  2. 96a4b75 [ISSUE #4651] [Doc] Add WeChat connector documentation by MajorHe1 · 6 hours ago
  3. df4eb33 [Doc] Add WeChat connector documentation by Abdullah · 3 days ago
  4. e650924 fix: correct reverse arrow direction on architecture diagram bidirectional links (#258) by Eason Chen · 8 weeks ago
  5. 4b7f957 docs: update homepage architecture diagram to unified CloudEvents-over-MQ design (#257) by Eason Chen · 8 weeks ago

Apache EventMesh Website

Development

Clone and install dependencies:

git clone git@github.com:apache/eventmesh-site.git
cd eventmesh-site

npm install

Preview the website in development mode:

# Start the website with English documentations
npm run start -- --locale en

# Start the website with Chinese documentations
npm run start -- --locale zh

Build and view the website:

npm run build

npm run serve

Check contents style

Before you commit your changes, you can check the style of the contents by running the following command:

$ npm run autocorrect --lint

And then follow the instructions to fix the style issues.

Sync Documentation from apache/eventmesh

The npm run fetch script (scripts/fetch.ts) clones the apache/eventmesh repository and copies the documentations to docs and i18n/zh/docusaurus-plugin-content-docs. To update the documentation, please create a pull request in the apache/eventmesh repository.

npm run fetch

npm run start -- --locale en