dev
This commit is contained in:
		
							parent
							
								
									de971ad7f2
								
							
						
					
					
						commit
						f955007f00
					
				|  | @ -15,12 +15,18 @@ export default defineConfig({ | ||||||
|     // https://vitepress.dev/reference/default-theme-config
 |     // https://vitepress.dev/reference/default-theme-config
 | ||||||
|     nav: [ |     nav: [ | ||||||
|       { text: 'Home', link: '/' }, |       { 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: [ |     sidebar: [ | ||||||
|       { |       { | ||||||
|         text: 'Examples', |         text: '概述', | ||||||
|         items: [ |         items: [ | ||||||
|           { text: 'Markdown Examples', link: '/markdown-examples' }, |           { text: 'Markdown Examples', link: '/markdown-examples' }, | ||||||
|           { text: 'Runtime API Examples', link: '/api-examples' } |           { text: 'Runtime API Examples', link: '/api-examples' } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue