diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 67d777d8..fa75c7e4 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -295,7 +295,7 @@ module.exports = config({ }, "distributed-transaction", { - title: "分布式协调", prefix: "分布式协调/", + title: "分布式协调", prefix: "distributed-process-coordination/", children: ["zookeeper/zookeeper-intro", "zookeeper/zookeeper-plus", "zookeeper/zookeeper-in-action"] }, ], diff --git a/docs/distributed-system/分布式协调/zookeeper/images/curator.png b/docs/distributed-system/distributed-process-coordination/zookeeper/images/curator.png similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/images/curator.png rename to docs/distributed-system/distributed-process-coordination/zookeeper/images/curator.png diff --git a/docs/distributed-system/分布式协调/zookeeper/images/watche机制.png b/docs/distributed-system/distributed-process-coordination/zookeeper/images/watche机制.png similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/images/watche机制.png rename to docs/distributed-system/distributed-process-coordination/zookeeper/images/watche机制.png diff --git a/docs/distributed-system/分布式协调/zookeeper/images/znode-structure.png b/docs/distributed-system/distributed-process-coordination/zookeeper/images/znode-structure.png similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/images/znode-structure.png rename to docs/distributed-system/distributed-process-coordination/zookeeper/images/znode-structure.png diff --git a/docs/distributed-system/分布式协调/zookeeper/images/zookeeper集群.png b/docs/distributed-system/distributed-process-coordination/zookeeper/images/zookeeper集群.png similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/images/zookeeper集群.png rename to docs/distributed-system/distributed-process-coordination/zookeeper/images/zookeeper集群.png diff --git a/docs/distributed-system/分布式协调/zookeeper/images/zookeeper集群中的角色.png b/docs/distributed-system/distributed-process-coordination/zookeeper/images/zookeeper集群中的角色.png similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/images/zookeeper集群中的角色.png rename to docs/distributed-system/distributed-process-coordination/zookeeper/images/zookeeper集群中的角色.png diff --git a/docs/distributed-system/分布式协调/zookeeper/images/连接ZooKeeper服务.png b/docs/distributed-system/distributed-process-coordination/zookeeper/images/连接ZooKeeper服务.png similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/images/连接ZooKeeper服务.png rename to docs/distributed-system/distributed-process-coordination/zookeeper/images/连接ZooKeeper服务.png diff --git a/docs/distributed-system/分布式协调/zookeeper/zookeeper-in-action.md b/docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-in-action.md similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/zookeeper-in-action.md rename to docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-in-action.md diff --git a/docs/distributed-system/分布式协调/zookeeper/zookeeper-intro.md b/docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-intro.md similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/zookeeper-intro.md rename to docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-intro.md diff --git a/docs/distributed-system/分布式协调/zookeeper/zookeeper-plus.md b/docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-plus.md similarity index 100% rename from docs/distributed-system/分布式协调/zookeeper/zookeeper-plus.md rename to docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-plus.md