The master branch contains the production copy of the dynamic (Jade, Stylus, Coffee) documentation for Borg.
The develop branch contains the working development copy of dynamic documentation.
The gh-pages branch contains the latest production snapshot static HTML copy of the documentation.
Hosted by Github Pages at http://mikesmullin.github.io/borg-docs/
git checkout master
npm install
npm start
# browse to http://localhost:3000/git checkout gh-pages
./publish.sh
git add -A
git commit
git push