April 20, 2026

Mobile table of contents bar

Pages using the guide and overview layouts can now display a sticky table of contents bar below the header on mobile and tablet viewports. The bar shows a scroll progress indicator and the current heading, and expands to the full table of contents when tapped.

Enable it by adding mobile-toc: true under layout in docs.yml:

docs.yml
1layout:
2 mobile-toc: true
Read the docs