Sha256: 4ce5d4324d3b08c7bf044a3fc72788a148a3ea6c8774340a3a4df09718d7c929
Contents?: true
Size: 558 Bytes
Versions: 16
Compression:
Stored size: 558 Bytes
Contents
# Chameleon Docs This repo contains the source and compiled docs for [Chameleon](https://github.com/pusher/chameleon). ## Building The site is built on Jekyll, which allows us to host the site on Github Pages. However due to restrictions on external plugins, the site should first be compiled locally, and then pushed on to the `gh-pages` branch. A Rakefile is included which automates this. To build the site, run: `rake site:publish`. This will: - Compile the jekyll site - Create a new git commit with the new site - Push to the live gh-pages branch
Version data entries
16 entries across 16 versions & 2 rubygems