升级:将 VitePress 版本升级为 v1.0.0-alpha.43(本次升级版本跨度大,调整内容也较多,包括:支持配置在大纲中隐藏 Badge 文本,VitePress 默认主题全局风格优化等)
This commit is contained in:
@@ -9,6 +9,7 @@ export const themeConfig: DefaultTheme.Config = {
|
||||
logo: '/logo.png',
|
||||
outline: 'deep', // 右侧大纲标题层级
|
||||
outlineTitle: '目录', // 右侧大纲标题文本配置
|
||||
outlineBadges: false, // 是否在大纲中显示 Badge 文本
|
||||
lastUpdatedText: '最后更新', // 最后更新时间文本配置, 需先配置lastUpdated为true
|
||||
// 文档页脚文本配置
|
||||
docFooter: {
|
||||
|
Reference in New Issue
Block a user