Skip to content

Commit

Permalink
config: enable deep outline
Browse files Browse the repository at this point in the history
This allows to show more than just h2, which is needed for the
section numbers that currently use h3.
  • Loading branch information
lifehackerhansol committed Sep 21, 2024
1 parent 15a572d commit 801a915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default defineConfig({
root: i18n.en_US
},
themeConfig: {
outline: {
level: 'deep'
},
docFooter: {
prev: false,
next: false
Expand Down

0 comments on commit 801a915

Please sign in to comment.