diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 92f1370..2ba533f 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -63,7 +63,8 @@ export default defineConfig({ text: '基础服务', items: [ { text: 'Gateway API网关', link: '/infra/gateway' }, - { text: 'Registry 服务仓库', link: '/infra/registry' } + { text: 'Registry 服务仓库', link: '/infra/registry' }, + { text: 'State 性能状态', link: '/infra/state' } ] }, ],