You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/03/17 11:00:13 UTC

[inlong-website] branch master updated: [INLONG-715][Doc] Optimize Dashboard overview document (#716)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6a1af2dbc0 [INLONG-715][Doc] Optimize Dashboard overview document (#716)
6a1af2dbc0 is described below

commit 6a1af2dbc01284873f66b2481ffbed33438aa1d0
Author: Lizhen <88...@users.noreply.github.com>
AuthorDate: Fri Mar 17 19:00:06 2023 +0800

    [INLONG-715][Doc] Optimize Dashboard overview document (#716)
---
 docs/modules/dashboard/overview.md                                    | 4 ++--
 .../current/modules/dashboard/overview.md                             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/dashboard/overview.md b/docs/modules/dashboard/overview.md
index 45469c2d83..ca7a0904a0 100644
--- a/docs/modules/dashboard/overview.md
+++ b/docs/modules/dashboard/overview.md
@@ -14,14 +14,14 @@ If `node_modules` is not installed, you should first run `npm install` or `yarn
 
 Use `npm run dev` or `yarn dev` to run the application in development mode.
 
-If the server runs successfully, the browser will open [http://localhost:8080](http://localhost:8080) to view in the browser.
+If the server runs successfully, the browser will open [http://localhost:5173](http://localhost:5173) to view in the browser.
 
 If you edit, the page will reload.
 You will also see any lint errors in the console.
 
 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-dashboard/src/setupProxy.js` to the address of the api service.
+You should start the backend server first, and then set the variable `target` in `/inlong-dashboard/vite.config.ts` to the address of the api service.
 
 ### Test
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md
index c02984d098..9234e8e039 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md
@@ -15,14 +15,14 @@ Dashboard 是 [Apache InLong](https://github.com/apache/inlong)的管控端。
 
 使用 `npm run dev` 或 `yarn dev` 在开发模式下运行应用程序。
 
-如果服务器运行成功,浏览器将打开 [http://localhost:8080](http://localhost:8080) 在浏览器中查看。
+如果服务器运行成功,浏览器将打开 [http://localhost:5173](http://localhost:5173) 在浏览器中查看。
 
 如果您进行编辑,页面将重新加载。
 您还将在控制台中看到任何 lint 错误。
 
 web服务器的启动依赖于后端服务 `manger api` 接口。
 
-您应该先启动后端服务器,然后将 `/inlong-dashboard/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
+您应该先启动后端服务器,然后将 `/inlong-dashboard/vite.config.ts` 中的变量`target` 设置为api服务的地址。
 
 ### 测试