You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/11/09 03:28:34 UTC

[incubator-inlong-website] branch master updated: [INLONG-1771] Website readme error (#181)

This is an automated email from the ASF dual-hosted git repository.

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f6f6a86  [INLONG-1771] Website readme error (#181)
f6f6a86 is described below

commit f6f6a86c528aa9e26533dfe6bf60c79affe3d7f0
Author: Daniel <le...@outlook.com>
AuthorDate: Tue Nov 9 11:27:51 2021 +0800

    [INLONG-1771] Website readme error (#181)
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3b10566..1cd4ae6 100644
--- a/README.md
+++ b/README.md
@@ -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 
 
@@ -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.