How to conditionally include the "edit this page" and "report an issue" sidebars? #6479
-
DescriptionThis is a great feature: But does anyone know how to turn it off? For example, is it possible if I had a website to include it on certain pages and not on others? Googling is failing me because searching "edit this page" brings up nearly all of the quarto docs :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I don't believe it's possible as it currently is a project option, see https://quarto.org/docs/websites/website-navigation.html#github-links. Could you elaborate on your use case? I don't see what's the benefits as if a page is "editable" on GitHub, this means all the other pages are, with or without the links. |
Beta Was this translation helpful? Give feedback.
Starting in Quarto 1.4, you'll be able to specify
repo-actions: false
in the yaml block for a page to prevent the display of repository actions on a page (added here e8d348e).