rstudio / connectapi

An R package for interacting with the RStudio Connect Server API
https://pkgs.rstudio.com/connectapi/
Other
43 stars 25 forks source link

upgrade pkgdown to bootstrap 5 #306

Open fh-mthomson opened 3 weeks ago

fh-mthomson commented 3 weeks ago

Intent

Address pkgdown aspect of #275

Approach

When setting up pkgdown in a new package, via usethis::use_pkgdown() programmatically adds:

template:
  bootstrap: 5

Which should be minimally sufficient to enable search by default, from what I've seen in developing other packages.

Related docs:

Testing

I'm unable to run pkgdown::build_site() locally, given vignettes that require certain test artifacts to be accessible from a Connect instance. I'll take a look at the resulting CI logs, but a bit limited in being able to test more than that, from what I can tell.

Checklist