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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user