Remove GitHub "edit this page" link for auto-generated pages #337
-
|
Quarto has a nice feature to add a helpful "edit this page" link This lowers the barrier for people to contribute to your documentation. But for the Reference pages (auto-generated by quartodoc), I would like to remove those links, since editing that page would be useless. According to the Quarto docs I could add ---
repo-actions: false
---to the pages where I want to remove these links, but how do I add this to the quartodoc generated pages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey--I'm so sorry for the wait. Would this work?
https://quarto.org/docs/projects/quarto-projects.html#directory-metadata |
Beta Was this translation helpful? Give feedback.

Hey--I'm so sorry for the wait. Would this work?
_metadata.ymlin the folder where your API pages were generated (e.g.api/_metadata.yml)repo-actions: falsetherehttps://quarto.org/docs/projects/quarto-projects.html#directory-metadata