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 1f410f5167 Automated deployment: 
3abe7b7e1aaf9ee8f818ada7babf9224e5f2fe5f
1f410f5167 is described below

commit 1f410f5167caac8fcb9285b0138c206cd38ec55f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 13 04:47:42 2025 +0000

    Automated deployment: 3abe7b7e1aaf9ee8f818ada7babf9224e5f2fe5f
---
 data/doc/en-us.json                               | 2 +-
 data/doc/zh-cn.json                               | 2 +-
 pages/doc/en-us/dev/contribute/join/document.json | 7 +------
 pages/doc/zh-cn/dev/contribute/join/document.json | 7 +------
 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 +-
 17 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 6f93c76fc9..dda69211ba 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -37595,7 +37595,7 @@
     ]
   },
   {
-    "content": "Documentation Notice\nGood documentation is critical for any 
type of software. Any contribution that can improve the DolphinScheduler 
documentation is welcome.\nGet the document project\nDocumentation for the 
DolphinScheduler project is maintained in a separate git repository.\nFirst you 
need to fork the document project into your own github repository, and then 
clone the document to your local computer.\ngit clone 
https://github.com/&lt;your-github-user-name&gt;/dolphins [...]
+    "content": "Documentation Notice\nGood documentation is critical for any 
type of software. Any contribution that can improve the DolphinScheduler 
documentation is welcome.\nGet the document project\nDocumentation for the 
DolphinScheduler project is maintained in a separate git repository.\nFirst you 
need to fork the document project into your own github repository, and then 
clone the document to your local computer.\ngit clone 
https://github.com/&lt;your-github-user-name&gt;/dolphins [...]
     "version": "dev",
     "link": "/contribute/join/document",
     "title": "Documentation Notice",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 70fe7c7128..80b6be57cf 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -33299,7 +33299,7 @@
     ]
   },
   {
-    "content": "文档须知\n良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 DolphinScheduler 
文档的贡献。\n获取文档项目\nDolphinScheduler 项目的文档维护在独立的 git 仓库中。\n首先你需要先将文档项目 fork 到自己的 
github 仓库中,然后将 fork 的文档克隆到本地计算机中。\ngit clone 
https://github.com/&lt;your-github-user-name&gt;/dolphinscheduler-website\n\n文档环境\nDolphinScheduler
 网站由 docsite 提供支持。\n请确保你的 node 版本是 10+,docsite 尚不支持高于 10.x 
的版本。\n文档构建指南\n\n\n在根目录中运行 npm install 以安装依赖项。\n\n\n运行命令收集资源:2.1.运行 export 
PROTOCOL_MODE=ssh 告诉Git克隆资源,通过SSH协议而不是HTTPS协议。 2.2.运行 ./scripts/pre [...]
+    "content": "文档须知\n良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 DolphinScheduler 
文档的贡献。\n获取文档项目\nDolphinScheduler 项目的文档维护在独立的 git 仓库中。\n首先你需要先将文档项目 fork 到自己的 
github 仓库中,然后将 fork 的文档克隆到本地计算机中。\ngit clone 
https://github.com/&lt;your-github-user-name&gt;/dolphinscheduler-website\n\n文档构建指南\n\n\n在根目录中运行
 yarn 以安装依赖项。\n\n\n运行命令收集资源:2.1.运行 export PROTOCOL_MODE=ssh 
告诉Git克隆资源,通过SSH协议而不是HTTPS协议。 2.2.运行 ./scripts/prepare_docs.sh 
准备所有相关资源,关更多信息,您可以查看how prepare script work。\n\n\n在根目录下运行 yarn generate 
来格式化和准备数据 [...]
     "version": "dev",
     "link": "/contribute/join/document",
     "title": "文档须知",
diff --git a/pages/doc/en-us/dev/contribute/join/document.json 
b/pages/doc/en-us/dev/contribute/join/document.json
index 577770e95e..1d48563736 100644
--- a/pages/doc/en-us/dev/contribute/join/document.json
+++ b/pages/doc/en-us/dev/contribute/join/document.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"documentation-notice\">Documentation 
Notice</h1>\n<p>Good documentation is critical for any type of software. Any 
contribution that can improve the DolphinScheduler documentation is 
welcome.</p>\n<h3 id=\"get-the-document-project\">Get the document 
project</h3>\n<p>Documentation for the DolphinScheduler project is maintained 
in a separate <a 
href=\"https://github.com/apache/dolphinscheduler-website\";>git 
repository</a>.</p>\n<p>First you need to fork the document pr [...]
+  "__html": "<h1 id=\"documentation-notice\">Documentation 
Notice</h1>\n<p>Good documentation is critical for any type of software. Any 
contribution that can improve the DolphinScheduler documentation is 
welcome.</p>\n<h3 id=\"get-the-document-project\">Get the document 
project</h3>\n<p>Documentation for the DolphinScheduler project is maintained 
in a separate <a 
href=\"https://github.com/apache/dolphinscheduler-website\";>git 
repository</a>.</p>\n<p>First you need to fork the document pr [...]
   "location": [
     "Contribution",
     "Join",
@@ -11,11 +11,6 @@
       "children": [],
       "anchor": "get-the-document-project"
     },
-    {
-      "title": "The document environment",
-      "children": [],
-      "anchor": "the-document-environment"
-    },
     {
       "title": "Document build guide",
       "children": [],
diff --git a/pages/doc/zh-cn/dev/contribute/join/document.json 
b/pages/doc/zh-cn/dev/contribute/join/document.json
index 758ed41c12..a8c06d5ecf 100644
--- a/pages/doc/zh-cn/dev/contribute/join/document.json
+++ b/pages/doc/zh-cn/dev/contribute/join/document.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"文档须知\">文档须知</h1>\n<p>良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 
DolphinScheduler 文档的贡献。</p>\n<h3 id=\"获取文档项目\">获取文档项目</h3>\n<p>DolphinScheduler 
项目的文档维护在独立的 <a href=\"https://github.com/apache/dolphinscheduler-website\";>git 
仓库</a>中。</p>\n<p>首先你需要先将文档项目 fork 到自己的 github 仓库中,然后将 fork 
的文档克隆到本地计算机中。</p>\n<pre><code>git clone 
https://github.com/&lt;your-github-user-name&gt;/dolphinscheduler-website\n</code></pre>\n<h3
 id=\"文档环境\">文档环境</h3>\n<p>DolphinScheduler 网站由 <a href=\"https:// [...]
+  "__html": "<h1 id=\"文档须知\">文档须知</h1>\n<p>良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 
DolphinScheduler 文档的贡献。</p>\n<h3 id=\"获取文档项目\">获取文档项目</h3>\n<p>DolphinScheduler 
项目的文档维护在独立的 <a href=\"https://github.com/apache/dolphinscheduler-website\";>git 
仓库</a>中。</p>\n<p>首先你需要先将文档项目 fork 到自己的 github 仓库中,然后将 fork 
的文档克隆到本地计算机中。</p>\n<pre><code>git clone 
https://github.com/&lt;your-github-user-name&gt;/dolphinscheduler-website\n</code></pre>\n<h3
 id=\"文档构建指南\">文档构建指南</h3>\n<ol>\n<li>\n<p>在根目录中运行 <code>yarn</cod [...]
   "location": [
     "贡献指南",
     "如何参与",
@@ -11,11 +11,6 @@
       "children": [],
       "anchor": "获取文档项目"
     },
-    {
-      "title": "文档环境",
-      "children": [],
-      "anchor": "文档环境"
-    },
     {
       "title": "文档构建指南",
       "children": [],
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 286640899a..05393d8f8c 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: 03adb5b47edb39ea24d321549fa1847c
+config: 9983ded818cfad3812941f7d19dc93db
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index a4595ce308..4b635b0da1 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: 8b5118611a1658a074c7ad1fa0c5e47b
+config: a3049ffc73c0d327e4b9685949d3298e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 3a85287ff8..8c374b7b0d 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: 934aeb5dd465424e7ab8d1a9a07199ce
+config: 9c8c60a2de3488e986430a02f59eb35d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 9351b02c1e..5956d2a4f3 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: 2965aae6e383f0537cb16c6c9467531d
+config: 02ca21cae39d5f40d97c7335713a65bb
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index d75a129952..c56d63f331 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: ea83aba699791cca8630c4c1e57be228
+config: 25119ef27a5c557bd34a1bc6ce2364fa
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 408c897ee7..262c2112c4 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: bbd4353e940ea07eb47dcab95c150696
+config: c1430e78d449f34d93549c18c8b32c1c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 7cf4028a8f..28d34b075d 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: 00fdda958758fbd3eb4a90990a1cc9ef
+config: 5f6bc0eca6ec97bdfa599e28f6961e1f
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index ce688786e8..daef00f3d9 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: c767f3fbeb86b346dcac4bc3035cbb65
+config: 02d353e0fcea4d923eca86d1690c12b6
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index ad537b20b5..1beb72ec30 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: 500998ad748f0b0bf12118fac2d78f35
+config: 6840a36248107a987735b2e61330f4e3
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index bb856688a3..47afff4359 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: 8837a9cb4f265a5a911096baf808921c
+config: c36e1b9d32703fbc65f63efd8e372b20
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index a36d3472b0..78293391ec 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: 43306c991de855a6d45984e2d681d346
+config: 30d77afa43c4e6c14cd9a0b47dc999f7
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index a0683f4074..1d2576599d 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: 392af139f19ac4f3c8f8d0a8eac74add
+config: 1e41d1d54d1fe0acff3fe0b9fc85f7f8
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 63ae894fdf..66c9eb9a0d 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: a4277b7394dc4448d7fbfa8db223b584
+config: 22edca330bcfadd7e5e4b6a4187b0ef3
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to