diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index bf5c769..ecc098d 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress' export default defineConfig({ lang: 'zh-CN', title: "Blocks Service Mesh", - description: "Fast BaaS Open Source Project", + description: "部署即使用的微服务架构", srcDir: '../src', assetsDir: './static', @@ -19,9 +19,8 @@ export default defineConfig({ { text: '基础组件', link: '/infra' }, { text: '基础服务', link: '/base' }, { text: '应用服务', link: '/app' }, - { text: '各领域服务库', link: '/libs' }, { - text: 'Dropdown Menu', + text: '各领域服务库', items: [ { text: '电商', link: '/item-1' }, { text: '即时通讯', link: '/item-2' },