n# 从 VitePress 0.x 迁移
如果你来自 VitePress 0.x 版本,VitePress 有了一些重大更改。请按照本指南了解如何将应用程序迁移到最新的 VitePress。
应用配置
- 国际化功能尚未实现。
主题配置
sidebar
选项改变了它的结构。children
现在命名为items
。- 顶级侧边栏不包含
link
。我们打算把它改回来。
- 删除了
repo
、repoLabel
、docsDir
、docsBranch
、editLinks
、editLinkText
,以支持更灵活的api。 lastUpdated
选项现在分为config.lastUpdated
和themeConfig.lastUpdatedText
。carbonAds.carbon
更改为carbonAds.code
.
frontmatter 配置
home: true
选项已更改为layout: home
。此外,还修改了许多与主页相关的设置以提供附加功能。详情请参阅 主页指南。footer
选项移至themeConfig.footer
.