This repository contains developer.gooddata.com website code.
Changes, corrections, content is gladly accepted. Here's a quick & rough guide:
- Fork this repository
- Make changes to your fork
- Send pull request upstream
If you want to preview your changes locally before submitting:
- make sure you have ruby and rubygems installed
- run
sudo gem install jekyll less yui-compressor
(more details: jekyll, less, YUICompressor) - install pygments (more details: pygments)
- run
jekyll --server --auto
in the root of your local repository clone - visit http://localhost:4000
Thanks,
-- GoodData Team