emberjs/api.emberjs.com

Name: api.emberjs.com

Owner: Ember.js

Description: Repo to handle publication of API documentation for the Ember.js family of libraries

Created: 2015-02-11 17:06:53.0

Updated: 2017-11-11 13:21:50.0

Pushed: 2015-04-05 15:05:21.0

Homepage: null

Size: 1444

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

READ-ONLY READ-ONLY READ-ONLY

This repo is a READ-ONLY repo. It contains the built output of the content from https://github.com/emberjs/api. If you would like to make corrections or additions to a guide, please open a pull request at https://github.com/emberjs/api.

Publishing
General Contributors
Release Team

These instructions are for publishing a new version of the site at http://guides.emberjs.com.

You should already have followed the directions at https://github.com/emberjs/api for building a new version of the api and have moved the output of this process into ./snapshots

This section is intended for members of the Ember.js release team or those contributors wishing to augment or change or publication process. If you want to publish your own version of the guides, see ### General Contributors above.

Github

When ready for a new release, make sure your latest content is pushed to https://github.com/emberjs/api and tagged with a verison number:

tag <revision number>
push --tags

For <revision number> we use the following format v<major version>.<minor version>.<patch>, so v1.10.0 is correct but 1.9.1 is not.

Site

The site can be published via the Divshot cli:

hot push

Verify that the content looks good at:

http://development.ember-api.divshot.io/

If there are no obvious defects, promote the assets in the development environment to production

hot promote development production
Search

Publish the searchable content of the revison you are publshing:

deploy:search --revision <revision number>
              --environment <staging|production>
              --api-key <API_KEY>
              --engine <engine name>
g.
deploy:search --revision v1.1.1 --environment staging --api-key SUPERSECRETBROCOMMON --engine ember
Versions

To update the list of versions run the following:

 tasks/update-versions.js

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.