When a new version of Ember is released, follow these instructions to update the API documentation.
- Run the following script:
mkdir ember-releases
cd ember-releases
git clone https://github.com/ember-learn/ember-jsonapi-docs.git
git clone https://github.com/emberjs/ember.js.git
git clone https://github.com/emberjs/data.git
cd ember-jsonapi-docs
- Go to the heroku instance, navigate to
Settings
, clickreveal config vars
and use the values seen there as values for the following variables in your local environment:AWS_ACCESS_KEY
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SECRET_KEY
AWS_SHOULD_PUBLISH
- Run
yarn run start --sync
- Wait and confirm there were no errors
- Done!