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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6e4c00a  Automated deployment: Thu Jul  8 02:50:48 UTC 2021 
807c107b7cda7e2aafc39e5dab1616dbf8539904
6e4c00a is described below

commit 6e4c00a86a095b06f689bbf8c6b9c69b9dfc74db
Author: dockerzhang <dockerzh...@users.noreply.github.com>
AuthorDate: Thu Jul 8 02:50:48 2021 +0000

    Automated deployment: Thu Jul  8 02:50:48 UTC 2021 
807c107b7cda7e2aafc39e5dab1616dbf8539904
---
 docs/en-us/modules/{console => website}/quick_start.md   | 10 +++++-----
 docs/zh-cn/modules/{console => website}/quick_start.md   | 12 ++++++------
 en-us/docs/modules/console/quick_start.json              |  6 ------
 en-us/docs/modules/{console => website}/quick_start.html |  8 ++++----
 en-us/docs/modules/website/quick_start.json              |  6 ++++++
 en-us/docs/modules/{console => website}/quick_start.md   | 10 +++++-----
 zh-cn/docs/modules/console/quick_start.json              |  6 ------
 zh-cn/docs/modules/{console => website}/quick_start.html | 10 +++++-----
 zh-cn/docs/modules/website/quick_start.json              |  6 ++++++
 zh-cn/docs/modules/{console => website}/quick_start.md   | 12 ++++++------
 10 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/docs/en-us/modules/console/quick_start.md 
b/docs/en-us/modules/website/quick_start.md
similarity index 82%
rename from docs/en-us/modules/console/quick_start.md
rename to docs/en-us/modules/website/quick_start.md
index fb6a558..fd75f06 100644
--- a/docs/en-us/modules/console/quick_start.md
+++ b/docs/en-us/modules/website/quick_start.md
@@ -1,4 +1,4 @@
-## Before
+## Environment
 
 You should check that `nodejs >= 12.0` is installed.
 
