From 29b9b4f21c932f89b918e7fe48d474de0f60cf46 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Tue, 21 Apr 2015 14:58:07 -0700 Subject: [PATCH] updated api docs --- public/docs/js/latest/api/_data.json | 6 +++--- public/docs/js/latest/api/angular2/_data.json | 1 - public/docs/js/latest/api/angular2_sfx/_data.json | 1 - public/docs/js/latest/api/annotations.jade | 2 +- public/docs/js/latest/api/change_detection.jade | 2 +- public/docs/js/latest/api/core.jade | 2 +- public/docs/js/latest/api/di.jade | 2 +- public/docs/js/latest/api/di_annotations.jade | 2 +- public/docs/js/latest/api/di_errors.jade | 2 +- public/docs/js/latest/api/directives.jade | 2 +- public/docs/js/latest/api/forms.jade | 2 +- public/docs/js/latest/api/pipes.jade | 2 +- public/docs/js/latest/api/test.jade | 2 +- public/docs/js/latest/api/test_lib/_data.json | 1 - public/docs/js/latest/api/view.jade | 2 +- 15 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 public/docs/js/latest/api/angular2/_data.json delete mode 100644 public/docs/js/latest/api/angular2_sfx/_data.json delete mode 100644 public/docs/js/latest/api/test_lib/_data.json diff --git a/public/docs/js/latest/api/_data.json b/public/docs/js/latest/api/_data.json index 03e67ad3b1..62b0104ee9 100644 --- a/public/docs/js/latest/api/_data.json +++ b/public/docs/js/latest/api/_data.json @@ -12,15 +12,15 @@ }, "di" : { - "title" : "Dependency Injection (DI)" + "title" : "Di" }, "di_annotations" : { - "title" : "DI Annotations" + "title" : "Di Annotations" }, "di_errors" : { - "title" : "DI Errors" + "title" : "Di Errors" }, "directives" : { diff --git a/public/docs/js/latest/api/angular2/_data.json b/public/docs/js/latest/api/angular2/_data.json deleted file mode 100644 index 9e26dfeeb6..0000000000 --- a/public/docs/js/latest/api/angular2/_data.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/public/docs/js/latest/api/angular2_sfx/_data.json b/public/docs/js/latest/api/angular2_sfx/_data.json deleted file mode 100644 index 9e26dfeeb6..0000000000 --- a/public/docs/js/latest/api/angular2_sfx/_data.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/public/docs/js/latest/api/annotations.jade b/public/docs/js/latest/api/annotations.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/annotations.jade +++ b/public/docs/js/latest/api/annotations.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/change_detection.jade b/public/docs/js/latest/api/change_detection.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/change_detection.jade +++ b/public/docs/js/latest/api/change_detection.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/core.jade b/public/docs/js/latest/api/core.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/core.jade +++ b/public/docs/js/latest/api/core.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/di.jade b/public/docs/js/latest/api/di.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/di.jade +++ b/public/docs/js/latest/api/di.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/di_annotations.jade b/public/docs/js/latest/api/di_annotations.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/di_annotations.jade +++ b/public/docs/js/latest/api/di_annotations.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/di_errors.jade b/public/docs/js/latest/api/di_errors.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/di_errors.jade +++ b/public/docs/js/latest/api/di_errors.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/directives.jade b/public/docs/js/latest/api/directives.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/directives.jade +++ b/public/docs/js/latest/api/directives.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/forms.jade b/public/docs/js/latest/api/forms.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/forms.jade +++ b/public/docs/js/latest/api/forms.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/pipes.jade b/public/docs/js/latest/api/pipes.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/pipes.jade +++ b/public/docs/js/latest/api/pipes.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/test.jade b/public/docs/js/latest/api/test.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/test.jade +++ b/public/docs/js/latest/api/test.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title} diff --git a/public/docs/js/latest/api/test_lib/_data.json b/public/docs/js/latest/api/test_lib/_data.json deleted file mode 100644 index 9e26dfeeb6..0000000000 --- a/public/docs/js/latest/api/test_lib/_data.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/public/docs/js/latest/api/view.jade b/public/docs/js/latest/api/view.jade index 277bfb43a0..5d0e383f88 100644 --- a/public/docs/js/latest/api/view.jade +++ b/public/docs/js/latest/api/view.jade @@ -2,4 +2,4 @@ ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data name = page.menuTitle || page.title selected = current.path[4] == slug ? 'is-selected':'' - li #{slug} + li #{page.title}