Here you can find the source code for the website https://tensorflow.rstudio.com (also https://keras.rstudio.com, which redirects to https://tensorflow.rstudio.com).
Contributions are welcome! If you would like to propose changes to the website:
source()
the R script _utils/create-r-tensorflow-website-venv.R.Rscript _utils/create-r-tensorflow-website-venv.R
quarto preview
. The first time you run this it will take up to 10 minutes to create a new folder in the project: "_site". This is a local build of the website you will be able to work with interactively. Once quarto is done rendering the local site, you it will open a browser where you can preview your changes live.quarto preview
will automatically execute and rerender the updated qmds and you will see your changes reflected in the live preview in the browser.If you run into any difficulties with the instructions above, please don't hesitate to file an issue.