Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #21 from xiaoyang-sde/master
Update docusaurus and add 'Core Features' subtitle
- Loading branch information
Showing
6 changed files
with
6,205 additions
and
9,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -132,3 +132,7 @@ dist | ||
.env.test.local | ||
.env.production.local | ||
tmp | ||
|
||
# Docs | ||
docs | ||
i18n/zh/docusaurus-plugin-content-docs/current |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,28 @@ | ||
# Apache EventMesh (Incubating) Site | ||
|
||
# Contact Us | ||
This repository contains the source code of [eventmesh.apache.org](https://eventmesh.apache.org). | ||
|
||
## Development Guide | ||
|
||
- Clone the repository and install the dependencies with NPM | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
- Pull the documentation from [apache/incubator-eventmesh/docs](https://github.com/apache/incubator-eventmesh/tree/master/docs) | ||
|
||
```sh | ||
npm run sync | ||
``` | ||
|
||
- Build and start the website | ||
|
||
```sh | ||
npm run build | ||
npm run serve | ||
``` | ||
|
||
## Contact Us | ||
|
||
Submit an [issue](https://github.com/apache/incubator-eventmesh/issues/new/choose) by using [INFRA] as title prefix. |
Oops, something went wrong.