Skip to content

Commit

Permalink
Merge pull request #6 from project-trans/dev/outlines: fix: not recur…
Browse files Browse the repository at this point in the history
…sively display all the heading levels in outline

fix: not recursively display all the heading levels in outline
  • Loading branch information
yaoyao-moe authored Dec 12, 2023
2 parents 443dd9f + 1ded2e7 commit 7e29859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
},

// label localization
outline: { label: '本页大纲' },
outline: { label: '本页大纲', level: 'deep' },
lastUpdated: { text: '最后更新' },
darkModeSwitchLabel: '深色模式',
sidebarMenuLabel: '目录',
Expand Down

0 comments on commit 7e29859

Please sign in to comment.