dev
This commit is contained in:
parent
01ceaa6d7e
commit
68fcc9d0f6
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue