Skip to content

Commit 7495642

Browse files
authored
[Fix-16940] Fix incorrect docs link in priority parameter (#16941)
1 parent 50923e7 commit 7495642

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/configs/docsdev.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ export default {
258258
title: 'File Parameter',
259259
link: '/en-us/docs/dev/user_doc/guide/parameter/file-parameter.html',
260260
},
261+
{
262+
title: 'StartUp Parameter',
263+
link: '/en-us/docs/dev/user_doc/guide/parameter/startup-parameter.html',
264+
},
261265
],
262266
},
263267
{
@@ -969,6 +973,10 @@ export default {
969973
title: '文件参数传递',
970974
link: '/zh-cn/docs/dev/user_doc/guide/parameter/file-parameter.html',
971975
},
976+
{
977+
title: '启动参数',
978+
link: '/zh-cn/docs/dev/user_doc/guide/parameter/startup-parameter.html',
979+
},
972980
],
973981
},
974982
{

docs/docs/en/guide/installation/pseudo-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
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).
5+
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).
66

77
## Preparation
88

docs/docs/zh/guide/installation/pseudo-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下 master、worker、api server 都在同一台机器上
44

5-
如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用[Standalone](standalone.md)方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用[伪集群部署](pseudo-cluster.md)。如果你是在生产中使用,推荐使用[集群部署](cluster.md)或者[kubernetes](kubernetes.md)
5+
如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用[Standalone](standalone.md)方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用[集群部署](cluster.md)或者[kubernetes](kubernetes.md)
66

77
## 前置准备工作
88

0 commit comments

Comments
 (0)