olivroy

Results 219 issues of olivroy

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()`...

feature
reference :books:

Like typing `/` to start search. This is enabled on Quarto websites by default

feature
front end :tulip:
tidy-dev-day :nerd_face:

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...

Sorry if this issue is not as focused. Here is a workflow I sometimes use when working on packages to preview its reference index without rendering everything. ```r # on...

feature

![image](https://github.com/r-lib/pkgdown/assets/52606734/53e84a3d-64b6-488c-a92c-3db5d8ae934f) When in narrow view, we only see the Content button on the right and the package name. Imo, there would be plenty of space to at least show the...

feature
front end :tulip: