This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 7495642167 [Fix-16940] Fix incorrect docs link in priority parameter
(#16941)
7495642167 is described below
commit 7495642167786776e7eceaa3f348106389603166
Author: xiangzihao <[email protected]>
AuthorDate: Thu Jan 2 19:14:08 2025 +0800
[Fix-16940] Fix incorrect docs link in priority parameter (#16941)
---
docs/configs/docsdev.js | 8 ++++++++
docs/docs/en/guide/installation/pseudo-cluster.md | 2 +-
docs/docs/zh/guide/installation/pseudo-cluster.md | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index ef599cd118..6942d87fb8 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -258,6 +258,10 @@ export default {
title: 'File Parameter',
link:
'/en-us/docs/dev/user_doc/guide/parameter/file-parameter.html',
},
+ {
+ title: 'StartUp Parameter',
+ link:
'/en-us/docs/dev/user_doc/guide/parameter/startup-parameter.html',
+ },
],
},
{
@@ -969,6 +973,10 @@ export default {
title: '文件参数传递',
link:
'/zh-cn/docs/dev/user_doc/guide/parameter/file-parameter.html',
},
+ {
+ title: '启动参数',
+ link:
'/zh-cn/docs/dev/user_doc/guide/parameter/startup-parameter.html',
+ },
],
},
{
diff --git a/docs/docs/en/guide/installation/pseudo-cluster.md
b/docs/docs/en/guide/installation/pseudo-cluster.md
index 5755048296..68cf3bf244 100644
--- a/docs/docs/en/guide/installation/pseudo-cluster.md
+++ b/docs/docs/en/guide/installation/pseudo-cluster.md
@@ -2,7 +2,7 @@
The purpose of the pseudo-cluster deployment is to deploy the DolphinScheduler
service on a single machine. In this mode, DolphinScheduler's master, worker,
API server, are all on the same machine.
-If you are a new hand and want to experience DolphinScheduler functions, we
recommend you install follow [Standalone deployment](standalone.md). If you
want to experience more complete functions and schedule massive tasks, we
recommend you install follow [pseudo-cluster deployment](pseudo-cluster.md). If
you want to deploy DolphinScheduler in production, we recommend you follow
[cluster deployment](cluster.md) or [Kubernetes deployment](kubernetes.md).
+If you are a new hand and want to experience DolphinScheduler functions, we
recommend you install follow [Standalone deployment](standalone.md). If you
want to experience more complete functions and schedule massive tasks, we
recommend you install follow pseudo-cluster deployment. If you want to deploy
DolphinScheduler in production, we recommend you follow [cluster
deployment](cluster.md) or [Kubernetes deployment](kubernetes.md).
## Preparation
diff --git a/docs/docs/zh/guide/installation/pseudo-cluster.md
b/docs/docs/zh/guide/installation/pseudo-cluster.md
index eb1a1502af..d19400ab11 100644
--- a/docs/docs/zh/guide/installation/pseudo-cluster.md
+++ b/docs/docs/zh/guide/installation/pseudo-cluster.md
@@ -2,7 +2,7 @@
伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下 master、worker、api server 都在同一台机器上
-如果你是新手,想要体验 DolphinScheduler
的功能,推荐使用[Standalone](standalone.md)方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用[伪集群部署](pseudo-cluster.md)。如果你是在生产中使用,推荐使用[集群部署](cluster.md)或者[kubernetes](kubernetes.md)
+如果你是新手,想要体验 DolphinScheduler
的功能,推荐使用[Standalone](standalone.md)方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用[集群部署](cluster.md)或者[kubernetes](kubernetes.md)
## 前置准备工作