pull/1593/head
Xavi Lee 4 years ago
parent 1a4838b55d
commit 442348dba1

@ -46,8 +46,8 @@ function nav() {
},
{
text: '运行时 API',
link: '/api/',
activeMatch: '/api/'
link: '/zh/api/',
activeMatch: '/zh/api/'
},
{
text: '配置参考',
@ -135,14 +135,14 @@ function sidebarGuide() {
{ text: '默认主题', link: '/guide/default-theme' },
{
text: '扩展默认主题',
link: '/guide/customization-extending-default-theme'
link: '/zh/guide/customization-extending-default-theme'
},
{ text: '构建自定义主题', link: '/guide/customization-intro' },
{ text: '构建自定义主题', link: '/zh/guide/customization-intro' },
{
text: '运行时 API',
link: '/api/'
link: '/zh/api/'
},
{ text: 'Build-Time Data Loading', link: '/guide/data-loading' }
{ text: 'Build-Time Data Loading', link: '/zh/guide/data-loading' }
]
}
]

@ -205,6 +205,7 @@ export default {
- `aside-ads-after`
- 当通过 frontmatter 开启 `layout: 'home'`:
- `home-hero-before`
- `home-hero-info`
- `home-hero-after`
- `home-features-before`
- `home-features-after`

Loading…
Cancel
Save