浏览代码

[Document][Improvement] Polish docs for standalone deployment (#12181)

* Polish docs for standalone deployment
darkz 2 年之前
父节点
当前提交
995c1480f9
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/docs/en/guide/installation/standalone.md

+ 3 - 1
docs/docs/en/guide/installation/standalone.md

@@ -2,7 +2,9 @@
 
 Standalone only for quick experience for DolphinScheduler.
 
-If you are a new hand and want to experience DolphinScheduler functions, we recommend you install follow Standalone deployment. 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 newbie 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).
 
 > **_Note:_** Standalone only recommends the usage of fewer than 20 workflows, because it uses in-memory H2 Database in default, ZooKeeper Testing Server, too many tasks may cause instability.
 > When Standalone stops or restarts, in-memory H2 database will clear up. To use Standalone with external databases like mysql or postgresql, please see [`Database Configuration`](#database-configuration).