This commit is contained in:
yanweidong 2024-10-02 00:51:03 +08:00
parent 2fa20afca8
commit bb1ada643b
4 changed files with 14 additions and 9 deletions

View File

@ -22,18 +22,20 @@ export default defineConfig({
text: 'Infra 基础服务',
items: [
{ text: 'Gateway API网关', link: '/infra/gateway' },
{ text: 'Registry 服务仓库', link: '/infra/registry' }
{ text: 'Registry 服务仓库', link: '/infra/registry' },
{ text: 'State 性能状态', link: '/infra/state' }
]
},
{
text: 'App 各领域服务库',
text: 'Service 服务库',
items: [
{ text: 'ECommerce 电商', link: '/item-1' },
{ text: 'Social 社交', link: '/item-1' },
{ text: 'Finance 金融', link: '/item-1' },
{ text: 'UGC 内容', link: '/item-1' },
{ text: 'IM 即时通讯', link: '/item-2' },
{ text: 'IoT 物联网', link: '/item-3' }
{ text: 'ECommerce 电商', link: '/service/ec/index' },
{ text: 'Social 社交', link: '/service/social/index' },
{ text: 'Finance 金融', link: '/service/finance/index' },
{ text: 'UGC 内容', link: '/service/ugc/index' },
{ text: 'IM 即时通讯', link: '/service/im/index' },
{ text: 'IoT 物联网', link: '/service/iot/index' },
{ text: 'Mgt 管理端', link: '/service/mgt/index' },
]
},
{ text: '开发指南', link: '/guide' },
@ -61,7 +63,7 @@ export default defineConfig({
text: '基础服务',
items: [
{ text: 'Gateway API网关', link: '/infra/gateway' },
{ text: '', link: '' }
{ text: 'Registry 服务仓库', link: '/infra/registry' }
]
},
],

1
src/infra/gateway.md Normal file
View File

@ -0,0 +1 @@
# Gateway API网关

1
src/infra/registry.md Normal file
View File

@ -0,0 +1 @@
# Registry 服务仓库

1
src/infra/state.md Normal file
View File

@ -0,0 +1 @@
# State 性能状态