Can you please consider adding the third level of headings in the docs pages to the table of contents, some of the larger pages are also the ones I reference the most like Start-ADTProcess and Start-ADTMsiProcess, being able to navigate directly to the necessary parameter would significantly improve the end user experience for the site on the longer pages.
Example of this in action from the Docusaurus Powershell site
|
tableOfContents: { |
|
minHeadingLevel: 2, |
|
maxHeadingLevel: 2, |
|
}, |
Can you please consider adding the third level of headings in the docs pages to the table of contents, some of the larger pages are also the ones I reference the most like Start-ADTProcess and Start-ADTMsiProcess, being able to navigate directly to the necessary parameter would significantly improve the end user experience for the site on the longer pages.
Example of this in action from the Docusaurus Powershell site
website/docusaurus.config.js
Lines 127 to 130 in 24c410d