rq/contrib/docs.md

17 lines
252 B
Markdown
Raw Permalink Normal View History

---
title: "Documentation"
layout: contrib
---
2014-09-08 11:04:58 +00:00
### Running docs locally
2014-09-14 08:05:06 +00:00
To build the docs, run [jekyll](http://jekyllrb.com/):
2014-09-08 11:04:58 +00:00
```
jekyll serve
```
2014-09-14 08:05:06 +00:00
If you rather use Vagrant, see [these instructions][v].
2014-09-08 11:04:58 +00:00
2014-09-14 08:05:06 +00:00
[v]: {{site.baseurl}}docs/contrib/vagrant/