roc/www
2021-08-08 20:04:29 -04:00
..
public Drop obsolete search.js 2021-08-08 00:30:35 -04:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh Build all the docs on CI 2021-08-08 20:04:29 -04:00
netlify.toml Add www.roc-lang.org assets 2021-06-05 19:06:40 -04:00
README.md Add code blocks to README 2021-08-04 09:01:49 -04:00

How to update www.roc-lang.org :

  • create a new branch, for example update-www based on www
  • pull trunk into update-www
  • update for example the file www/public/index.html
  • do a PR against www
  • check deploy preview
  • review and merge