This commit is contained in:
yanweidong 2024-10-04 12:17:44 +08:00
parent 330dcdd36a
commit 2d8e7c10eb
1 changed files with 11 additions and 1 deletions

View File

@ -19,16 +19,26 @@ export default defineConfig({
{ text: '概述', link: '/overview/micro-service' }, { text: '概述', link: '/overview/micro-service' },
{ text: '安装', link: '/install/os' }, { text: '安装', link: '/install/os' },
{ {
text: 'Infra 基础服务', text: 'Infra 中间件',
items: [ items: [
{ text: 'Gateway API网关', link: '/infra/gateway' }, { text: 'Gateway API网关', link: '/infra/gateway' },
{ text: 'Registry 服务仓库', link: '/infra/registry' }, { text: 'Registry 服务仓库', link: '/infra/registry' },
{ text: 'State 性能状态', link: '/infra/state' } { 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 服务库', text: 'Service 服务库',
items: [ items: [
{ text: 'Passport 通行证', link: '/service/passport/index' },
{ text: 'ECommerce 电商', link: '/service/ec/index' }, { text: 'ECommerce 电商', link: '/service/ec/index' },
{ text: 'Social 社交', link: '/service/social/index' }, { text: 'Social 社交', link: '/service/social/index' },
{ text: 'Finance 金融', link: '/service/finance/index' }, { text: 'Finance 金融', link: '/service/finance/index' },