@@ -3,27 +3,27 @@ import { defineConfig } from 'vitepress'
33// https://vitepress.dev/reference/site-config
44export default defineConfig ( {
55 base : '/' ,
6- title : "SurveyController 文档 " ,
7- description : "A VitePress Site " ,
6+ title : "SurveyController" ,
7+ description : "基于 VitePress 的文档站点 " ,
88 themeConfig : {
99 // https://vitepress.dev/reference/default-theme-config
1010 nav : [
11- { text : 'Home ' , link : '/' } ,
12- { text : 'Examples ' , link : '/markdown-examples' }
11+ { text : '首页 ' , link : '/' } ,
12+ { text : '示例 ' , link : '/markdown-examples' }
1313 ] ,
1414
1515 sidebar : [
1616 {
17- text : 'Examples ' ,
17+ text : '示例 ' ,
1818 items : [
19- { text : 'Markdown Examples ' , link : '/markdown-examples' } ,
20- { text : 'Runtime API Examples ' , link : '/api-examples' }
19+ { text : 'Markdown 示例 ' , link : '/markdown-examples' } ,
20+ { text : '运行时 API 示例 ' , link : '/api-examples' }
2121 ]
2222 }
2323 ] ,
2424
2525 socialLinks : [
26- { icon : 'github' , link : 'https://github.com/vuejs/vitepress ' }
26+ { icon : 'github' , link : 'https://github.com/hungryM0/SurveyController ' }
2727 ]
2828 }
2929} )
0 commit comments