From cf05c33ed944c35859b12e6ab1807936e0611db8 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Thu, 13 Mar 2014 07:29:46 -0600 Subject: [PATCH] Update README.md --- docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index ce08d129c0..356fa57092 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,9 +5,9 @@ First, follow these steps: https://github.com/driftyco/ionic#documentation **Templates in `templates` folder** -- `pages-data.template.html` => `_layout/docs_0.9.0.html` -- `index.template.html` => The 'index' page for a doc version - http://ajoslin.github.io/docs/0.9.26/ -- `yaml.template.html` => the common yaml config items that every doc page includes -- `api/componentGroup.template.html` => the template for every 'componentGroup' (eg http://ajoslin.github.io/docs/0.9.26/api/ionic/directive/) -- `api/api.template.html` - the base that every doc-item extends from -- `api/{something}.template.html` - the template for {something} - eg directive.template.html for directives +- `templates/pages-data.template.html` => `_layout/docs_0.9.0.html` +- `templates/index.template.html` => The 'index' page for a doc version - http://ajoslin.github.io/docs/0.9.26/ +- `templates/lib/yaml.template.html` => the common yaml config items that every doc page includes +- `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