Apache EventMesh Website

Clone this repo:
  1. f9c5d75 [ISSUE #216] Support chatGPT source connector (#215) by Jevin Jiang · 2 weeks ago master
  2. 2f0f284 Bump express from 4.18.2 to 4.19.2 (#212) by dependabot[bot] · 6 weeks ago
  3. 8bccc1e Bump follow-redirects from 1.15.5 to 1.15.6 (#210) by dependabot[bot] · 6 weeks ago
  4. ec66652 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#211) by dependabot[bot] · 6 weeks ago
  5. 0b641d7 Add convert notice (#198) by Pil0tXia · 7 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