Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 492 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 492 Bytes

OpenStack4j's Website

This is the source to https://openstack4j.github.io/. We use Jekyll to generate the static content for this site.

Pre-requisites

gem install jekyll

Run

jekyll serve -w

Browse on http://localhost:4000

Run with Docker

./serve

Browse on http://localhost:4000

Contribute

Have documentation you would like to contribute to the OpenStack4j site. Fork this repo, update the docs and submit a pull request for review