Remove GitHub "edit this page" link for auto-generated pages #337
Answered
by
machow
ecomodeller
asked this question in
Q&A
|
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? |
Answered by
machow
May 13, 2024
Replies: 1 comment
|
Hey--I'm so sorry for the wait. Would this work?
https://quarto.org/docs/projects/quarto-projects.html#directory-metadata |
0 replies
Answer selected by
ecomodeller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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