The source to the docs.trak.io site. If you feel like you can improve on what we have writen go ahead and fork and create a pull request.
- Fork this repo
- Clone your fork
- Once cloned, execute
bundle installto install required dependencies.
make build compiles the files into static HTML.
make server runs a server which serves the static HTML in _site. It's used when
developing the documentation locally.
make watch continuously builds the documentation, watching the files for changes.
It's handy when developing, as you don't have to keep executing make build.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
