Apache EventMesh Website

Clone this repo:
  1. 1e9f559 Merge pull request #84 from xwm1992/update-architecture by Eason Chen · 3 weeks ago master
  2. c4065d4 update architecture pic by xwm1992 · 3 weeks ago
  3. f21994f Merge pull request #83 from mxsm/eventmesh-site-82 by Eason Chen · 3 weeks ago
  4. 57d22a1 [ISSUE #82]Remove eventmesh-site Incubating key words by mxsm · 3 weeks ago
  5. 026f2cf Merge pull request #81 from apache/qqeasonchen-patch-5 by wqliang · 5 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

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