From 68fcc9d0f6f7718d0c5eb2773c5c656bb1c01949 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Sun, 29 Sep 2024 14:00:51 +0800 Subject: [PATCH] dev --- src/.vitepress/config.mts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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' },