We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35efff9 commit 16cdf78Copy full SHA for 16cdf78
website/docusaurus.config.ts
@@ -70,6 +70,10 @@ const config: Config = {
70
repoUrl: 'https://github.com/reduxjs/redux-toolkit',
71
},
72
themeConfig: {
73
+ tableOfContents: {
74
+ minHeadingLevel: 2,
75
+ maxHeadingLevel: 4,
76
+ },
77
metadata: [{ name: 'twitter:card', content: 'summary' }],
78
prism: {
79
theme: require('./src/js/monokaiTheme.js'),
0 commit comments