Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-1771] Website readme error #181

Merged
merged 2 commits into from
Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ https://inlong.apache.org/

## Prerequisite

InLong website is powered by [docsite](https://docusaurus.io/).
If your version of docsite is less than `2.0.0`,please upgrade to `2.0.0`.
Please also make sure your node version is 14.x, versions higher than 14.x is not supported by docsite yet.
InLong website is powered by [Docusaurus](https://docusaurus.io/).
If your version of Docusaurus is less than `2.0.0`,please upgrade to `2.0.0`.
Please also make sure your node version is 14.x, versions higher than 14.x is not supported by Docusaurus yet.

## Build instruction

Expand Down Expand Up @@ -39,12 +39,12 @@ Make sure you have submit issue for tracking PR: [https://github.com/apache/incu
### Add a new article for development

1. Add new .md file under `development` or `i18n`.
2. Run docsite start locally to verify the article can be displayed correctly.
2. Run dev server locally to verify the article can be displayed correctly.
3. Send the pull request contains the *.md and development.js only.


### Add a new article for docs

1. Add new .md file under `docs` or `i18n`.
2. Run docsite start locally to verify the article can be displayed correctly.
2. Run dev server locally to verify the article can be displayed correctly.
3. Send the pull request contains the *.md and development.js only.