From b5e19791c6365d0993a704a0d90f6d01965d34f4 Mon Sep 17 00:00:00 2001 From: guide Date: Tue, 22 Feb 2022 15:59:34 +0800 Subject: [PATCH] Update config.js --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c34e8e85..b30f8e48 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -307,7 +307,7 @@ module.exports = config({ }, "api-gateway", "distributed-id", { - title: "rpc", prefix: "rpc/", + title: "RPC", prefix: "rpc/", children: ["dubbo", "why-use-rpc"] }, "distributed-transaction",