modify toc

This commit is contained in:
HesterG 2023-07-03 14:37:14 +08:00
parent 213fb0cf01
commit 391d655dba

View file

@ -128,6 +128,10 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
tableOfContents: {
minHeadingLevel: 2,
maxHeadingLevel: 2,
},
}),
};