From f955007f00df99d40b31f2d27b7715412b2d8676 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Sun, 29 Sep 2024 13:51:32 +0800 Subject: [PATCH] dev --- src/.vitepress/config.mts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 2641385..f469ece 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -15,12 +15,18 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config nav: [ { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' } + { text: '概述', link: '/overview' }, + { text: '基础组件', link: '/infra' }, + { text: '基础服务', link: '/base' }, + { text: '应用服务', link: '/app' }, + { text: '各领域服务库', link: '/libs' }, + { text: '开发指南', link: '/guide' }, + { text: '森林AI', link: 'https://www.senlinai.com', target: '_blank' } ], sidebar: [ { - text: 'Examples', + text: '概述', items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, { text: 'Runtime API Examples', link: '/api-examples' }