zjcnb commented on a change in pull request #12310:
URL: https://github.com/apache/shardingsphere/pull/12310#discussion_r705188276
##########
File path: docs/document/content/features/mode/_index.cn.md
##########
@@ -0,0 +1,24 @@
++++
+pre = "<b>3.9. </b>"
+title = "mode模式"
+weight = 9
+chapter = true
++++
+
+## 背景
+
+为满足用户不同的需求,比如快速测试、单机运行和分布式运行。mode 提供了三种模式,它们分别是 Memory 模式、Standalone 模式、以及
Cluster 模式。
+
+## Memory 模式
+
+Memory 模式比较适用于做快速集成测试,方便测试、运维及开发人员做快速的整合功能测试。该模式也是 Apache ShardingSphere 的默认模式。
+
+## Standalone 模式
+
+Standalone 模式比较适用于单机环境下使用,通过该模式可将数据源、规则、元数据进行持久化。其中 Standalone 模式中的 File
属性会将配置信息写入您所指定的 Path,
Review comment:
change to 类型
##########
File path: docs/document/content/features/mode/_index.cn.md
##########
@@ -0,0 +1,24 @@
++++
+pre = "<b>3.9. </b>"
+title = "mode模式"
+weight = 9
+chapter = true
++++
+
+## 背景
+
+为满足用户不同的需求,比如快速测试、单机运行和分布式运行。mode 提供了三种模式,它们分别是 Memory 模式、Standalone 模式、以及
Cluster 模式。
+
+## Memory 模式
+
+Memory 模式比较适用于做快速集成测试,方便测试、运维及开发人员做快速的整合功能测试。该模式也是 Apache ShardingSphere 的默认模式。
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]