Hiding Contents sidebar#
Furo supports hiding the “Contents” sidebar (right), and does so automatically for any pages that don’t have any inner headings.
To explicitly hide it on a specific page, hide-toc
can be set in the File-Wide metadata for that page.
:hide-toc:
[page contents]
---
hide-toc: true
---
[page contents]