I went to cpp11's pkgdown site and searched for "clangd":
And, lo, the MAINTENANCE.md file is getting included in the website with the title NA:
https://cpp11.r-lib.org/MAINTENANCE.html
This actually lead me to some useful information, so that was cool! But this feels like an accident to me 🤷♀️ I assume if we were doing this on purpose, there would be a better title and some planned way to navigate to this file.
This is happening for lots of our packages. It makes me wonder if other top-level .md files are getting somewhat accidentally rendered by pkgdown.
I went to cpp11's pkgdown site and searched for "clangd":
And, lo, the
MAINTENANCE.mdfile is getting included in the website with the titleNA:https://cpp11.r-lib.org/MAINTENANCE.html
This actually lead me to some useful information, so that was cool! But this feels like an accident to me 🤷♀️ I assume if we were doing this on purpose, there would be a better title and some planned way to navigate to this file.
This is happening for lots of our packages. It makes me wonder if other top-level
.mdfiles are getting somewhat accidentally rendered by pkgdown.