commit | bebbc355b06341e625d9bf06de603f12d9be514b | [log] [tgz] |
---|---|---|
author | wqliang <wqliang@users.noreply.github.com> | Wed May 21 17:31:57 2025 +0800 |
committer | GitHub <noreply@github.com> | Wed May 21 17:31:57 2025 +0800 |
tree | 41984a6bcdb53e60afa02e9088434f9515322d4c | |
parent | 7a6339e611ea69fd7b13e53d6be029fb83191f3c [diff] | |
parent | c0b5588539c93b4d9ab5233dba2a7bce4bc39588 [diff] |
Merge pull request #248 from xwm1992/fix-247 [Enhancement] update eventmesh architecture image
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
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.
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