@@ -37,7 +37,7 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
3737 { text : 'Enhanced Readabilities' , link : '/pages/en/integrations/vitepress-plugin-enhanced-readabilities/' } ,
3838 { text : 'Inline Links Previewing' , link : '/pages/en/integrations/vitepress-plugin-inline-link-preview/' } ,
3939 { text : 'Blinking highlight targeted heading' , link : '/pages/en/integrations/vitepress-plugin-highlight-targeted-heading/' } ,
40- { text : 'Changelog & File history ' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/' } ,
40+ { text : 'Git-based page histories ' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/' } ,
4141 { text : 'Page properties' , link : '/pages/en/integrations/vitepress-plugin-page-properties/' } ,
4242 { text : 'Previewing image (social media card) generation' , link : '/pages/en/integrations/vitepress-plugin-og-image/' } ,
4343 { text : 'Enhanced mark elements' , link : '/pages/en/integrations/vitepress-plugin-enhanced-mark/' } ,
@@ -96,7 +96,16 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
9696 ] ,
9797 } ,
9898 { text : 'Blinking highlight targeted heading' , link : '/pages/en/integrations/vitepress-plugin-highlight-targeted-heading/' } ,
99- { text : 'Changelog & File history' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/' } ,
99+ {
100+ text : 'Git-based page histories' ,
101+ collapsed : true ,
102+ items : [
103+ { text : 'Overview' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/' } ,
104+ { text : 'Getting started' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/getting-started' } ,
105+ { text : 'Configure UI' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/configure-ui' } ,
106+ { text : 'Configure Vite Plugins' , link : '/pages/en/integrations/vitepress-plugin-git-changelog/configure-vite-plugins' } ,
107+ ] ,
108+ } ,
100109 { text : 'Page properties' , link : '/pages/en/integrations/vitepress-plugin-page-properties/' } ,
101110 { text : 'Previewing image (social media card) generation' , link : '/pages/en/integrations/vitepress-plugin-og-image/' } ,
102111 { text : 'Enhanced mark elements' , link : '/pages/en/integrations/vitepress-plugin-enhanced-mark/' } ,
@@ -171,7 +180,7 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
171180 { text : '阅读增强' , link : '/pages/zh-CN/integrations/vitepress-plugin-enhanced-readabilities/' } ,
172181 { text : '行内链接预览' , link : '/pages/zh-CN/integrations/vitepress-plugin-inline-link-preview/' } ,
173182 { text : '闪烁高亮当前的目标标题' , link : '/pages/zh-CN/integrations/vitepress-plugin-highlight-targeted-heading/' } ,
174- { text : '变更日志 及 文件历史 ' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/' } ,
183+ { text : '基于 Git 的页面历史 ' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/' } ,
175184 { text : '页面属性' , link : '/pages/zh-CN/integrations/vitepress-plugin-page-properties/' } ,
176185 { text : '预览图片(社交媒体卡片)生成' , link : '/pages/zh-CN/integrations/vitepress-plugin-og-image/' } ,
177186 { text : 'mark 元素增强' , link : '/pages/zh-CN/integrations/vitepress-plugin-enhanced-mark/' } ,
@@ -230,7 +239,16 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
230239 ] ,
231240 } ,
232241 { text : '闪烁高亮当前的目标标题' , link : '/pages/zh-CN/integrations/vitepress-plugin-highlight-targeted-heading/' } ,
233- { text : '变更日志 及 文件历史' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/' } ,
242+ {
243+ text : '基于 Git 的页面历史' ,
244+ collapsed : true ,
245+ items : [
246+ { text : '介绍' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/' } ,
247+ { text : '快速上手' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/getting-started' } ,
248+ { text : '配置 UI 组件' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/configure-ui' } ,
249+ { text : '配置 Vite 插件' , link : '/pages/zh-CN/integrations/vitepress-plugin-git-changelog/configure-vite-plugins' } ,
250+ ] ,
251+ } ,
234252 { text : '页面属性' , link : '/pages/zh-CN/integrations/vitepress-plugin-page-properties/' } ,
235253 { text : '预览图片(社交媒体卡片)生成' , link : '/pages/zh-CN/integrations/vitepress-plugin-og-image/' } ,
236254 { text : 'mark 元素增强' , link : '/pages/zh-CN/integrations/vitepress-plugin-enhanced-mark/' } ,
@@ -416,7 +434,7 @@ export default defineConfig({
416434 { prefix : '/pages/en/integrations/markdown-it' , text : 'Markdown It Plugins' } ,
417435 { prefix : '/pages/en/integrations/obsidian-plugin' , text : 'Obsidian Plugins' } ,
418436 { prefix : '/pages/en/integrations/vitepress-plugin-inline-link-preview' , text : 'VitePress Plugin: Inline Links Previewing' } ,
419- { prefix : '/pages/en/integrations/vitepress-plugin-git-changelog' , text : 'VitePress Plugin: Changelog & File history ' } ,
437+ { prefix : '/pages/en/integrations/vitepress-plugin-git-changelog' , text : 'VitePress Plugin: Git-based page histories ' } ,
420438 { prefix : '/pages/en/integrations/vitepress-plugin-thumbnail-hash' , text : 'VitePress Plugin: Thumbnail hashing for images' } ,
421439 { prefix : '/pages/en/integrations/vitepress-plugin' , text : 'VitePress Plugins' } ,
422440 { prefix : '/pages/en/integrations/' , text : 'Integrations' } ,
0 commit comments