This commit is contained in:
yanweidong 2024-09-29 13:51:32 +08:00
parent de971ad7f2
commit f955007f00
1 changed files with 8 additions and 2 deletions

View File

@ -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' }