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: {
|
themeConfig: {
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: 'img/docusaurus-social-card.jpg',
|
image: 'img/docusaurus-social-card.jpg',
|
||||||
|
tableOfContents: {
|
||||||
|
minHeadingLevel: 2,
|
||||||
|
maxHeadingLevel: 5,
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'OpenCDMP',
|
title: 'OpenCDMP',
|
||||||
logo: {
|
logo: {
|
||||||
|
|
Loading…
Reference in New Issue