升级:VitePress 版本升级为 v1.0.0-alpha.14(官方主题支持outline/大纲/目录多级展示,原来只能在目录展示2级标题)
This commit is contained in:
@@ -7,6 +7,7 @@ export const themeConfig: DefaultTheme.Config = {
|
||||
sidebar, // 侧边栏配置
|
||||
|
||||
logo: '/logo.png',
|
||||
outline: 'deep', // 右侧大纲标题层级
|
||||
outlineTitle: '目录', // 右侧大纲标题文本配置
|
||||
lastUpdatedText: '最后更新', // 最后更新时间文本配置, 需先配置lastUpdated为true
|
||||
// 文档页脚文本配置
|
||||
|
Reference in New Issue
Block a user