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 46cb8e8734 Automated deployment: 
3ce7b145a74438dafb99913066bef683959967d4
46cb8e8734 is described below

commit 46cb8e87340d7180d158567af2a7641d17a550c1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 15 05:06:20 2024 +0000

    Automated deployment: 3ce7b145a74438dafb99913066bef683959967d4
---
 data/doc/en-us.json                                               | 4 ++--
 data/doc/zh-cn.json                                               | 2 +-
 pages/doc/en-us/dev/contribute/development-environment-setup.json | 2 +-
 pages/doc/en-us/dev/contribute/release.json                       | 2 +-
 pages/doc/zh-cn/dev/contribute/development-environment-setup.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/main/.buildinfo                                            | 2 +-
 17 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 8011babd1d..c1d181f830 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -35948,7 +35948,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.x (Currently does not 
support jdk 11)\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  [...]
+    "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.x (Currently does not 
support jdk 11)\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  [...]
     "version": "dev",
     "link": "/contribute/development-environment-setup",
     "title": "DolphinScheduler development",
@@ -36079,7 +36079,7 @@
     ]
   },
   {
-    "content": "Release Guide\nPreparation\nThis section is pre-release work, 
most of it is one-off, meaning it is only needed for your first release. If you 
have\nreleased before, then skip this section to the next.\nCheck Your 
Environment\nTo make sure you could successfully complete the release for 
DolphinScheduler, you should check your environment and make sure\nall 
conditions are met, if any or them are missing, you should install them and 
make sure them work.\n# JDK 1.8 above is r [...]
+    "content": "Release Guide\nPreparation\nThis section is pre-release work, 
most of it is one-off, meaning it is only needed for your first release. If you 
have\nreleased before, then skip this section to the next.\nCheck Your 
Environment\nTo make sure you could successfully complete the release for 
DolphinScheduler, you should check your environment and make sure\nall 
conditions are met, if any or them are missing, you should install them and 
make sure them work.\n# JDK 1.8 above is r [...]
     "version": "dev",
     "link": "/contribute/release",
     "title": "Release Guide",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index f601ae4d14..1f6ebdd9c7 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -31700,7 +31700,7 @@
     ]
   },
   {
-    "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler 
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8.x (当前暂不支持 jdk 11)\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检查并修复代码风格和格式问题 [...]
+    "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler 
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8.x (当前暂不支持 jdk 11)\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检查并修复代码风格和格式问题 [...]
     "version": "dev",
     "link": "/contribute/development-environment-setup",
     "title": "DolphinScheduler 开发手册",
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 1b3fecdcd2..8c7dedb27e 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.x (Currently does not support jdk 11)</li>\n<li> [...]
+  "__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.x (Currently does not support jdk 11)</li>\n<li> [...]
   "location": [
     "Contribution",
     "Development Environment Setup"
diff --git a/pages/doc/en-us/dev/contribute/release.json 
b/pages/doc/en-us/dev/contribute/release.json
index afeb2138e5..01d090fc88 100644
--- a/pages/doc/en-us/dev/contribute/release.json
+++ b/pages/doc/en-us/dev/contribute/release.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"release-guide\">Release Guide</h1>\n<h2 
id=\"preparation\">Preparation</h2>\n<p>This section is pre-release work, most 
of it is one-off, meaning <strong>it is only needed for your first 
release</strong>. If you have\nreleased before, then skip this section to the 
next.</p>\n<h3 id=\"check-your-environment\">Check Your Environment</h3>\n<p>To 
make sure you could successfully complete the release for DolphinScheduler, you 
should check your environment and make sure\na [...]
+  "__html": "<h1 id=\"release-guide\">Release Guide</h1>\n<h2 
id=\"preparation\">Preparation</h2>\n<p>This section is pre-release work, most 
of it is one-off, meaning <strong>it is only needed for your first 
release</strong>. If you have\nreleased before, then skip this section to the 
next.</p>\n<h3 id=\"check-your-environment\">Check Your Environment</h3>\n<p>To 
make sure you could successfully complete the release for DolphinScheduler, you 
should check your environment and make sure\na [...]
   "location": [
     "Contribution",
     "Releasing"
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 9af5ec50d0..7a442d3ca6 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.x (当前暂不支持 jdk 11)</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+ (dolphinSched [...]
+  "__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.x (当前暂不支持 jdk 11)</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+ (dolphinSched [...]
   "location": [
     "贡献指南",
     "环境搭建"
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 7d78f3fc50..ac542d1bea 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: 0d6a6b701890bff92449c4bcbba4eb72
+config: 91b5fabfce407535c23f5751f6217b62
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 5d2ec4cf34..e6c77090af 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: ca018b8e5d89063ddb855975263e333f
+config: f5de68eb6b0d154a7277a9a670a1d99a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index d21ee4cfe7..8f6c6ebfcf 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: 5dac7117bdc6744c87ce445aa50c2633
+config: dff46c6e3abfb1a839e6f4eb76e81d20
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 4c87168655..648bf011bb 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: 6de191029a3f0018dbcc48b3d30bdcbc
+config: c7642fcb91a3ab97a4a0ed1ddaeaf7ae
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index f3515cb351..2b2e4c64bf 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: d6a60c5dbac3d6dce5d738d9c100d7c7
+config: 64dd95d2a9e0cc5d4cccffa5c1cec3bb
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 4f919388d4..78d005a29e 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: 9cddbc90207d2b3d8e3df184d53cac90
+config: 8f74b6824de48e183bb4833662bd0412
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index d9efbf7854..6a4a3998f2 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: dba9e820f46b44cf026375c97bf94fe9
+config: 968c835bfc7075855b47468057b01e83
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 80dbf0cdf5..d06559e6ca 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: 6fa886089b43e506aa2e4c227569b430
+config: b41d9da37c8c7c735060c1f483396fd4
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index dcab61c937..22ac52fd9d 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: 0c6f12a2e854cedf3f21c517da8089f5
+config: dea4c0790ceb1de0db3079668b949184
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 3b2ace54b0..6594b483b3 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: 1ff8d161e616bb688d78238200215e1f
+config: 6609bc560b54731b3ef10b55233bb721
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 90b581f0a9..2b401d3423 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: 6f60488d96975c34bdd9e0257c332a32
+config: 0ee685cba239c0c3781f49a7daf1b879
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 591df04b9f..b99aa6d884 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: 22462708d0e595a40169b953553e5f6c
+config: d0fcf8e98b59a9ec00e1a3452c094341
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to