Allowing more levels of headings contributing to tables of contents, by default is up to 2 levels

This commit is contained in:
Thomas Georgios Giannos 2024-05-14 10:41:37 +03:00
parent d94dfb4cb0
commit b14e20edff
1 changed files with 4 additions and 0 deletions

View File

@ -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: {