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 0969d3e2d2 Automated deployment: 
824df2bb412e9a4815e019ca02daf203ec423454
0969d3e2d2 is described below

commit 0969d3e2d247f7394d145546c30cf858d6cd7dab
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 11 04:13:18 2023 +0000

    Automated deployment: 824df2bb412e9a4815e019ca02daf203ec423454
---
 data/doc/zh-cn.json                                     | 15 +++++++++++++--
 fetch/doc/en-us/3.1.5.json                              |  6 +++---
 fetch/doc/zh-cn/3.1.5.json                              |  6 +++---
 pages/doc/en-us/3.1.5/guide/{ => api}/healthcheck.json  |  2 +-
 pages/doc/en-us/3.1.5/guide/{ => api}/open-api.json     |  2 +-
 pages/doc/en-us/3.1.5/guide/api/pydolphinscheduler.json | 11 +++++++++++
 pages/doc/zh-cn/3.1.5/guide/{ => api}/healthcheck.json  |  2 +-
 pages/doc/zh-cn/3.1.5/guide/{ => api}/open-api.json     |  2 +-
 pages/doc/zh-cn/3.1.5/guide/api/pydolphinscheduler.json | 11 +++++++++++
 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/main/.buildinfo                                  |  2 +-
 20 files changed, 56 insertions(+), 23 deletions(-)

diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index d3883faf1d..aa18aa2557 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -16766,18 +16766,29 @@
     "content": "API 调用\n背景\n一般都是通过页面来创建项目、流程等,但是与第三方系统集成就需要通过调用 API 
来管理项目、流程。\n操作步骤\n创建 token\n\n登录调度系统,点击 &quot;安全中心&quot;,再点击左侧的 
&quot;令牌管理&quot;,点击 &quot;令牌管理&quot; 创建令牌。\n\n\n\n选择 &quot;失效时间&quot; (Token 
有效期),选择 &quot;用户&quot; (以指定的用户执行接口操作),点击 &quot;生成令牌&quot; ,拷贝 Token 字符串,然后点击 
&quot;提交&quot; 。\n\n\n使用案例\n查询项目列表信息\n\n打开 API 文档页面\n\n\n地址:http://{api server 
ip}:12345/dolphinscheduler/swagger-ui/index.html?language=zh_CN&amp;lang=cn\n\n\n\n选一个测试的接口,本次测试选取的接口是:查询所有项目\n\n\nprojects/list
 [...]
     "version": "3.1.5",
     "time": "2023-4-6",
-    "link": "/guide/open-api",
+    "link": "/guide/api/open-api",
     "title": "API 调用",
     "location": [
       "API",
       "API调用"
     ]
   },
+  {
+    "content": "PyDolphinScheduler\nPyDolphinScheduler 是 Apache 
DolphinScheduler 的 Python API,它允许您通过 Python 代码定义您的工作流,也称为 
workflow-as-codes。\n更多信息请参考PyDolphinScheduler\n",
+    "version": "3.1.5",
+    "time": "2023-4-6",
+    "link": "/guide/api/pydolphinscheduler",
+    "title": "PyDolphinScheduler",
+    "location": [
+      "API",
+      "PyDolphinScheduler"
+    ]
+  },
   {
     "content": "健康检查\n背景\n运行状况检查旨在提供一种独特的方法来检查 Dolphinscheduler 
服务的运行状况。它包括模块的运行状况,例如 DB、缓存、网络等等。\nEndpoint\nAPI-Server\ncurl --request GET 
&#x27;http://localhost:12345/dolphinscheduler/actuator/health&#x27;\n\n{&quot;status&quot;:&quot;UP&quot;,&quot;components&quot;:{&quot;db&quot;:{&quot;status&quot;:&quot;UP&quot;,&quot;details&quot;:{&quot;database&quot;:&quot;H2&quot;,&quot;validationQuery&quot;:&quot;isValid()&quot;}}}}\n\nMaster-Server\ncurl
 --request GET &#x27;http://localhost:5 [...]
     "version": "3.1.5",
     "time": "2023-4-6",
-    "link": "/guide/healthcheck",
+    "link": "/guide/api/healthcheck",
     "title": "健康检查",
     "location": [
       "API",
diff --git a/fetch/doc/en-us/3.1.5.json b/fetch/doc/en-us/3.1.5.json
index 93ae9b58b1..ba51a3fda0 100644
--- a/fetch/doc/en-us/3.1.5.json
+++ b/fetch/doc/en-us/3.1.5.json
@@ -1003,7 +1003,7 @@
           "API",
           "Open API"
         ],
-        "key": "/guide/open-api"
+        "key": "/guide/api/open-api"
       },
       {
         "title": "PyDolphinScheduler",
@@ -1012,7 +1012,7 @@
           "API",
           "PyDolphinScheduler"
         ],
