From ba659a760674ed7e76c7a3d52c929df4e54c6790 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 2 Feb 2016 12:37:30 -0600 Subject: [PATCH] docs(demos): document how to deploy API demos --- scripts/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 1a629243c2..0734dd2cfa 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -68,4 +68,6 @@ See [ionic-preview-app](https://github.com/driftyco/ionic-preview-app#updating-ionic-site) ### Releasing API Demos -TODO +Ionic API demos are automatically compiled and deployed to the [ionic staging site](http://ionic-site-staging.herokuapp.com/) on every commit. No action is necessary. + +If you'd like to manually update the demos, clone the [`ionic-site`](https://github.com/driftyco/ionic-site) repo as a sibling of `ionic`. From `ionic` run gulp docs, and it'll compile and copy the demos to the `ionic-site` repo, ready for testing or committing.