The Denali docs are built using Broccoli. The source files are on the docs
branch,
and are written in Markdown. The deploy.sh
script on the
docs
branch will build the docs, copy them to this (gh-pages
) branch, commit
and push them up.
$ npm install -g broccoli-cli trash-cli
$ npm install
$ broccoli build dist
$ ./deploy.sh