-        "key": "/api_menu/pydolphinscheduler"
+        "key": "/guide/api/pydolphinscheduler"
       },
       {
         "title": "Health Check",
@@ -1021,7 +1021,7 @@
           "API",
           "Health Check"
         ],
-        "key": "/guide/healthcheck"
+        "key": "/guide/api/healthcheck"
       }
     ],
     "location": [
diff --git a/fetch/doc/zh-cn/3.1.5.json b/fetch/doc/zh-cn/3.1.5.json
index 66abdb8e69..23a2b5f74b 100644
--- a/fetch/doc/zh-cn/3.1.5.json
+++ b/fetch/doc/zh-cn/3.1.5.json
@@ -943,7 +943,7 @@
           "API",
           "API调用"
         ],
-        "key": "/guide/open-api"
+        "key": "/guide/api/open-api"
       },
       {
         "title": "PyDolphinScheduler",
@@ -952,7 +952,7 @@
           "API",
           "PyDolphinScheduler"
         ],
-        "key": "/api_menu/pydolphinscheduler"
+        "key": "/guide/api/pydolphinscheduler"
       },
       {
         "title": "健康检查",
@@ -961,7 +961,7 @@
           "API",
           "健康检查"
         ],
-        "key": "/guide/healthcheck"
+        "key": "/guide/api/healthcheck"
       }
     ],
     "location": [
diff --git a/pages/doc/en-us/3.1.5/guide/healthcheck.json 
b/pages/doc/en-us/3.1.5/guide/api/healthcheck.json
similarity index 98%
rename from pages/doc/en-us/3.1.5/guide/healthcheck.json
rename to pages/doc/en-us/3.1.5/guide/api/healthcheck.json
index fc19c077a6..8de6cc0d63 100644
--- a/pages/doc/en-us/3.1.5/guide/healthcheck.json
+++ b/pages/doc/en-us/3.1.5/guide/api/healthcheck.json
@@ -60,5 +60,5 @@
     }
   ],
   "title": "Health Check",
-  "link": "/guide/healthcheck"
+  "link": "/guide/api/healthcheck"
 }
\ No newline at end of file
diff --git a/pages/doc/en-us/3.1.5/guide/open-api.json 
b/pages/doc/en-us/3.1.5/guide/api/open-api.json
similarity index 99%
rename from pages/doc/en-us/3.1.5/guide/open-api.json
rename to pages/doc/en-us/3.1.5/guide/api/open-api.json
index fdbc8917cf..1a72e50b33 100644
--- a/pages/doc/en-us/3.1.5/guide/open-api.json
+++ b/pages/doc/en-us/3.1.5/guide/api/open-api.json
@@ -116,5 +116,5 @@
     }
   ],
   "title": "Open API",
-  "link": "/guide/open-api"
+  "link": "/guide/api/open-api"
 }
\ No newline at end of file
diff --git a/pages/doc/en-us/3.1.5/guide/api/pydolphinscheduler.json 
b/pages/doc/en-us/3.1.5/guide/api/pydolphinscheduler.json
new file mode 100644
index 0000000000..d56d313a0d
--- /dev/null
+++ b/pages/doc/en-us/3.1.5/guide/api/pydolphinscheduler.json
@@ -0,0 +1,11 @@
+{
+  "__html": "<h1 
id=\"pydolphinscheduler\">PyDolphinScheduler</h1>\n<p>PyDolphinScheduler is 
python API for Apache DolphinScheduler, which allow you definition your 
workflow by python code, aka workflow-as-codes.</p>\n<p>For more information, 
please refer to <a 
href=\"https://dolphinscheduler.apache.org/python/main/\";>PyDolphinScheduler</a></p>\n",
+  "location": [
+    "API",
+    "PyDolphinScheduler"
+  ],
+  "time": "2023-4-6",
+  "structure": [],
+  "title": "PyDolphinScheduler",
+  "link": "/guide/api/pydolphinscheduler"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/3.1.5/guide/healthcheck.json 
b/pages/doc/zh-cn/3.1.5/guide/api/healthcheck.json
similarity index 98%
rename from pages/doc/zh-cn/3.1.5/guide/healthcheck.json
rename to pages/doc/zh-cn/3.1.5/guide/api/healthcheck.json
index b558033e30..92da2d86bd 100644
--- a/pages/doc/zh-cn/3.1.5/guide/healthcheck.json
+++ b/pages/doc/zh-cn/3.1.5/guide/api/healthcheck.json
@@ -60,5 +60,5 @@
     }
   ],
   "title": "健康检查",
