collapsible sidebar root sidebar items
Feature request
It'd be nice to be able to expand collapse the root sidebar items.
F.e., in the Docsify guide, clicking Customization would collapse that section in the UI.
What problem does this feature solve?
can make it easier to focus on specific parts of the docs.
The function is already implemented, https://github.com/docsifyjs/docsify/commit/5e161a1?
Should we close this issue? @trusktr
Is this issue still active @sy-records ?
The function is already implemented, 5e161a1?
Should we close this issue? @trusktr
That's only for sub-items, not the root of the sidebar.
Try clicking this, and it won't do anything:
Looks like https://github.com/docsifyjs/docsify/pull/1979 adds the feature. Nice! 🎉