|
|
@ -163,12 +163,18 @@ export default defineConfig({
|
|
|
|
root: {
|
|
|
|
root: {
|
|
|
|
label: 'English',
|
|
|
|
label: 'English',
|
|
|
|
link: 'https://vitepress.dev',
|
|
|
|
link: 'https://vitepress.dev',
|
|
|
|
repo: 'https://github.com/vuejs/vitepress'
|
|
|
|
repository: {
|
|
|
|
|
|
|
|
link: 'https://github.com/vuejs/vitepress',
|
|
|
|
|
|
|
|
title: 'English Repository'
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
zh: {
|
|
|
|
zh: {
|
|
|
|
label: '简体中文',
|
|
|
|
label: '简体中文',
|
|
|
|
link: 'https://vitepress.dev/zh/',
|
|
|
|
link: 'https://vitepress.dev/zh/',
|
|
|
|
repo: 'https://github.com/vitejs/vite'
|
|
|
|
repository: {
|
|
|
|
|
|
|
|
link: 'https://github.com/vitejs/vite',
|
|
|
|
|
|
|
|
title: '中文存储库'
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
themeConfig: {
|
|
|
|
themeConfig: {
|
|
|
|