commit | 7a6339e611ea69fd7b13e53d6be029fb83191f3c | [log] [tgz] |
---|---|---|
author | Karson <karsontao@hotmail.com> | Tue Feb 04 20:57:10 2025 +0800 |
committer | GitHub <noreply@github.com> | Tue Feb 04 20:57:10 2025 +0800 |
tree | 3632b2ac717c568ab96b17339bf9385cf16b40db | |
parent | c98dc4d8600655e267569a57162e8e765f8a3742 [diff] | |
parent | 352bdb1d54a3834e2ef46b6ed8d222e0babc07c2 [diff] |
Merge pull request #246 from cnzakii/master [DOCS] Update team member and sync roadmap
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