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
Is your feature request related to a problem? Please describe.
Navigating any one page of docs with this theme on mobile, or on desktop with a window not wide enough for the widest layout to apply, can be tedious because the table of contents becomes completely inaccessible.
The search function is absolutely excellent, but for navigation within a page, it isn't very useful. Especially if you aren't very familiar with the code base already.
--
Describe the solution you'd like
I'd love to see a theme option that allows you to put the table of contents in the appropriate section of the sidebar/mobile menu all the time. Or, alternatively, to move it between it's default location, the sidebar, and the mobile menu according to the current layout. I think this would really improve the experience of using docs with this theme.
--
Describe alternatives you've considered
I've managed to tack this functionality onto one of my existing projects with custom css and js files. But it would be very convenient if it was a theme option.
Is your feature request related to a problem? Please describe.
Navigating any one page of docs with this theme on mobile, or on desktop with a window not wide enough for the widest layout to apply, can be tedious because the table of contents becomes completely inaccessible.
The search function is absolutely excellent, but for navigation within a page, it isn't very useful. Especially if you aren't very familiar with the code base already.
--
Describe the solution you'd like
I'd love to see a theme option that allows you to put the table of contents in the appropriate section of the sidebar/mobile menu all the time. Or, alternatively, to move it between it's default location, the sidebar, and the mobile menu according to the current layout. I think this would really improve the experience of using docs with this theme.
--
Describe alternatives you've considered
I've managed to tack this functionality onto one of my existing projects with custom css and js files. But it would be very convenient if it was a theme option.
--
Additional context
Relevant commit from one of my current projects that shows the custom css/js that produced the following screenshots. (Not a live demo; that's on a development branch)
Screenshots of the behaviour I'm looking for:
The text was updated successfully, but these errors were encountered: