This is the source to OpenStack4j.com. We use Jekyll to generate the static content for this site.
gem install jekyll
jekyll serve -w
Browse on http://localhost:4000
docker build --tag os4jdoc . && docker run --name os4jdoc -d -p 4000:4000 -p 80:80 os4jdoc
Have documentation you would like to contribute to the OpenStack4j site. Fork this repo, update the docs and submit a pull request for review