From bb1ada643b9b5484fb90f512aae5b4dd75a62cc5 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Wed, 2 Oct 2024 00:51:03 +0800 Subject: [PATCH] dev --- src/.vitepress/config.mts | 20 +++++++++++--------- src/infra/gateway.md | 1 + src/infra/registry.md | 1 + src/infra/state.md | 1 + 4 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 src/infra/gateway.md create mode 100644 src/infra/registry.md create mode 100644 src/infra/state.md diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index f697c43..92f1370 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -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' } ] }, ], diff --git a/src/infra/gateway.md b/src/infra/gateway.md new file mode 100644 index 0000000..3bebebc --- /dev/null +++ b/src/infra/gateway.md @@ -0,0 +1 @@ +# Gateway API网关 \ No newline at end of file diff --git a/src/infra/registry.md b/src/infra/registry.md new file mode 100644 index 0000000..c499e9a --- /dev/null +++ b/src/infra/registry.md @@ -0,0 +1 @@ +# Registry 服务仓库 \ No newline at end of file diff --git a/src/infra/state.md b/src/infra/state.md new file mode 100644 index 0000000..b9da67e --- /dev/null +++ b/src/infra/state.md @@ -0,0 +1 @@ +# State 性能状态 \ No newline at end of file