Open
Description
We've got a very initial downloads page on our website here: https://positron.posit.co/download
We would like to add a button that helps folks download the correct version for them. Here are some examples:
- https://code.visualstudio.com/
- https://quarto.org/docs/get-started/
- https://posit.co/download/rstudio-desktop/
The logic that Quarto uses to create the button lives mainly in https://github.com/quarto-dev/quarto-web/blob/main/docs/download/_download.html. I will need a pointer to the logic for the RStudio webpage.
Some questions I have currently:
- Do we provide the system install for Windows users? What does VS Code do?
- Do we try this at all for Linux? Or just skip the button when Linux is the OS?
- What do we do on mobile? Both Quarto and RStudio give me the button for the macOS installer. 😆 I wonder what happens on Android?!
Activity