8000 ember-cli-deploy/docs at master · ember-cli-deploy/ember-cli-deploy · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

README.md

Ember CLI Deploy - Documentation

The docs site is a Jekyll site. To update, just update this docs director in the master branch (generally by merging a pull-request); no need to build, GitHub Pages will do that for us.

Local development

cd docs/
bundle install
bundle exec jekyll serve --watch --baseurl ''

Now, visit localhost:4000.

To author a new version of docs

  1. Update /_data/navs.yml with your Table of Contents
  2. Update _config.yml, the defaults key, with your new version
  3. Copy the previous version of docs under docs/docs to a new directory named the new version
  4. Start writing!
0