diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 68162d0..bd29a68 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -19,16 +19,26 @@ export default defineConfig({ { text: '概述', link: '/overview/micro-service' }, { text: '安装', link: '/install/os' }, { - text: 'Infra 基础服务', + text: 'Infra 中间件', items: [ { text: 'Gateway API网关', link: '/infra/gateway' }, { text: 'Registry 服务仓库', link: '/infra/registry' }, { text: 'State 性能状态', link: '/infra/state' } ] }, + { + text: 'Base 基础微服务', + items: [ + { text: 'Initialize 初始化', link: '/base/initialize' }, + { text: 'FTS 文件传输服务', link: '/base/fts' }, + { text: 'Notify 通知', link: '/base/notify' }, + { text: 'Push 消息推送', link: '/base/push' }, + ] + }, { text: 'Service 服务库', items: [ + { text: 'Passport 通行证', link: '/service/passport/index' }, { text: 'ECommerce 电商', link: '/service/ec/index' }, { text: 'Social 社交', link: '/service/social/index' }, { text: 'Finance 金融', link: '/service/finance/index' },