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 c3925a0df0 Automated deployment:
3c1ca9301a648e2aa9ed11e718d630d098c7f6fc
c3925a0df0 is described below
commit c3925a0df0b3e23bdd663cf2b92594954afdf475
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 05:33:45 2026 +0000
Automated deployment: 3c1ca9301a648e2aa9ed11e718d630d098c7f6fc
---
data/doc/en-us.json | 16 +--
data/doc/zh-cn.json | 16 +--
fetch/doc/en-us/dev.json | 9 --
fetch/doc/zh-cn/dev.json | 9 --
pages/doc/en-us/dev/contribute/join/document.json | 2 +-
pages/doc/en-us/dev/contribute/join/review.json | 2 +-
pages/doc/en-us/dev/guide/demo.json | 133 ----------------------
pages/doc/en-us/dev/guide/start/docker.json | 2 +-
pages/doc/zh-cn/dev/contribute/join/document.json | 2 +-
pages/doc/zh-cn/dev/contribute/join/review.json | 2 +-
pages/doc/zh-cn/dev/guide/demo.json | 133 ----------------------
pages/doc/zh-cn/dev/guide/start/docker.json | 2 +-
12 files changed, 12 insertions(+), 316 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index d83604cc73..63b5cb17a3 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -43271,7 +43271,7 @@
]
},
{
- "content": "Docker Quick Start\nThere are three ways to start
DolphinScheduler with Docker\n\nStandalone-server is the way you find if you
just want to start and try DolphinScheduler as a beginner.\ndocker-compose is
for some who want to deploy DolphinScheduler in small or event middle scale
workflows in their daily work.\nUsing exists postgresql and zookeeper server is
for users who want to reuse the database or zookeeper server already
exists.\n\nPrepare\nNeed to install Docker 1.1 [...]
+ "content": "Docker Quick Start\nThere are three ways to start
DolphinScheduler with Docker\n\nStandalone-server is the way you find if you
just want to start and try DolphinScheduler as a beginner.\ndocker-compose is
for some who want to deploy DolphinScheduler in small or event middle scale
workflows in their daily work.\nUsing exists postgresql and zookeeper server is
for users who want to reuse the database or zookeeper server already
exists.\n\nPrepare\nNeed to install Docker 1.1 [...]
"version": "dev",
"link": "/guide/start/docker",
"title": "Docker Quick Start",
@@ -44299,16 +44299,6 @@
"Expansion and Reduction"
]
},
- {
- "content": "DolphinScheduler Initialize The Workflow Demo\nPrepare\nBackup
Previous Version's Files and Database\nTo prevent data loss by some
miss-operation, it is recommended to back up data before initializing the
workflow demo. The backup way according to your environment.\nDownload the
Latest Version Installation Package\nDownload the latest binary distribute
package from download and then put it in the different\ndirectory where current
service running. And all below command is [...]
- "version": "dev",
- "link": "/guide/demo",
- "title": "DolphinScheduler Initialize The Workflow Demo",
- "location": [
- "Introduction to Functions",
- "Demo"
- ]
- },
{
"content": "Standalone\nStandalone only for quick experience for
DolphinScheduler.\nIf you are a newbie and want to experience DolphinScheduler
functions, we recommend you install follow Standalone deployment.\nIf you want
to experience more complete functions and schedule massive tasks, we recommend
you install follow pseudo-cluster deployment.\nIf you want to deploy
DolphinScheduler in production, we recommend you follow cluster deployment or
Kubernetes deployment.\n\nNote: Standal [...]
"version": "dev",
@@ -44560,7 +44550,7 @@
]
},
{
- "content": "Community Review\nBeside submit Issues and pull requests to
the GitHub repository mentioned in team, another important way to\ncontribute
to DolphinScheduler is reviewing GitHub Issues or Pull Requests. You can not
only know the latest new and\ndirection of the community, but also understand
the good design in others during you reviewing. At the same time, you
can\nincrease your exposure in the community and accumulate your honor.\nAnyone
is encouraged to review Issues an [...]
+ "content": "Community Review\nBeside submit Issues and pull requests to
the GitHub repository mentioned in team, another important way to\ncontribute
to DolphinScheduler is reviewing GitHub Issues or Pull Requests. You can not
only know the latest new and\ndirection of the community, but also understand
the good design in others during you reviewing. At the same time, you
can\nincrease your exposure in the community and accumulate your honor.\nAnyone
is encouraged to review Issues an [...]
"version": "dev",
"link": "/contribute/join/review",
"title": "Community Review",
@@ -44604,7 +44594,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/<your-github-user-name>/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/<your-github-user-name>/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 53134839c1..a79873a2ef 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -38827,7 +38827,7 @@
]
},
{
- "content": "Docker 快速使用教程\n本教程使用三种不同的方式通过 Docker 完成 DolphinScheduler
的部署\n\n如果你想要快速体验,推荐使用 standalone-server 镜像,\n如果你想要体验比较完成的服务,推荐使用 docker-compose
启动服务.\n如果你已经有自己的数据库或者 Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。\n\n前置条件\n需要安装 Docker 1.13.1 以上版本,以及 Docker Compose 1.28.0
以上版本。\n启动服务\n使用 standalone-server 镜像\n使用 standalone-server 镜像启动一个
DolphinScheduler standalone-server 容器应该是最快体验 DolphinScheduler
的方法。通过这个方式\n你可以最快速的体验到 DolphinScheduler 的大部分功能,了解主要和概念和内容。\n$ DOL [...]
+ "content": "Docker 快速使用教程\n本教程使用三种不同的方式通过 Docker 完成 DolphinScheduler
的部署\n\n如果你想要快速体验,推荐使用 standalone-server 镜像,\n如果你想要体验比较完成的服务,推荐使用 docker-compose
启动服务.\n如果你已经有自己的数据库或者 Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。\n\n前置条件\n需要安装 Docker 1.13.1 以上版本,以及 Docker Compose 1.28.0
以上版本。\n启动服务\n使用 standalone-server 镜像\n使用 standalone-server 镜像启动一个
DolphinScheduler standalone-server 容器应该是最快体验 DolphinScheduler
的方法。通过这个方式\n你可以最快速的体验到 DolphinScheduler 的大部分功能,了解主要和概念和内容。\n$ DOL [...]
"version": "dev",
"link": "/guide/start/docker",
"title": "Docker 快速使用教程",
@@ -39811,16 +39811,6 @@
"扩/缩容"
]
},
- {
- "content": "DolphinScheduler 初始化工作流
demo\n准备工作\n备份上一版本文件和数据库\n为了防止操作错误导致数据丢失,建议初始化工作流 demo
服务之前备份数据,备份方法请结合你数据库的情况来定\n下载新版本的安装包\n在下载页面下载最新版本的二进制安装包,并将二进制包放到与当前
dolphinscheduler 服务不一样的路径中,以下服务启动操作都需要在新版本的目录进行。\n服务启动步骤\n开启 dolphinscheduler
服务\n根据你部署方式开启 dolphinscheduler 的所有服务,如果你是通过 集群部署 来部署你的 dolphinscheduler 的话,可以通过
sh ./script/start-all.sh 开启全部服务。\n数据库配置\n初始化工作流 demo 服务需要使用 MySQL 或 PostgreSQL
等其他数据库作为其元数据存储数据,因此必须更改一些配置。\n请参考数据源配置 Standalone 切换元数据库创建并初始化数据库 ,�
��运行 demo 服务启动脚本。\n租户配置\ [...]
- "version": "dev",
- "link": "/guide/demo",
- "title": "DolphinScheduler 初始化工作流 demo",
- "location": [
- "功能介绍",
- "Demo"
- ]
- },
{
"content": "Standalone 极速体验版\nStandalone 仅适用于 DolphinScheduler
的快速体验.\n如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用 Standalone
方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n\n注意:
Standalone 仅建议 20 个以下工作流使用,因为其采用内存式的 H2 Database, Zookeeper Testing
Server,任务过多可能导致不稳定,并且如果重启或者停止 standalone-server 会导致内存中数据库里的数据清空。\nStandalone
支持元数据持久化,但是需要使用外部数据库,如 mysql 或者 postgresql,请看配置数据库\n\n前置准备工作\n\nJDK:下载JDK (1.8
or 11),安装并配置 JAVA_HOME 环境变量,并将其下的 bin 目录追加到 PATH 环境变量中。如果你的环境中已存在,可以 [...]
"version": "dev",
@@ -40072,7 +40062,7 @@
]
},
{
- "content": "参与社区 review\n贡献 DolphinScheduler 的方式,除了向 团队 中提到的 GitHub 仓库提交
Issues 和 pull requests 外,另一非常重要的方式是\nreview 社区的 Issues 或者 Pull Requests。通过别人
Issues 和 Pull
Requests,你不仅能知道社区的最新进展和发展方向,还能了解别人代码的设\n计思想,同时可以增加自己在社区的曝光、积累自己在社区的荣誉值。\n任何人都被鼓励去
review 社区的 Issues 和 Pull Requests。我们还曾经发起过一个 Help Wanted 的邮件讨论,向社区征求贡献者协助
review Issues\n以及 Pull Requests,详见 邮件,并将其结果放到了 GitHub Discussion 中。\n\n注意:
这里并不是说只有 GitHub Discussion 中提及的用户才可以协助 review Issue 或者 Pull
Requests,\n请记住社区的主张是 任何人都被鼓励去 rev [...]
+ "content": "参与社区 review\n贡献 DolphinScheduler 的方式,除了向 团队 中提到的 GitHub 仓库提交
Issues 和 pull requests 外,另一非常重要的方式是\nreview 社区的 Issues 或者 Pull Requests。通过别人
Issues 和 Pull
Requests,你不仅能知道社区的最新进展和发展方向,还能了解别人代码的设\n计思想,同时可以增加自己在社区的曝光、积累自己在社区的荣誉值。\n任何人都被鼓励去
review 社区的 Issues 和 Pull Requests。我们还曾经发起过一个 Help Wanted 的邮件讨论,向社区征求贡献者协助
review Issues\n以及 Pull Requests,详见 邮件,并将其结果放到了 GitHub Discussion 中。\n\n注意:
这里并不是说只有 GitHub Discussion 中提及的用户才可以协助 review Issue 或者 Pull
Requests,\n请记住社区的主张是 任何人都被鼓励去 rev [...]
"version": "dev",
"link": "/contribute/join/review",
"title": "参与社区 review",
@@ -40116,7 +40106,7 @@
]
},
{
- "content": "文档须知\n良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 DolphinScheduler
文档的贡献。\n获取文档项目\nDolphinScheduler 项目的文档维护在独立的 git 仓库中。\n首先你需要先将文档项目 fork 到自己的
GitHub 仓库中,然后将 fork 的项目克隆到本地计算机中。\ngit clone
https://github.com/<your-github-user-name>/dolphinscheduler-website\n\n文档构建指南\n\n\n在根目录中运行
yarn 以安装依赖项。\n\n\n运行命令收集资源:\n\n运行 export PROTOCOL_MODE=ssh 告诉 Git 通过 SSH 协议而不是
HTTPS 协议克隆资源\n运行 ./scripts/prepare_docs.sh 准备所有相关资源\n\n\n\n在根目录下运行 yarn
generate 来格式化和准备数据。\n\n\n在根目录下运行 yarn dev 启动本地服务器,你 [...]
+ "content": "文档须知\n良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 DolphinScheduler
文档的贡献。\n获取文档项目\nDolphinScheduler 项目的文档维护在独立的 git 仓库中。\n首先你需要先将文档项目 fork 到自己的
GitHub 仓库中,然后将 fork 的项目克隆到本地计算机中。\ngit clone
https://github.com/<your-github-user-name>/dolphinscheduler-website\n\n文档构建指南\n\n\n在根目录中运行
yarn 以安装依赖项。\n\n\n运行命令收集资源:\n\n运行 export PROTOCOL_MODE=ssh 告诉 Git 通过 SSH 协议而不是
HTTPS 协议克隆资源\n运行 ./scripts/prepare_docs.sh 准备所有相关资源\n\n\n\n在根目录下运行 yarn
generate 来格式化和准备数据。\n\n\n在根目录下运行 yarn dev 启动本地服务器,你 [...]
"version": "dev",
"link": "/contribute/join/document",
"title": "文档须知",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index cd2429bb42..77895ca605 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -1089,15 +1089,6 @@
"Expansion and Reduction"
],
"key": "/guide/expansion-reduction"
- },
- {
- "title": "Demo",
- "children": [],
- "location": [
- "Introduction to Functions",
- "Demo"
- ],
- "key": "/guide/demo"
}
],
"location": [
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index 398e18a956..e51c3a7be4 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -1049,15 +1049,6 @@
"扩/缩容"
],
"key": "/guide/expansion-reduction"
- },
- {
- "title": "Demo",
- "children": [],
- "location": [
- "功能介绍",
- "Demo"
- ],
- "key": "/guide/demo"
}
],
"location": [
diff --git a/pages/doc/en-us/dev/contribute/join/document.json
b/pages/doc/en-us/dev/contribute/join/document.json
index 1d48563736..01211283a4 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",
diff --git a/pages/doc/en-us/dev/contribute/join/review.json
b/pages/doc/en-us/dev/contribute/join/review.json
index 551751556e..89eeaa4abf 100644
--- a/pages/doc/en-us/dev/contribute/join/review.json
+++ b/pages/doc/en-us/dev/contribute/join/review.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"community-review\">Community Review</h1>\n<p>Beside
submit Issues and pull requests to the GitHub repository mentioned in <a
href=\"https://dolphinscheduler.apache.org/en-us/community\">team</a>, another
important way to\ncontribute to DolphinScheduler is reviewing GitHub Issues or
Pull Requests. You can not only know the latest new and\ndirection of the
community, but also understand the good design in others during you reviewing.
At the same time, you can\nincreas [...]
+ "__html": "<h1 id=\"community-review\">Community Review</h1>\n<p>Beside
submit Issues and pull requests to the GitHub repository mentioned in <a
href=\"https://dolphinscheduler.apache.org/en-us/community\">team</a>, another
important way to\ncontribute to DolphinScheduler is reviewing GitHub Issues or
Pull Requests. You can not only know the latest new and\ndirection of the
community, but also understand the good design in others during you reviewing.
At the same time, you can\nincreas [...]
"location": [
"Contribution",
"Join",
diff --git a/pages/doc/en-us/dev/guide/demo.json
b/pages/doc/en-us/dev/guide/demo.json
deleted file mode 100644
index 6abde3ae93..0000000000
--- a/pages/doc/en-us/dev/guide/demo.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "__html": "<h1
id=\"dolphinscheduler-initialize-the-workflow-demo\">DolphinScheduler
Initialize The Workflow Demo</h1>\n<h2 id=\"prepare\">Prepare</h2>\n<h3
id=\"backup-previous-version's-files-and-database\">Backup Previous Version's
Files and Database</h3>\n<p>To prevent data loss by some miss-operation, it is
recommended to back up data before initializing the workflow demo. The backup
way according to your environment.</p>\n<h3
id=\"download-the-latest-version-installation-package\ [...]
- "location": [
- "Introduction to Functions",
- "Demo"
- ],
- "structure": [
- {
- "title": "Prepare",
- "children": [
- {
- "title": "Backup Previous Version's Files and Database",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "backup-previous-version's-files-and-database"
- },
- {
- "title": "Download the Latest Version Installation Package",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "download-the-latest-version-installation-package"
- },
- {
- "title": "Start Services of DolphinScheduler",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "start-services-of-dolphinscheduler"
- },
- {
- "title": "Database Configuration",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "database-configuration"
- },
- {
- "title": "Tenant Configuration",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "tenant-configuration"
- }
- ],
- "anchor": "prepare"
- },
- {
- "title": "Start",
- "children": [
- {
- "title": "Backup Previous Version's Files and Database",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "backup-previous-version's-files-and-database"
- },
- {
- "title": "Download the Latest Version Installation Package",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "download-the-latest-version-installation-package"
- },
- {
- "title": "Start Services of DolphinScheduler",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "start-services-of-dolphinscheduler"
- },
- {
- "title": "Database Configuration",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "database-configuration"
- },
- {
- "title": "Tenant Configuration",
- "children": [
- {
- "title": "Change
dolphinscheduler-tools/resources/application.yaml Placement Details",
- "children": [],
- "anchor":
"change-dolphinscheduler-tools/resources/application.yaml-placement-details"
- }
- ],
- "anchor": "tenant-configuration"
- }
- ],
- "anchor": "start"
- }
- ],
- "title": "DolphinScheduler Initialize The Workflow Demo",
- "link": "/guide/demo"
-}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/start/docker.json
b/pages/doc/en-us/dev/guide/start/docker.json
index ad72b81791..114388f466 100644
--- a/pages/doc/en-us/dev/guide/start/docker.json
+++ b/pages/doc/en-us/dev/guide/start/docker.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"docker-quick-start\">Docker Quick Start</h1>\n<p>There
are three ways to start DolphinScheduler with Docker</p>\n<ul>\n<li><a
href=\"#using-standalone-server-docker-image\">Standalone-server</a> is the way
you find if you just want to start and try DolphinScheduler as a
beginner.</li>\n<li><a
href=\"#using-docker-compose-to-start-server\">docker-compose</a> is for some
who want to deploy DolphinScheduler in small or event middle scale workflows in
their daily work.< [...]
+ "__html": "<h1 id=\"docker-quick-start\">Docker Quick Start</h1>\n<p>There
are three ways to start DolphinScheduler with Docker</p>\n<ul>\n<li><a
href=\"#using-standalone-server-docker-image\">Standalone-server</a> is the way
you find if you just want to start and try DolphinScheduler as a
beginner.</li>\n<li><a
href=\"#using-docker-compose-to-start-server\">docker-compose</a> is for some
who want to deploy DolphinScheduler in small or event middle scale workflows in
their daily work.< [...]
"location": [
"Quick Start",
"Docker Deployment"
diff --git a/pages/doc/zh-cn/dev/contribute/join/document.json
b/pages/doc/zh-cn/dev/contribute/join/document.json
index 95da2fb086..5773d078c8 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/<your-github-user-name>/dolphinscheduler-website\n</code></pre>\n<h3
id=\"文档构建指南\">文档构建指南</h3>\n<ol>\n<li>\n<p>在根目录中运行 <code>yarn</cod [...]
+ "__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/<your-github-user-name>/dolphinscheduler-website\n</code></pre>\n<h3
id=\"文档构建指南\">文档构建指南</h3>\n<ol>\n<li>\n<p>在根目录中运行 <code>yarn</cod [...]
"location": [
"贡献指南",
"如何参与",
diff --git a/pages/doc/zh-cn/dev/contribute/join/review.json
b/pages/doc/zh-cn/dev/contribute/join/review.json
index c5786d5f2c..0c90bba857 100644
--- a/pages/doc/zh-cn/dev/contribute/join/review.json
+++ b/pages/doc/zh-cn/dev/contribute/join/review.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"参与社区-review\">参与社区 review</h1>\n<p>贡献 DolphinScheduler
的方式,除了向 <a href=\"https://dolphinscheduler.apache.org/zh-cn/community\">团队</a>
中提到的 GitHub 仓库提交 Issues 和 pull requests 外,另一非常重要的方式是\nreview 社区的 Issues 或者 Pull
Requests。通过别人 Issues 和 Pull
Requests,你不仅能知道社区的最新进展和发展方向,还能了解别人代码的设\n计思想,同时可以增加自己在社区的曝光、积累自己在社区的荣誉值。</p>\n<p>任何人都被鼓励去
review 社区的 Issues 和 Pull Requests。我们还曾经发起过一个 Help Wanted 的邮件讨论,向社区征求贡献者协助
review Issues\n以及 Pull Requests,详见 <a href=\"https://lists.apache [...]
+ "__html": "<h1 id=\"参与社区-review\">参与社区 review</h1>\n<p>贡献 DolphinScheduler
的方式,除了向 <a href=\"https://dolphinscheduler.apache.org/zh-cn/community\">团队</a>
中提到的 GitHub 仓库提交 Issues 和 pull requests 外,另一非常重要的方式是\nreview 社区的 Issues 或者 Pull
Requests。通过别人 Issues 和 Pull
Requests,你不仅能知道社区的最新进展和发展方向,还能了解别人代码的设\n计思想,同时可以增加自己在社区的曝光、积累自己在社区的荣誉值。</p>\n<p>任何人都被鼓励去
review 社区的 Issues 和 Pull Requests。我们还曾经发起过一个 Help Wanted 的邮件讨论,向社区征求贡献者协助
review Issues\n以及 Pull Requests,详见 <a href=\"https://lists.apache [...]
"location": [
"贡献指南",
"如何参与",
diff --git a/pages/doc/zh-cn/dev/guide/demo.json
b/pages/doc/zh-cn/dev/guide/demo.json
deleted file mode 100644
index 5f123ca8dd..0000000000
--- a/pages/doc/zh-cn/dev/guide/demo.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "__html": "<h1 id=\"dolphinscheduler-初始化工作流-demo\">DolphinScheduler 初始化工作流
demo</h1>\n<h2 id=\"准备工作\">准备工作</h2>\n<h3
id=\"备份上一版本文件和数据库\">备份上一版本文件和数据库</h3>\n<p>为了防止操作错误导致数据丢失,建议初始化工作流 demo
服务之前备份数据,备份方法请结合你数据库的情况来定</p>\n<h3 id=\"下载新版本的安装包\">下载新版本的安装包</h3>\n<p>在<a
href=\"https://dolphinscheduler.apache.org/zh-cn/download\">下载</a>页面下载最新版本的二进制安装包,并将二进制包放到与当前
dolphinscheduler 服务不一样的路径中,以下服务启动操作都需要在新版本的目录进行。</p>\n<h2
id=\"服务启动步骤\">服务启动步骤</h2>\n<h3 id=\"开启-dolphinscheduler-服务\">开启 dolphinsche
[...]
- "location": [
- "功能介绍",
- "Demo"
- ],
- "structure": [
- {
- "title": "准备工作",
- "children": [
- {
- "title": "备份上一版本文件和数据库",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "备份上一版本文件和数据库"
- },
- {
- "title": "下载新版本的安装包",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "下载新版本的安装包"
- },
- {
- "title": "开启 dolphinscheduler 服务",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "开启-dolphinscheduler-服务"
- },
- {
- "title": "数据库配置",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "数据库配置"
- },
- {
- "title": "租户配置",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "租户配置"
- }
- ],
- "anchor": "准备工作"
- },
- {
- "title": "服务启动步骤",
- "children": [
- {
- "title": "备份上一版本文件和数据库",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "备份上一版本文件和数据库"
- },
- {
- "title": "下载新版本的安装包",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "下载新版本的安装包"
- },
- {
- "title": "开启 dolphinscheduler 服务",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "开启-dolphinscheduler-服务"
- },
- {
- "title": "数据库配置",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "数据库配置"
- },
- {
- "title": "租户配置",
- "children": [
- {
- "title": "修改 dolphinscheduler-tools/resources/application.yaml
配置内容",
- "children": [],
- "anchor":
"修改-dolphinscheduler-tools/resources/application.yaml-配置内容"
- }
- ],
- "anchor": "租户配置"
- }
- ],
- "anchor": "服务启动步骤"
- }
- ],
- "title": "DolphinScheduler 初始化工作流 demo",
- "link": "/guide/demo"
-}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/start/docker.json
b/pages/doc/zh-cn/dev/guide/start/docker.json
index e9decc6868..4233f03861 100644
--- a/pages/doc/zh-cn/dev/guide/start/docker.json
+++ b/pages/doc/zh-cn/dev/guide/start/docker.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"docker-快速使用教程\">Docker 快速使用教程</h1>\n<p>本教程使用三种不同的方式通过
Docker 完成 DolphinScheduler 的部署</p>\n<ul>\n<li>如果你想要快速体验,推荐使用 standalone-server
镜像,</li>\n<li>如果你想要体验比较完成的服务,推荐使用 docker-compose 启动服务.</li>\n<li>如果你已经有自己的数据库或者
Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。</li>\n</ul>\n<h2 id=\"前置条件\">前置条件</h2>\n<p>需要安装 <a
href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1 以上版本,以及 <a
href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1 [...]
+ "__html": "<h1 id=\"docker-快速使用教程\">Docker 快速使用教程</h1>\n<p>本教程使用三种不同的方式通过
Docker 完成 DolphinScheduler 的部署</p>\n<ul>\n<li>如果你想要快速体验,推荐使用 standalone-server
镜像,</li>\n<li>如果你想要体验比较完成的服务,推荐使用 docker-compose 启动服务.</li>\n<li>如果你已经有自己的数据库或者
Zookeeper 服务你想要沿用这些基础服务,你可以参考沿用已有的 PostgreSQL 和 ZooKeeper
服务完成部署。</li>\n</ul>\n<h2 id=\"前置条件\">前置条件</h2>\n<p>需要安装 <a
href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1 以上版本,以及 <a
href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1 [...]
"location": [
"快速上手",
"Docker部署(Docker)"