1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-24 09:13:16 +02:00

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

View File

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