config: enable deep outline

This allows to show more than just h2, which is needed for the
section numbers that currently use h3.
This commit is contained in:
lifehackerhansol 2024-09-20 14:57:02 -07:00
parent 06109b00e2
commit ec5d597c67
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -20,6 +20,9 @@ export default defineConfig({
root: i18n.en_US
},
themeConfig: {
outline: {
level: 'deep'
},
docFooter: {
prev: false,
next: false