Skip to content

Commit ef8de59

Browse files
committed
docs(vitepress): add outline configuration with level range
1 parent 9b607d0 commit ef8de59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export default defineConfig({
3838
},
3939
],
4040

41+
outline: {
42+
level: [2, 6],
43+
},
44+
4145
sidebar: [
4246
{
4347
text: 'Introduction',

0 commit comments

Comments
 (0)