diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index fa38a203d0..f708415979 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -262,6 +262,10 @@ "text": "种子数据", "path": "Data-Seeding.md" }, + { + "text": "分布式锁", + "path": "Distributed-Locking.md" + }, { "text": "虚拟文件系统", "path": "Virtual-File-System.md" @@ -694,6 +698,16 @@ "text": "测试", "path": "Testing.md" }, + { + "text": "部署", + "path": "Deployment/Index.md", + "items": [ + { + "text": "部署到群集环境", + "path": "Deployment/Clustered-Environment.md" + } + ] + }, { "text": "示例", "items": [ diff --git a/docs/zh-Hans/images/deployment-clustered.png b/docs/zh-Hans/images/deployment-clustered.png new file mode 100644 index 0000000000..74177482c5 Binary files /dev/null and b/docs/zh-Hans/images/deployment-clustered.png differ diff --git a/docs/zh-Hans/images/deployment-single-instance.png b/docs/zh-Hans/images/deployment-single-instance.png new file mode 100644 index 0000000000..8c3f8719b2 Binary files /dev/null and b/docs/zh-Hans/images/deployment-single-instance.png differ