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/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3ea2941768 Automated deployment:
39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
3ea2941768 is described below
commit 3ea294176831e1076da2f526a86ed5cadc354cd1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 20 05:06:34 2025 +0000
Automated deployment: 39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
---
data/doc/en-us.json | 4 ++--
data/doc/zh-cn.json | 4 ++--
pages/doc/en-us/dev/contribute/development-environment-setup.json | 2 +-
pages/doc/en-us/dev/contribute/frontend-development.json | 2 +-
pages/doc/zh-cn/dev/contribute/development-environment-setup.json | 2 +-
pages/doc/zh-cn/dev/contribute/frontend-development.json | 2 +-
python/2.0.5/.buildinfo | 2 +-
python/2.0.6/.buildinfo | 2 +-
python/2.0.7/.buildinfo | 2 +-
python/3.0.0/.buildinfo | 2 +-
python/3.0.1/.buildinfo | 2 +-
python/3.1.0/.buildinfo | 2 +-
python/4.0.0/.buildinfo | 2 +-
python/4.0.1/.buildinfo | 2 +-
python/4.0.2/.buildinfo | 2 +-
python/4.0.3/.buildinfo | 2 +-
python/4.0.4/.buildinfo | 2 +-
python/4.1.0/.buildinfo | 2 +-
python/main/.buildinfo | 2 +-
19 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index f5bb42e8e1..731f49f1ec 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -37661,7 +37661,7 @@
]
},
{
- "content": "DolphinScheduler development\nSoftware Requirements\nBefore
setting up the DolphinScheduler development environment, please make sure you
have installed the software as below:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode:
v16.13+ (dolphinScheduler version is lower than 3.0, please install node
v12.20+)\nPnpm: v6.x\n\nClone Git Repository\nDownload the git repository
through your git management tool, here we use git-core as an example\nmkdir
dolphinscheduler\ncd dolphinscheduler [...]
+ "content": "DolphinScheduler development\nSoftware Requirements\nBefore
setting up the DolphinScheduler development environment, please make sure you
have installed the software as below:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode:
v16.0+\nPnpm: v8.0+ (Make sure pnpm is compatible with Node.js, see also:
Compatibility)\n\nClone Git Repository\nDownload the git repository through
your git management tool, here we use git-core as an example\nmkdir
dolphinscheduler\ncd dolphinscheduler\ngit [...]
"version": "dev",
"link": "/contribute/development-environment-setup",
"title": "DolphinScheduler development",
@@ -37737,7 +37737,7 @@
]
},
{
- "content": "Front-end development documentation\nTechnical selection\nVue
mvvm framework\n\nEs6 ECMAScript 6.0\n\nAns-ui Analysys-ui\n\nD3 Visual
Library Chart Library\n\nJsplumb connection plugin library\n\nLodash high
performance JavaScript utility library\n\nDevelopment environment\n\n\n\nNode
installation\nNode package download (note version v12.20.2)
https://nodejs.org/download/release/v12.20.2/\n\n\n\nFront-end project
construction\nUse the command line mode cd enter the dolp [...]
+ "content": "Front-end development documentation\nTechnical selection\nVue
mvvm framework\n\nEs6 ECMAScript 6.0\n\nAns-ui Analysys-ui\n\nD3 Visual
Library Chart Library\n\nJsplumb connection plugin library\n\nLodash high
performance JavaScript utility library\n\nDevelopment environment\n\n\n\nNode
installation\nNode package download (note version v12.20.2)
https://nodejs.org/download/release/v12.20.2/\n\n\n\nFront-end project
construction\nUse the command line mode cd enter the dolp [...]
"version": "dev",
"link": "/contribute/frontend-development",
"title": "Front-end development documentation",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 5215218b70..3579af00c7 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -33365,7 +33365,7 @@
]
},
{
- "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: v16.13+
(dolphinScheduler 版本低于 3.0, 请安装 node v12.20+)\nPnpm: v6.x\n\n克隆代码库\n通过你 git
管理工具下载 git 代码,下面以 git-core 为例\nmkdir dolphinscheduler\ncd dolphinscheduler\ngit
clone
[email protected]:apache/dolphinscheduler.git\n\n编译源码\n支持的系统:\n\nMacOS\nLinux\n\n运行
mvn clean install -Prelease
-Dmaven.test.skip=true\n代码风格\nDolphinScheduler使用Spotless检查并修复代码风格和格式问题。\n您可以执行如下的命令,Spo
[...]
+ "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: v16.0+\nPnpm: v8.0+
(请确保不同版本的pnpm与Node.js之间是相互兼容的,可参考:Compatibility)\n\n克隆代码库\n通过你 git 管理工具下载 git
代码,下面以 git-core 为例\nmkdir dolphinscheduler\ncd dolphinscheduler\ngit clone
[email protected]:apache/dolphinscheduler.git\n\n编译源码\n支持的系统:\n\nMacOS\nLinux\n\n运行
mvn clean install -Prelease
-Dmaven.test.skip=true\n代码风格\nDolphinScheduler使用Spotless检查并修复代码风格和格式问题。\n您可以执行如下的命令,
[...]
"version": "dev",
"link": "/contribute/development-environment-setup",
"title": "DolphinScheduler 开发手册",
@@ -33441,7 +33441,7 @@
]
},
{
- "content": "前端开发文档\n技术选型\nVue mvvm 框架\n\nEs6 ECMAScript 6.0\n\nAns-ui
Analysys-ui\n\nD3 可视化库图表库\n\nJsplumb 连线插件库\n\nLodash 高性能的 JavaScript
实用工具库\n\n开发环境搭建\n\n\n\nNode安装\nNode包下载 (注意版本 v12.20.2)
https://nodejs.org/download/release/v12.20.2/\n\n\n\n前端项目构建\n用命令行模式 cd 进入
dolphinscheduler-ui项目目录并执行 npm install 拉取项目依赖包\n\n如果 npm install
速度非常慢,你可以设置淘宝镜像\n\nnpm config set registry
http://registry.npmmirror.com/\n\n\n修改 dolphinscheduler-ui/.env 文件中的
API_BASE,用于跟后端交互:\n\n# 代理的接口地址(自行修改)\nAPI_ [...]
+ "content": "前端开发文档\n技术选型\nVue mvvm 框架\n\nEs6 ECMAScript 6.0\n\nAns-ui
Analysys-ui\n\nD3 可视化库图表库\n\nJsplumb 连线插件库\n\nLodash 高性能的 JavaScript
实用工具库\n\n开发环境搭建\n\n\n\nNode安装\nNode包下载 (注意版本 v12.20.2)
https://nodejs.org/download/release/v12.20.2/\n\n\n\n前端项目构建\n用命令行模式 cd 进入
dolphinscheduler-ui项目目录并执行 npm install 拉取项目依赖包\n\n如果 npm install
速度非常慢,你可以设置淘宝镜像\n\nnpm config set registry
http://registry.npmmirror.com/\n\n\n修改 dolphinscheduler-ui/.env.development
文件中的 VITE_APP_DEV_WEB_URL,用于跟后端交互:\ [...]
"version": "dev",
"link": "/contribute/frontend-development",
"title": "前端开发文档",
diff --git a/pages/doc/en-us/dev/contribute/development-environment-setup.json
b/pages/doc/en-us/dev/contribute/development-environment-setup.json
index 86333df42b..b51c0c1c91 100644
--- a/pages/doc/en-us/dev/contribute/development-environment-setup.json
+++ b/pages/doc/en-us/dev/contribute/development-environment-setup.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"dolphinscheduler-development\">DolphinScheduler
development</h1>\n<h2 id=\"software-requirements\">Software
Requirements</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a></li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
v1.8+</li>\n<li><a href=\"http://maven.apache.org/dow [...]
+ "__html": "<h1 id=\"dolphinscheduler-development\">DolphinScheduler
development</h1>\n<h2 id=\"software-requirements\">Software
Requirements</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a></li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
v1.8+</li>\n<li><a href=\"http://maven.apache.org/dow [...]
"location": [
"Contribution",
"Development Environment Setup"
diff --git a/pages/doc/en-us/dev/contribute/frontend-development.json
b/pages/doc/en-us/dev/contribute/frontend-development.json
index 1f00f4eb7a..9868cd840b 100644
--- a/pages/doc/en-us/dev/contribute/frontend-development.json
+++ b/pages/doc/en-us/dev/contribute/frontend-development.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"front-end-development-documentation\">Front-end
development documentation</h1>\n<h3 id=\"technical-selection\">Technical
selection</h3>\n<pre><code>Vue mvvm framework\n\nEs6 ECMAScript 6.0\n\nAns-ui
Analysys-ui\n\nD3 Visual Library Chart Library\n\nJsplumb connection plugin
library\n\nLodash high performance JavaScript utility
library\n</code></pre>\n<h3 id=\"development-environment\">Development
environment</h3>\n<ul>\n<li></li>\n</ul>\n<h4 id=\"node-installation\ [...]
+ "__html": "<h1 id=\"front-end-development-documentation\">Front-end
development documentation</h1>\n<h3 id=\"technical-selection\">Technical
selection</h3>\n<pre><code>Vue mvvm framework\n\nEs6 ECMAScript 6.0\n\nAns-ui
Analysys-ui\n\nD3 Visual Library Chart Library\n\nJsplumb connection plugin
library\n\nLodash high performance JavaScript utility
library\n</code></pre>\n<h3 id=\"development-environment\">Development
environment</h3>\n<ul>\n<li></li>\n</ul>\n<h4 id=\"node-installation\ [...]
"location": [
"Contribution",
"Guidelines",
diff --git a/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
b/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
index 672fd66a7e..f1c2738ce2 100644
--- a/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
+++ b/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"dolphinscheduler-开发手册\">DolphinScheduler 开发手册</h1>\n<h2
id=\"软件要求\">软件要求</h2>\n<p>在搭建 DolphinScheduler
开发环境之前请确保你已经安装以下软件:</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a></li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
v1.8+</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>:
v3.5+</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>: v16.13+
(dolphinScheduler 版本低于 3.0, 请安 [...]
+ "__html": "<h1 id=\"dolphinscheduler-开发手册\">DolphinScheduler 开发手册</h1>\n<h2
id=\"软件要求\">软件要求</h2>\n<p>在搭建 DolphinScheduler
开发环境之前请确保你已经安装以下软件:</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a></li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
v1.8+</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>:
v3.5+</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>:
v16.0+</li>\n<li><a href=\"https://pnp [...]
"location": [
"贡献指南",
"环境搭建"
diff --git a/pages/doc/zh-cn/dev/contribute/frontend-development.json
b/pages/doc/zh-cn/dev/contribute/frontend-development.json
index 524d50b258..9ba9f1c9c1 100644
--- a/pages/doc/zh-cn/dev/contribute/frontend-development.json
+++ b/pages/doc/zh-cn/dev/contribute/frontend-development.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"前端开发文档\">前端开发文档</h1>\n<h3
id=\"技术选型\">技术选型</h3>\n<pre><code>Vue mvvm 框架\n\nEs6 ECMAScript 6.0\n\nAns-ui
Analysys-ui\n\nD3 可视化库图表库\n\nJsplumb 连线插件库\n\nLodash 高性能的 JavaScript
实用工具库\n</code></pre>\n<h3
id=\"开发环境搭建\">开发环境搭建</h3>\n<ul>\n<li></li>\n</ul>\n<h4
id=\"node安装\">Node安装</h4>\n<p>Node包下载 (注意版本 v12.20.2)
<code>https://nodejs.org/download/release/v12.20.2/</code></p>\n<ul>\n<li></li>\n</ul>\n<h4
id=\"前端项目构建\">前端项目构建</h4>\n<p>用命令行模式 <code>cd</code> 进入 <code>dolphin [...]
+ "__html": "<h1 id=\"前端开发文档\">前端开发文档</h1>\n<h3
id=\"技术选型\">技术选型</h3>\n<pre><code>Vue mvvm 框架\n\nEs6 ECMAScript 6.0\n\nAns-ui
Analysys-ui\n\nD3 可视化库图表库\n\nJsplumb 连线插件库\n\nLodash 高性能的 JavaScript
实用工具库\n</code></pre>\n<h3
id=\"开发环境搭建\">开发环境搭建</h3>\n<ul>\n<li></li>\n</ul>\n<h4
id=\"node安装\">Node安装</h4>\n<p>Node包下载 (注意版本 v12.20.2)
<code>https://nodejs.org/download/release/v12.20.2/</code></p>\n<ul>\n<li></li>\n</ul>\n<h4
id=\"前端项目构建\">前端项目构建</h4>\n<p>用命令行模式 <code>cd</code> 进入 <code>dolphin [...]
"location": [
"贡献指南",
"规范",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 463188c972..d45184dc95 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 202ac24f226469b18c1ffee999247509
+config: 2913e77a558e768fcf0ca1cf05425df9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 73c89e1b1a..576a64e68d 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 2570ce0ee88043a9126c0105cbc41a42
+config: 0f140eeead57abbf641fd0b3c6defab5
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 8594bb7592..4d25aa37f6 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: b269db22b8ffab8a9a3cb11ed4b591ef
+config: f716471410ae6a05ed03d9885af11c68
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 62ec03a7e1..1c686f4735 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: a94f38c018a719b5fb6a41cd754c229c
+config: 712eccb78266fb62dacfb98aa22e16fe
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index ffa55687c8..718b39f3ac 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 2aa177ea3486a442dc2b906ab32f68df
+config: 30d3ee2b5be95f7852157260bd404cd3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 74b4116ea8..0ee6ccb93e 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 3671dbcd4679c925d7e61804cd7f39d1
+config: e88f40cea91bbd7219785ccd4e350455
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index feeba9b36a..efc13aaa6b 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 04417fc289657e66946f3bf4a23bbc63
+config: ef83febcabc7028a2793e7b14ad6769e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 260ff79c51..76f338d469 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 4c579153f3f89254323073885637e6d0
+config: 3a5477033e723eb4f6ab1574f58b30d0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index f5dd170bfd..3916e0cf40 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 4584684695f37dd7c53ac7614df6ffc9
+config: d8d1b614b679f2858a3b07909451ef7f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 35bb90839e..87d97b12f9 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 33ae22cdb0a8719c392b6d271077d6d5
+config: 19f1442a60f25765931f2fab94dc5516
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index c64323f4ef..717b9c7040 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 9999f65c64bf3702023a96de18d45f31
+config: 2dea3466ce31568075ad98c3aa946731
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 31ac410bc8..23920b9288 100644
--- a/python/4.1.0/.buildinfo
+++ b/python/4.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 150dedfc38c927d92b46b06af59d9912
+config: 7ee630f528706b2d05c4880bbd45028f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 6954f900de..804d0074c6 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: c93e95637858e52a445c2f9631df46e3
+config: dbd44d41759efdf86f9dd8220500589a
tags: 645f666f9bcd5a90fca523b33c5a78b7