feat install
This commit is contained in:
parent
97bd4b367d
commit
3498cc8f5e
|
@ -18,10 +18,15 @@ export default defineConfig({
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
{ text: '概述', link: '/overview/micro-service' },
|
{ text: '概述', link: '/overview/micro-service' },
|
||||||
{ text: '安装', link: '/install/os' },
|
{ text: '安装', link: '/install/os' },
|
||||||
{ text: '基础服务', link: '/infra' },
|
|
||||||
{ text: '应用服务', link: '/app' },
|
|
||||||
{
|
{
|
||||||
text: '各领域服务库',
|
text: 'Infra 基础服务',
|
||||||
|
items: [
|
||||||
|
{ text: 'Gateway API网关', link: '/infra/gateway' },
|
||||||
|
{ text: 'Registry 服务仓库', link: '/infra/registry' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'App 各领域服务库',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'ECommerce 电商', link: '/item-1' },
|
{ text: 'ECommerce 电商', link: '/item-1' },
|
||||||
{ text: 'Social 社交', link: '/item-1' },
|
{ text: 'Social 社交', link: '/item-1' },
|
||||||
|
@ -56,7 +61,7 @@ export default defineConfig({
|
||||||
text: '基础服务',
|
text: '基础服务',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Gateway API网关', link: '/infra/gateway' },
|
{ text: 'Gateway API网关', link: '/infra/gateway' },
|
||||||
{ text: 'Registry 服务仓库', link: '/infra/registry' }
|
{ text: '', link: '' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue