Skip to content

Commit

Permalink
docs: configure index sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Nov 10, 2024
1 parent e659247 commit cb486ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
items: [
{ text: 'Auto Sidebar', link: '/pages/en/integrations/vitepress-plugin-sidebar/' },
{ text: 'Enhanced Readabilities', link: '/pages/en/integrations/vitepress-plugin-enhanced-readabilities/' },
{ text: 'Index Page', link: '/pages/en/integrations/vitepress-plugin-index/' },
{
text: 'Inline Links Previewing',
collapsed: true,
Expand Down Expand Up @@ -185,6 +186,7 @@ export const sidebars: Record<string, DefaultTheme.Sidebar> = {
items: [
{ text: '自动生成侧边栏', link: '/pages/zh-CN/integrations/vitepress-plugin-sidebar/' },
{ text: '阅读增强', link: '/pages/zh-CN/integrations/vitepress-plugin-enhanced-readabilities/' },
{ text: '索引页', link: '/pages/zh-CN/integrations/vitepress-plugin-index/' },
{
text: '行内链接预览',
collapsed: true,
Expand Down

0 comments on commit cb486ef

Please sign in to comment.