Hiding Contents sidebar¶
Added in version 2020.08.14.beta5.
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]