Skip to content

Commit e25cf0b

Browse files
committed
docs: update TOC depth
1 parent 1cf4cbd commit e25cf0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/nuxt.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ export default defineNuxtConfig({
2424
},
2525

2626
content: {
27+
build: {
28+
markdown: {
29+
toc: {
30+
depth: 4,
31+
searchDepth: 4,
32+
},
33+
},
34+
},
2735
database: {
2836
type: 'd1',
2937
binding: 'DB',

0 commit comments

Comments
 (0)