Allowing more levels of headings contributing to tables of contents, by default is up to 2 levels
This commit is contained in:
parent
d94dfb4cb0
commit
b14e20edff
|
@ -57,6 +57,10 @@ const config: Config = {
|
|||
themeConfig: {
|
||||
// Replace with your project's social card
|
||||
image: 'img/docusaurus-social-card.jpg',
|
||||
tableOfContents: {
|
||||
minHeadingLevel: 2,
|
||||
maxHeadingLevel: 5,
|
||||
},
|
||||
navbar: {
|
||||
title: 'OpenCDMP',
|
||||
logo: {
|
||||
|
|
Loading…
Reference in New Issue