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 f081706282 Automated deployment:
824df2bb412e9a4815e019ca02daf203ec423454
f081706282 is described below
commit f081706282d67e52bcad8d3ae90ce8f3f586233f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 11 06:32:40 2023 +0000
Automated deployment: 824df2bb412e9a4815e019ca02daf203ec423454
---
data/doc/zh-cn.json | 15 +++++++++++++--
fetch/doc/en-us/3.1.4.json | 6 +++---
fetch/doc/zh-cn/3.1.4.json | 6 +++---
pages/doc/en-us/3.1.4/guide/{ => api}/healthcheck.json | 2 +-
pages/doc/en-us/3.1.4/guide/{ => api}/open-api.json | 2 +-
pages/doc/en-us/3.1.4/guide/api/pydolphinscheduler.json | 11 +++++++++++
pages/doc/zh-cn/3.1.4/guide/{ => api}/healthcheck.json | 2 +-
pages/doc/zh-cn/3.1.4/guide/{ => api}/open-api.json | 2 +-
pages/doc/zh-cn/3.1.4/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 aa18aa2557..932ac99a5f 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -15700,18 +15700,29 @@
"content": "API 调用\n背景\n一般都是通过页面来创建项目、流程等,但是与第三方系统集成就需要通过调用 API
来管理项目、流程。\n操作步骤\n创建 token\n\n登录调度系统,点击 "安全中心",再点击左侧的
"令牌管理",点击 "令牌管理" 创建令牌。\n\n\n\n选择 "失效时间" (Token
有效期),选择 "用户" (以指定的用户执行接口操作),点击 "生成令牌" ,拷贝 Token 字符串,然后点击
"提交" 。\n\n\n使用案例\n查询项目列表信息\n\n打开 API 文档页面\n\n\n地址:http://{api server
ip}:12345/dolphinscheduler/swagger-ui/index.html?language=zh_CN&lang=cn\n\n\n\n选一个测试的接口,本次测试选取的接口是:查询所有项目\n\n\nprojects/list
[...]
"version": "3.1.4",
"time": "2023-02-24",
- "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.4",
+ "time": "2023-02-24",
+ "link": "/guide/api/pydolphinscheduler",
+ "title": "PyDolphinScheduler",
+ "location": [
+ "API",
+ "PyDolphinScheduler"
+ ]
+ },
{
"content": "健康检查\n背景\n运行状况检查旨在提供一种独特的方法来检查 Dolphinscheduler
服务的运行状况。它包括模块的运行状况,例如 DB、缓存、网络等等。\nEndpoint\nAPI-Server\ncurl --request GET
'http://localhost:12345/dolphinscheduler/actuator/health'\n\n{"status":"UP","components":{"db":{"status":"UP","details":{"database":"H2","validationQuery":"isValid()"}}}}\n\nMaster-Server\ncurl
--request GET 'http://localhost:5 [...]
"version": "3.1.4",
"time": "2023-02-24",
- "link": "/guide/healthcheck",
+ "link": "/guide/api/healthcheck",
"title": "健康检查",
"location": [
"API",
diff --git a/fetch/doc/en-us/3.1.4.json b/fetch/doc/en-us/3.1.4.json
index 93ae9b58b1..ba51a3fda0 100644
--- a/fetch/doc/en-us/3.1.4.json
+++ b/fetch/doc/en-us/3.1.4.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.4.json b/fetch/doc/zh-cn/3.1.4.json
index 66abdb8e69..23a2b5f74b 100644
--- a/fetch/doc/zh-cn/3.1.4.json
+++ b/fetch/doc/zh-cn/3.1.4.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.4/guide/healthcheck.json
b/pages/doc/en-us/3.1.4/guide/api/healthcheck.json
similarity index 98%
rename from pages/doc/en-us/3.1.4/guide/healthcheck.json
rename to pages/doc/en-us/3.1.4/guide/api/healthcheck.json
index 5d2e0d1c9e..da8cda16af 100644
--- a/pages/doc/en-us/3.1.4/guide/healthcheck.json
+++ b/pages/doc/en-us/3.1.4/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.4/guide/open-api.json
b/pages/doc/en-us/3.1.4/guide/api/open-api.json
similarity index 99%
rename from pages/doc/en-us/3.1.4/guide/open-api.json
rename to pages/doc/en-us/3.1.4/guide/api/open-api.json
index 485bf8ef6c..335af35562 100644
--- a/pages/doc/en-us/3.1.4/guide/open-api.json
+++ b/pages/doc/en-us/3.1.4/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.4/guide/api/pydolphinscheduler.json
b/pages/doc/en-us/3.1.4/guide/api/pydolphinscheduler.json
new file mode 100644
index 0000000000..540cc1dad1
--- /dev/null
+++ b/pages/doc/en-us/3.1.4/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-02-24",
+ "structure": [],
+ "title": "PyDolphinScheduler",
+ "link": "/guide/api/pydolphinscheduler"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/3.1.4/guide/healthcheck.json
b/pages/doc/zh-cn/3.1.4/guide/api/healthcheck.json
similarity index 98%
rename from pages/doc/zh-cn/3.1.4/guide/healthcheck.json
rename to pages/doc/zh-cn/3.1.4/guide/api/healthcheck.json
index 02e23419d5..48461a1b0a 100644
--- a/pages/doc/zh-cn/3.1.4/guide/healthcheck.json
+++ b/pages/doc/zh-cn/3.1.4/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.4/guide/open-api.json
b/pages/doc/zh-cn/3.1.4/guide/api/open-api.json
similarity index 99%
rename from pages/doc/zh-cn/3.1.4/guide/open-api.json
rename to pages/doc/zh-cn/3.1.4/guide/api/open-api.json
index 3e447090b1..aea0ea4a62 100644
--- a/pages/doc/zh-cn/3.1.4/guide/open-api.json
+++ b/pages/doc/zh-cn/3.1.4/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.4/guide/api/pydolphinscheduler.json
b/pages/doc/zh-cn/3.1.4/guide/api/pydolphinscheduler.json
new file mode 100644
index 0000000000..6b8109a052
--- /dev/null
+++ b/pages/doc/zh-cn/3.1.4/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-02-24",
+ "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 28a77ee2dd..dfa7c541c9 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: e99c91d6f8d627749caccea17cc9257f
+config: 0a41420ddd3c16af5f15df03886e7ded
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index fb58ed29fe..9794f8b35a 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: 8fd44ecdd8115480118f1af660a577b8
+config: 2c76ee07cb6789b0e8a3a90195635623
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 9dfb230c90..5e42c6a0b9 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: 557eaa87151a9cc4e1aef5482d5a6670
+config: 848fe1cd7fd960cc9cc90a905a2023b7
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 2c5eae5402..31b89ccfc9 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: 6e5fa8f99694f0bbf210b513dfca883e
+config: 5a16b4d3a9e03e85530c0945d785c38f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index f049ad8835..6c07e6aaf0 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: f4c3327a0f2e413877379a97b4fc4cc7
+config: b1f2eb34aae42d9c43f4be3efa1a6323
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 98e733a05f..7f3aec8fb6 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: 2824dc1a80fecd0cfcd495381a6ce335
+config: 42445fbb46d8306f3fc01a8f32b5b6fb
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index d97a760157..3ebc3a85c6 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: 9a0cfd58b6014109489c8add97375f29
+config: 1d6f261bc1d665f7d879d5a72fa0ccd3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index a1e716821d..df7c8f72d2 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: 29902e494cde6122dde65aab259f97d4
+config: 4aeaf940320e55da9609a794213ef109
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index c8cee48387..f8b0821690 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: d98dd0ce78784dbdbaa4e92bed284639
+config: 24d0884e10ebf5995a5c01d0cfa4b694
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 2fe0369fbe..18d03bf99d 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: 7db52cf4336e3740ec92c940701088cd
+config: 8aa2876ca0bb2c9731f651a0feb05fb3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index b84fa51c2a..5ebd3ea798 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: c70a192e64f5edc4d4a58796bbb5a8c8
+config: a8f832d87b8e4728cde737edd8740975
tags: 645f666f9bcd5a90fca523b33c5a78b7