From 6aa35f469ab3609fd1f1d61310ac90d4e320ef1d Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Thu, 13 Mar 2014 07:47:13 -0600 Subject: [PATCH] Update README.md --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 356fa57092..4dac070670 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,3 +11,5 @@ First, follow these steps: https://github.com/driftyco/ionic#documentation - `templates/api/componentGroup.template.html` => the template for every 'componentGroup' (eg http://ajoslin.github.io/docs/0.9.26/api/ionic/directive/) - `templates/api/api.template.html` - the base that every doc-item extends from - `templates/api/{something}.template.html` - the template for {something} - eg directive.template.html for directives + +Not everything in all the pages is used - a lot of it is from Angular templates. Eg things like 'doc.deprecated' aren't used currently.