From 97bd4b367d4c22f5b77b1caaa5462b4e9924ca6f Mon Sep 17 00:00:00 2001 From: yanweidong Date: Tue, 1 Oct 2024 15:42:38 +0800 Subject: [PATCH] writer infra --- src/.vitepress/config.mts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 27d17ea..936a552 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -18,7 +18,7 @@ export default defineConfig({ { text: 'Home', link: '/' }, { text: '概述', link: '/overview/micro-service' }, { text: '安装', link: '/install/os' }, - { text: '基础服务', link: '/base' }, + { text: '基础服务', link: '/infra' }, { text: '应用服务', link: '/app' }, { text: '各领域服务库', @@ -51,7 +51,14 @@ export default defineConfig({ { text: '系统变量', link: '/install/env' }, { text: 'bsm 命令', link: '/install/bsm' } ] - } + }, + { + text: '基础服务', + items: [ + { text: 'Gateway API网关', link: '/infra/gateway' }, + { text: 'Registry 服务仓库', link: '/infra/registry' } + ] + }, ], socialLinks: [