-  "link": "/guide/healthcheck"
+  "link": "/guide/api/healthcheck"
 }
\ No newline at end of file
diff --git a/pages/doc/zh-cn/3.1.5/guide/open-api.json 
b/pages/doc/zh-cn/3.1.5/guide/api/open-api.json
similarity index 99%
rename from pages/doc/zh-cn/3.1.5/guide/open-api.json
rename to pages/doc/zh-cn/3.1.5/guide/api/open-api.json
index 06bfe728a8..36eda2428d 100644
--- a/pages/doc/zh-cn/3.1.5/guide/open-api.json
+++ b/pages/doc/zh-cn/3.1.5/guide/api/open-api.json
@@ -116,5 +116,5 @@
     }
   ],
   "title": "API 调用",
-  "link": "/guide/open-api"
+  "link": "/guide/api/open-api"
 }
\ No newline at end of file
diff --git a/pages/doc/zh-cn/3.1.5/guide/api/pydolphinscheduler.json 
b/pages/doc/zh-cn/3.1.5/guide/api/pydolphinscheduler.json
new file mode 100644
index 0000000000..b6c080cfa3
--- /dev/null
+++ b/pages/doc/zh-cn/3.1.5/guide/api/pydolphinscheduler.json
@@ -0,0 +1,11 @@
+{
+  "__html": "<h1 
id=\"pydolphinscheduler\">PyDolphinScheduler</h1>\n<p>PyDolphinScheduler 是 
Apache DolphinScheduler 的 Python API,它允许您通过 Python 代码定义您的工作流,也称为 
workflow-as-codes。</p>\n<p>更多信息请参考<a 
href=\"https://dolphinscheduler.apache.org/python/main/\";>PyDolphinScheduler</a></p>\n",
+  "location": [
+    "API",
+    "PyDolphinScheduler"
+  ],
+  "time": "2023-4-6",
+  "structure": [],
+  "title": "PyDolphinScheduler",
+  "link": "/guide/api/pydolphinscheduler"
+}
\ No newline at end of file
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index e7e059918f..93b33c0056 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 5575b824dbc55a041aee3baa9ea02342
+config: 46d3125b092ed302d6a679f0c7330d79
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 2fbfc2183f..a7b7fcf798 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 51c15b228ab6f3439da1b0cece34bfd2
+config: ed11e1dfcc8da72a9fc6d66007321b1e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index b6b194fc8a..d17e8fbde6 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 924749ce955a4c659bdeb8f40b2ab682
+config: 4bce1498514d4b4d45422a20371f2c6d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 86fb8634bf..9551d8457b 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 38f06ba77bbfd05e5b3ee5b6419e9767
+config: 074713333ccd51e45c024ddb83c41a36
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 0c301ee0cc..80e90609db 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: e923f01f1fe28f6dd02a35b41e095065
+config: 15f199f28b12331f44999f81a4f594ed
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index d532152c3c..cc8e0b41fb 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: ee224fb551c0c6c30fa5911071e2394d
+config: ff8d766bd93480e4443ff70007896d95
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 29e61d47b4..9fa2677f35 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 673f11beb30005d45cda8ee17fa72db7
+config: 0c673cd55bb226c6b074872d5d61e6ec
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index e72bbe2963..c115713e79 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 7a840fe3e082bc40adcdc194d44e8e25
+config: 8348242ab6a08d2772d8085c94f53420
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 95e7881908..2cb5a6f454 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 08328366885e51c25cca192ab27b9562
+config: d471ea052ec49a88ff0521e836d0af74
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 2b1aee39f7..030337521a 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 85f41f824c634515e2b3fdb03e495191
+config: 84a051d8d0bcd51150d6c6c0398d877a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 5ce09fe371..67ad80b64d 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: ff6b4a303c9443d2b5d69d2f9c9dd646
+config: cab1881cf4930de8c9613027862974e7
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to