ray/doc/site
2020-04-13 16:17:05 -07:00
..
_includes Clean up top level Ray dir (#5404) 2019-08-08 23:35:55 -07:00
_posts Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
assets Clean up top level Ray dir (#5404) 2019-08-08 23:35:55 -07:00
css Clean up top level Ray dir (#5404) 2019-08-08 23:35:55 -07:00
_config.yml [bug] Attempt to fix links not working. (#6390) 2019-12-07 14:31:50 -08:00
blog.html [bug] Attempt to fix links not working. (#6390) 2019-12-07 14:31:50 -08:00
community.html [bug] Attempt to fix links not working. (#6390) 2019-12-07 14:31:50 -08:00
Gemfile Clean up top level Ray dir (#5404) 2019-08-08 23:35:55 -07:00
get_ray.html Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
index.html Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
README.md Clean up top level Ray dir (#5404) 2019-08-08 23:35:55 -07:00

Ray Website

Development instructions

With Ruby >= 2.1 installed, run:

gem install jekyll bundler
bundle install

To view the site, run:

bundle exec jekyll serve

To view the site with Google Analytics, run:

JEKYLL_ENV=production bundle exec jekyll serve

Deployment

To deploy the site, run

cd ~
git clone git@github.com:ray-project/ray-project.github.io.git
cd ray-project.github.io
cp -r ~/ray/site/* .

and commit as well as push the desired changes.