Skip to content

Commit 16cdf78

Browse files
committed
Show more docs headers
1 parent 35efff9 commit 16cdf78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ const config: Config = {
7070
repoUrl: 'https://github.com/reduxjs/redux-toolkit',
7171
},
7272
themeConfig: {
73+
tableOfContents: {
74+
minHeadingLevel: 2,
75+
maxHeadingLevel: 4,
76+
},
7377
metadata: [{ name: 'twitter:card', content: 'summary' }],
7478
prism: {
7579
theme: require('./src/js/monokaiTheme.js'),

0 commit comments

Comments
 (0)