You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vitepress/docs/zh/guide/migration-from-vitepress-0.md

1.3 KiB

从 VitePress 0.x 迁移

如果你来自 VitePress 0.x 版本,由于新功能和增强功能,会有一些重大更改。 请按照本指南了解如何将你的应用程序迁移到最新的 VitePress。

应用全局配置

  • 国际化功能尚未实现。

主题配置

  • sidebar 选项改变了它的结构。
    • children key现在命名为 items
    • 顶级项目目前可能不包含 link。我们打算把它转回来。
  • 删除了reporepoLabeldocsDirdocsBrancheditLinkseditLinkText,以支持更灵活的 api。
    • 要将带有图标的 GitHub 链接添加到导航,请使用社交链接功能。
    • 要添加“编辑此页面”功能,请使用编辑链接功能。
  • lastUpdated 选项现在分为 config.lastUpdatedthemeConfig.lastUpdatedText
  • carbonAds.carbon 更改为 carbonAds.code

Frontmatter 配置

  • home: true 选项已更改为 layout: home。此外,还修改了许多与主页相关的设置以提供附加功能。详情请参阅主页指南
  • footer 选项移至 themeConfig.footer