You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, all TOC headers need to be defined at the same hierarchy level. This is due to the way I am using certain jQuery selectors. I will leave this issue open as I spend some time finding a better solution. Feel free to make a pull request as well =)
Also, I just released Tocify v0.7.0. Make sure to upgrade, as I fixed a show/hide bug!
Hey! First, thanks for your jQuery plugin! :)
I'm currently trying to integrate your lib into a build-in Sphinx documentation. All works fine except for nested selectors.
The context use by the plugin follow this structure:
The javascript use in order to tocify the context is:
The TOC only shows h1.
It seems selectors are defined on the same level in the demo. I don't know if it is the reason of the issue. Anyway, is there a solution?
The text was updated successfully, but these errors were encountered: