Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For a Quarto website, how to hide "On this page" bar/stack?

Tags:

quarto

I've checked the Quarto guide but it only describes how to hide the navbar and sidebar, which is not the "On this page" bar seen below on the right (in the margin):

Quarto Guide

like image 437
its.me.adam Avatar asked Sep 06 '25 03:09

its.me.adam


1 Answers

Edit the _quarto.yml file from toc: true to toc: false.

like image 116
its.me.adam Avatar answered Sep 07 '25 19:09

its.me.adam