@@ -15,9 +15,7 @@ If the server runs successfully, the browser will open 
[http://localhost:8080](h
 If you edit, the page will reload.
 You will also see any lint errors in the console.
 
-### Note
-
-The start of the web server depends on the back-end server api interface.
+The start of the web server depends on the back-end server `manger api` 
interface.
 
 You should start the backend server first, and then set the variable `target` 
in `/inlong-website/src/setupProxy.js` to the address of the api service.
 
@@ -30,7 +28,9 @@ For more information, see the section on [Running 
Tests](https://create-react-ap
 
 ## Build and deploy
 
-Run `npm run build` or `yarn build`
+First, make sure that the project has run `npm install` or `yarn install` to 
install `node_modules`.
+
+Run `npm run build` or `yarn build`.
 
 Build the application for production into the build folder.
 Better page performance can be obtained in the constructed production mode.
diff --git a/docs/zh-cn/modules/console/quick_start.md 
b/docs/zh-cn/modules/website/quick_start.md
similarity index 72%
rename from docs/zh-cn/modules/console/quick_start.md
rename to docs/zh-cn/modules/website/quick_start.md
index 457c55b..d170a64 100644
--- a/docs/zh-cn/modules/console/quick_start.md
+++ b/docs/zh-cn/modules/website/quick_start.md
@@ -1,4 +1,4 @@
-## 使用前
+## 环境准备
 
 应该检查 `nodejs >= 12.0` 已经安装。
 
@@ -15,11 +15,9 @@
 如果您进行编辑,页面将重新加载。
 您还将在控制台中看到任何 lint 错误。
 
-### 注意
+web服务器的启动依赖于后端服务 `manger api` 接口。
 
-web服务器的启动依赖于后端服务器api接口。
-
-您应该先启动后端服务器,然后将`/inlong-website/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
+您应该先启动后端服务器,然后将 `/inlong-website/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
 
 ## 测试
 
@@ -30,7 +28,9 @@ web服务器的启动依赖于后端服务器api接口。
 
 ## 构建和部署
 
-运行 `npm run build` 或 `yarn build`
+首先保证项目已运行过 `npm install` 或 `yarn install` 安装了 `node_modules`。
+
+运行 `npm run build` 或 `yarn build`。
 
 将用于生产的应用程序构建到构建文件夹。
 在构建后的生产模式下可以获得较好的页面性能。
diff --git a/en-us/docs/modules/console/quick_start.json 
b/en-us/docs/modules/console/quick_start.json
deleted file mode 100644
index 4f22a0b..0000000
--- a/en-us/docs/modules/console/quick_start.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "filename": "quick_start.md",
-  "__html": "<h2>Before</h2>\n<p>You should check that <code>nodejs &gt;= 
12.0</code> is installed.</p>\n<h2>Dev</h2>\n<p>In the project, you can run 
some built-in commands:</p>\n<p>If <code>node_modules</code> is not installed, 
you should first run <code>npm install</code> or <code>yarn 
install</code>.</p>\n<p>Use <code>npm run dev</code> or <code>yarn dev</code> 
to run the application in development mode.</p>\n<p>If the server runs 
successfully, the browser will open <a href=\"http://l [...]
-  "link": "/en-us/docs/modules/console/quick_start.html",
-  "meta": {}
-}
\ No newline at end of file
diff --git a/en-us/docs/modules/console/quick_start.html 
b/en-us/docs/modules/website/quick_start.html
similarity index 96%
rename from en-us/docs/modules/console/quick_start.html
rename to en-us/docs/modules/website/quick_start.html
index 959e7d3..b4a2645 100644
--- a/en-us/docs/modules/console/quick_start.html
+++ b/en-us/docs/modules/website/quick_start.html
@@ -12,7 +12,7 @@
        <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/en-us/index.html"><a href="//www.apache.org"><img 
class="logo apache" style="width:120px" src="/img/asf_logo.svg"/></a><div 
class="logo-split"></div><img class="logo tube" 
style="width:120px;top:12px;position:absolute" src="/img/Tube 
logo.svg"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class= [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/en-us/index.html"><a href="//www.apache.org"><img 
class="logo apache" style="width:120px" src="/img/asf_logo.svg"/></a><div 
class="logo-split"></div><img class="logo tube" 
style="width:120px;top:12px;position:absolute" src="/img/Tube 
logo.svg"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class= [...]
 <p>You should check that <code>nodejs &gt;= 12.0</code> is installed.</p>
 <h2>Dev</h2>
 <p>In the project, you can run some built-in commands:</p>
@@ -21,15 +21,15 @@
 <p>If the server runs successfully, the browser will open <a 
href="http://localhost:8080";>http://localhost:8080</a> to view in the 
browser.</p>
 <p>If you edit, the page will reload.
 You will also see any lint errors in the console.</p>
-<h3>Note</h3>
-<p>The start of the web server depends on the back-end server api 
interface.</p>
+<p>The start of the web server depends on the back-end server <code>manger 
api</code> interface.</p>
 <p>You should start the backend server first, and then set the variable 
<code>target</code> in <code>/inlong-website/src/setupProxy.js</code> to the 
address of the api service.</p>
 <h2>Test</h2>
 <p>Run <code>npm test</code> or <code>yarn test</code></p>
 <p>Start the test runner in interactive observation mode.
 For more information, see the section on <a 
href="https://create-react-app.dev/docs/running-tests/";>Running Tests</a>.</p>
 <h2>Build and deploy</h2>
-<p>Run <code>npm run build</code> or <code>yarn build</code></p>
+<p>First, make sure that the project has run <code>npm install</code> or 
<code>yarn install</code> to install <code>node_modules</code>.</p>
+<p>Run <code>npm run build</code> or <code>yarn build</code>.</p>
 <p>Build the application for production into the build folder.
 Better page performance can be obtained in the constructed production mode.</p>
 <p>After the build, the code is compressed, and the file name includes the 
hash value.
diff --git a/en-us/docs/modules/website/quick_start.json 
b/en-us/docs/modules/website/quick_start.json
new file mode 100644
index 0000000..455248e
--- /dev/null
+++ b/en-us/docs/modules/website/quick_start.json
@@ -0,0 +1,6 @@
+{
+  "filename": "quick_start.md",
+  "__html": "<h2>Environment</h2>\n<p>You should check that <code>nodejs &gt;= 
12.0</code> is installed.</p>\n<h2>Dev</h2>\n<p>In the project, you can run 
some built-in commands:</p>\n<p>If <code>node_modules</code> is not installed, 
you should first run <code>npm install</code> or <code>yarn 
install</code>.</p>\n<p>Use <code>npm run dev</code> or <code>yarn dev</code> 
to run the application in development mode.</p>\n<p>If the server runs 
successfully, the browser will open <a href=\"htt [...]
+  "link": "/en-us/docs/modules/website/quick_start.html",
+  "meta": {}
+}
\ No newline at end of file
diff --git a/en-us/docs/modules/console/quick_start.md 
b/en-us/docs/modules/website/quick_start.md
similarity index 82%
rename from en-us/docs/modules/console/quick_start.md
rename to en-us/docs/modules/website/quick_start.md
index fb6a558..fd75f06 100644
--- a/en-us/docs/modules/console/quick_start.md
+++ b/en-us/docs/modules/website/quick_start.md
@@ -1,4 +1,4 @@
-## Before
+## Environment
 
 You should check that `nodejs >= 12.0` is installed.
 
@@ -15,9 +15,7 @@ If the server runs successfully, the browser will open 
[http://localhost:8080](h
 If you edit, the page will reload.
 You will also see any lint errors in the console.
 
-### Note
-
-The start of the web server depends on the back-end server api interface.
+The start of the web server depends on the back-end server `manger api` 
interface.
 
 You should start the backend server first, and then set the variable `target` 
in `/inlong-website/src/setupProxy.js` to the address of the api service.
 
@@ -30,7 +28,9 @@ For more information, see the section on [Running 
Tests](https://create-react-ap
 
 ## Build and deploy
 
-Run `npm run build` or `yarn build`
+First, make sure that the project has run `npm install` or `yarn install` to 
install `node_modules`.
+
+Run `npm run build` or `yarn build`.
 
 Build the application for production into the build folder.
 Better page performance can be obtained in the constructed production mode.
diff --git a/zh-cn/docs/modules/console/quick_start.json 
b/zh-cn/docs/modules/console/quick_start.json
deleted file mode 100644
index 530a356..0000000
--- a/zh-cn/docs/modules/console/quick_start.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "filename": "quick_start.md",
-  "__html": "<h2>使用前</h2>\n<p>应该检查 <code>nodejs &gt;= 12.0</code> 
已经安装。</p>\n<h2>开发</h2>\n<p>在新创建的项目中,您可以运行一些内置命令:</p>\n<p>如果没有安装 
<code>node_modules</code>,你应该首先运行 <code>npm install</code> 或 <code>yarn 
install</code>。</p>\n<p>使用 <code>npm run dev</code> 或 <code>yarn dev</code> 
在开发模式下运行应用程序。</p>\n<p>如果服务器运行成功,浏览器将打开 <a 
href=\"http://localhost:8080\";>http://localhost:8080</a> 
在浏览器中查看。</p>\n<p>如果您进行编辑,页面将重新加载。\n您还将在控制台中看到任何 lint 
错误。</p>\n<h3>注意</h3>\n<p>web服务器的启动依赖于后端服务器api接口。</p>\n<p>您应该先启 [...]
-  "link": "/zh-cn/docs/modules/console/quick_start.html",
-  "meta": {}
-}
\ No newline at end of file
diff --git a/zh-cn/docs/modules/console/quick_start.html 
b/zh-cn/docs/modules/website/quick_start.html
similarity index 96%
rename from zh-cn/docs/modules/console/quick_start.html
rename to zh-cn/docs/modules/website/quick_start.html
index 5f88dc1..af981f9 100644
--- a/zh-cn/docs/modules/console/quick_start.html
+++ b/zh-cn/docs/modules/website/quick_start.html
@@ -12,7 +12,7 @@
        <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><a href="//www.apache.org"><img 
class="logo apache" style="width:120px" src="/img/asf_logo.svg"/></a><div 
class="logo-split"></div><img class="logo tube" 
style="width:120px;top:12px;position:absolute" src="/img/Tube 
logo.svg"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class= [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><a href="//www.apache.org"><img 
class="logo apache" style="width:120px" src="/img/asf_logo.svg"/></a><div 
class="logo-split"></div><img class="logo tube" 
style="width:120px;top:12px;position:absolute" src="/img/Tube 
logo.svg"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class= [...]
 <p>应该检查 <code>nodejs &gt;= 12.0</code> 已经安装。</p>
 <h2>开发</h2>
 <p>在新创建的项目中,您可以运行一些内置命令:</p>
@@ -21,15 +21,15 @@
 <p>如果服务器运行成功,浏览器将打开 <a href="http://localhost:8080";>http://localhost:8080</a> 
在浏览器中查看。</p>
 <p>如果您进行编辑,页面将重新加载。
 您还将在控制台中看到任何 lint 错误。</p>
-<h3>注意</h3>
-<p>web服务器的启动依赖于后端服务器api接口。</p>
-<p>您应该先启动后端服务器,然后将<code>/inlong-website/src/setupProxy.js</code> 
中的变量<code>target</code> 设置为api服务的地址。</p>
+<p>web服务器的启动依赖于后端服务 <code>manger api</code> 接口。</p>
+<p>您应该先启动后端服务器,然后将 <code>/inlong-website/src/setupProxy.js</code> 
中的变量<code>target</code> 设置为api服务的地址。</p>
 <h2>测试</h2>
 <p>运行 <code>npm test</code> 或 <code>yarn test</code></p>
 <p>在交互式观察模式下启动测试运行器。
 有关更多信息,请参阅有关 <a 
href="https://create-react-app.dev/docs/running-tests/";>运行测试</a> 的部分。</p>
 <h2>构建和部署</h2>
-<p>运行 <code>npm run build</code> 或 <code>yarn build</code></p>
+<p>首先保证项目已运行过 <code>npm install</code> 或 <code>yarn install</code> 安装了 
<code>node_modules</code>。</p>
+<p>运行 <code>npm run build</code> 或 <code>yarn build</code>。</p>
 <p>将用于生产的应用程序构建到构建文件夹。
 在构建后的生产模式下可以获得较好的页面性能。</p>
 <p>构建后代码被压缩,文件名包括哈希值。
diff --git a/zh-cn/docs/modules/website/quick_start.json 
b/zh-cn/docs/modules/website/quick_start.json
new file mode 100644
index 0000000..7bb99a3
--- /dev/null
+++ b/zh-cn/docs/modules/website/quick_start.json
@@ -0,0 +1,6 @@
+{
+  "filename": "quick_start.md",
+  "__html": "<h2>环境准备</h2>\n<p>应该检查 <code>nodejs &gt;= 12.0</code> 
已经安装。</p>\n<h2>开发</h2>\n<p>在新创建的项目中,您可以运行一些内置命令:</p>\n<p>如果没有安装 
<code>node_modules</code>,你应该首先运行 <code>npm install</code> 或 <code>yarn 
install</code>。</p>\n<p>使用 <code>npm run dev</code> 或 <code>yarn dev</code> 
在开发模式下运行应用程序。</p>\n<p>如果服务器运行成功,浏览器将打开 <a 
href=\"http://localhost:8080\";>http://localhost:8080</a> 
在浏览器中查看。</p>\n<p>如果您进行编辑,页面将重新加载。\n您还将在控制台中看到任何 lint 
错误。</p>\n<p>web服务器的启动依赖于后端服务 <code>manger api</code> 接口。</p>\ [...]
+  "link": "/zh-cn/docs/modules/website/quick_start.html",
+  "meta": {}
+}
\ No newline at end of file
diff --git a/zh-cn/docs/modules/console/quick_start.md 
b/zh-cn/docs/modules/website/quick_start.md
similarity index 72%
rename from zh-cn/docs/modules/console/quick_start.md
rename to zh-cn/docs/modules/website/quick_start.md
index 457c55b..d170a64 100644
--- a/zh-cn/docs/modules/console/quick_start.md
+++ b/zh-cn/docs/modules/website/quick_start.md
@@ -1,4 +1,4 @@
-## 使用前
+## 环境准备
 
 应该检查 `nodejs >= 12.0` 已经安装。
 
@@ -15,11 +15,9 @@
 如果您进行编辑,页面将重新加载。
 您还将在控制台中看到任何 lint 错误。
 
-### 注意
+web服务器的启动依赖于后端服务 `manger api` 接口。
 
-web服务器的启动依赖于后端服务器api接口。
-
-您应该先启动后端服务器,然后将`/inlong-website/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
+您应该先启动后端服务器,然后将 `/inlong-website/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
 
 ## 测试
 
@@ -30,7 +28,9 @@ web服务器的启动依赖于后端服务器api接口。
 
 ## 构建和部署
 
-运行 `npm run build` 或 `yarn build`
+首先保证项目已运行过 `npm install` 或 `yarn install` 安装了 `node_modules`。
+
+运行 `npm run build` 或 `yarn build`。
 
 将用于生产的应用程序构建到构建文件夹。
 在构建后的生产模式下可以获得较好的页面性能。

Reply via email to