pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
## Overview This issue is to lay out my thoughts about a gallery feature for pkgdown sites. The goal is to facilitate making pages similar to the existing [learnr](https://pkgs.rstudio.com/learnr/examples.html) and...
On small devices e.g. IPhone, the article I edited gets a horizontal scrollbar which hides the toggle button (well one can scroll to find it).
When `?foo` is an alias of `?bar`, the R help redirects `foo` to `bar` automatically. This means aliases and topics are interchangeable and changing which is what is backwards compatible....
* [ ] Think about what should happen with sidebar * [ ] Greater distinction between heading text Fixes #1849
- Adds a `` tag to the generated HTML (with the same content as the `` tag) which [pleases Lighthouse](https://web.dev/meta-description/). - Normalizes whitespace chars within content extracted from the DESCRIPTION...
There will be two CSS files, one light and one dark. I am wondering how users could provide variables especially for dark mode (bslib-dark in YAML?). ```yaml bslib: variable1: bla...
When checking out a package via its pkgdown homepage, I often click on the GitHub icon to go open DESCRIPTION and look at the package and external dependencies. It'd be...
(with a few tweaks for our needs) * Latest continues to live in top-level directory * Tagged releases built in `/version/...` (also need to be able to run locally in...
- [ ] Alignment of the dark mode toggle - [ ] Is the JS logic ok - [ ] How to create 2 stylesheets https://github.com/rstudio/bslib/issues/326 - [ ] Colors...