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
Add optional page navigation to top toc dropdown (#12715)
This extends the top floating table-of-contents dropdown by an optional
page navigation list, for use inside FWE tutorials.
<img width="369" height="786" alt="Bildschirmfoto 2025-11-18 um 14 04
38"
src="https://github.com/user-attachments/assets/b85d3a07-cb01-4d39-9bce-f5f6f9828fca"
/>
---
Differences to the current toc:
- Instead of "On this page" shows the current page title
- When open, shows a list of pages (including chapters).
- The current page's toc is nested under the entry of the current page
(design & behavior stays the same)
To test this, I also created a new `TutorialLayout` that hides the
sidebar and forces the floating toc bar on all screen sizes. This should
be improved in the future.
---------
Co-authored-by: Parker Lougheed <[email protected]>
0 commit comments