We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now the max value of sidebarDepth is 2, could you support 3?
sidebarDepth
In some cases, only 2 levels may not meets the needs.
sidebarDepth: 3
I think extracting h4 would be similar with extracting h2 and h3. It may not be hard to be implemented.
Currently not.
The text was updated successfully, but these errors were encountered:
Duplicate of #984
Sorry, something went wrong.
According to the docs this has not been added, and is not covered by #984 or PR #1945, please consider reopening
EDIT: It does seem with setting: extractHeaders: [ 'h2', 'h3', 'h4' ]
extractHeaders: [ 'h2', 'h3', 'h4' ]
And sidebarDepth: 2, the h4 headers are included in the sidebar
sidebarDepth: 2,
No branches or pull requests
Feature request
Now the max value of
sidebarDepth
is 2, could you support 3?What problem does this feature solve?
In some cases, only 2 levels may not meets the needs.
What does the proposed API look like?
sidebarDepth: 3
How should this be implemented in your opinion?
I think extracting h4 would be similar with extracting h2 and h3. It may not be hard to be implemented.
Are you willing to work on this yourself?
Currently not.
The text was updated successfully, but these errors were encountered: