升级:VitePress 版本升级为 v1.0.0-alpha.14(官方主题支持outline/大纲/目录多级展示,原来只能在目录展示2级标题)

This commit is contained in:
2022-09-14 14:26:55 +08:00
parent 8b9fc81919
commit 11c6e8ee53
15 changed files with 159 additions and 254 deletions

View File

@@ -7,6 +7,7 @@ export const themeConfig: DefaultTheme.Config = {
sidebar, // 侧边栏配置
logo: '/logo.png',
outline: 'deep', // 右侧大纲标题层级
outlineTitle: '目录', // 右侧大纲标题文本配置
lastUpdatedText: '最后更新', // 最后更新时间文本配置, 需先配置lastUpdated为true
// 文档页脚文本配置