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 46f58217ee Automated deployment: 
39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
46f58217ee is described below

commit 46f58217ee195d4093d01166d2e2ad318a07f249
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 30 05:12:39 2025 +0000

    Automated deployment: 39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
---
 data/doc/en-us.json                     | 2 +-
 pages/doc/en-us/dev/about/glossary.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 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index d13118b938..f5bb42e8e1 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -36275,7 +36275,7 @@
     ]
   },
   {
-    "content": "System Architecture Design\nBefore explaining the architecture 
of the scheduling system, let's first understand the commonly used terms of 
the\nscheduling system\n1.Glossary\nDAG: The full name is Directed Acyclic 
Graph, referred to as DAG. Task tasks in the workflow are assembled in 
the\nform of a directed acyclic graph, and topological traversal is performed 
from nodes with zero degrees of entry until\nthere are no subsequent nodes. 
Examples are as follows:\n\nProcess d [...]
+    "content": "System Architecture Design\nBefore explaining the architecture 
of the scheduling system, let's first understand the commonly used terms of 
the\nscheduling system\n1.Glossary\nDAG: The full name is Directed Acyclic 
Graph, referred to as DAG. Tasks in the workflow are assembled in the\nform of 
a directed acyclic graph, and topological traversal is performed from nodes 
with zero in-degree until\nthere are no subsequent nodes. An example is shown 
below:\n\nProcess definition: [...]
     "version": "dev",
     "link": "/about/glossary",
     "title": "System Architecture Design",
diff --git a/pages/doc/en-us/dev/about/glossary.json 
b/pages/doc/en-us/dev/about/glossary.json
index 83c87120d7..575d3a9bbb 100644
--- a/pages/doc/en-us/dev/about/glossary.json
+++ b/pages/doc/en-us/dev/about/glossary.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h2 id=\"system-architecture-design\">System Architecture 
Design</h2>\n<p>Before explaining the architecture of the scheduling system, 
let's first understand the commonly used terms of the\nscheduling 
system</p>\n<h3 id=\"1.glossary\">1.Glossary</h3>\n<p><strong>DAG:</strong> The 
full name is Directed Acyclic Graph, referred to as DAG. Task tasks in the 
workflow are assembled in the\nform of a directed acyclic graph, and 
topological traversal is performed from nodes with zer [...]
+  "__html": "<h2 id=\"system-architecture-design\">System Architecture 
Design</h2>\n<p>Before explaining the architecture of the scheduling system, 
let's first understand the commonly used terms of the\nscheduling 
system</p>\n<h3 id=\"1.glossary\">1.Glossary</h3>\n<p><strong>DAG:</strong> The 
full name is Directed Acyclic Graph, referred to as DAG. Tasks in the workflow 
are assembled in the\nform of a directed acyclic graph, and topological 
traversal is performed from nodes with zero in- [...]
   "location": [
     "About",
     "Glossary"
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 8e70ce4d2c..d1966c9e1e 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: d094c7553e927ce043e3e2b225bd15ec
+config: b31e362563287561a4cf98e80ab1e16b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 2f9b0f8a56..aec4737831 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: 0c42500af4b1f82f7238bbb9baef9327
+config: 8ce2c2a415f7a743b5aed73fc20a884e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 09124ddc8b..b557ea901d 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: d230633b05580a196f3e099dbd7ae2b2
+config: 9d2db054d6f38c35e13ebf7cd235b5f5
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 8913de2ad3..0584d21f52 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: b0a29092fe3d9a454994ac0e68141b4e
+config: b8b0db3a0bf5d13394e5c315e5a841d9
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 4b848de529..b3cb31212e 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: 8818cee19c2abdfd6abd78f2f65833a6
+config: 320f5df4d695610f5b35ecc975d8ae02
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index b6b89b792d..e1e0072626 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: f75f98f7e746404936e590288e2d8c2e
+config: 2ba72ac03454b669ba0339df6302f96f
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 2f5f51259d..e58259ada5 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: 4b05a3fe04ad4c1b00943436556d7c45
+config: 268e4fdc940f6b14d0cd67e31c7f4051
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index fc5b5b3711..29cddccdab 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: 4456a20ccd313116deceaf42cc3baf81
+config: f2c7e77cc5e1cb374490ce56e648505c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index ad4e67a913..d688fbee03 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: 3f6b3eb056a88df20da7c753a63291b5
+config: 355b2023bdf59a7322b656a7dfc522e3
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index c48beda770..d61ecf158d 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: ebaa23f2ba1d361ce44945854ccb5317
+config: e263cad8532c8363b1b85c094caaa565
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 8291b34669..74a41b630f 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: 658297b464585066a416cfe0193d6bc0
+config: d3f3447e297b5a3ffa2538dea14f0677
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 32171fab3d..c7bcbf9e8b 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: 3486c09128d76e01c6f1537acc477399
+config: 5bdf96054bc95b1fe4863a50a436d65d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 869a5b3947..8c818bccc4 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: 0d392ec8315f2f57cde2b933f90591dd
+config: 4feaaf23a6d3f1a1db8200d31e84cc66
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to