writer infra

This commit is contained in:
yanweidong 2024-10-01 15:42:38 +08:00
parent 8a6095e96d
commit 97bd4b367d
1 changed files with 9 additions and 2 deletions

View File

@ -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: [