pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
I'm not sure the difference between the two, in particular I'm not sure why we would want to "build" without deploying? But just generally, these are very specific terms it...
https://github.com/r-lib/pkgdown/blob/676cf1dce39e4dc5aa1bcb671b1e14e992589a0a/vignettes/how-to-update-released-site.Rmd#L154 Is that an evergreen recommendation? Or just happened to need the dev version when this was written 2 years ago?
Let's say my _pkgdown.yml contains the following error ```yaml reference: - title: contents: - starts_with(c("topic_a", "topic_b")) ``` In R 4.2, I just get an uninformative warning when I run `check_pkgdown()`...
Bug noticed by @flor14 For vignettes with long titles, placing the articles on the right on the navbar means that the titles are truncated. The truncation also happen if the...
Like typing `/` to start search. This is enabled on Quarto websites by default
As suggested by @maelle (https://github.com/r-lib/pkgdown/pull/2333#discussion_r1376209758), I tried to neutralize the gender forms in the translations
If `pkg` is not available within the functions Added a couple of `call` to improve error messages as I saw them. Sorry the PR is not very focused. Sometimes it...
Directly includes all external assets (JS, CSS, fonts) from first-party plus switches to the minified version of `fuse.js`. Only implemented for BS5 (old BS3 is left untouched). All external assets...
--- Close #2358
Copies relevant, recent work from rstudio/bslib kudos to @gadenbuie related to #1696