aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisko Hevery2012-05-25 16:17:36 -0700
committerMisko Hevery2012-08-27 14:59:17 -0700
commitd05a2809a12ef84166e3fb5dcf3eddf887903654 (patch)
treebdfcc594d608965097dd34b73cfe400bbc3c89ec /docs
parentfa6c8c313111d0a0b4f6e3eb2abd65f4f77cfc04 (diff)
downloadangular.js-d05a2809a12ef84166e3fb5dcf3eddf887903654.tar.bz2
doc(guide) simplify the guide home page
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/index.ngdoc30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/content/guide/index.ngdoc b/docs/content/guide/index.ngdoc
index 158bb756..7afbf891 100644
--- a/docs/content/guide/index.ngdoc
+++ b/docs/content/guide/index.ngdoc
@@ -10,33 +10,3 @@ of the following documents before returning here to the Developer Guide:
* {@link misc/started Getting Started}
* {@link tutorial/index Angular Tutorial}
-
-<hr>
-
-## {@link overview Overview of Angular}
-
-## {@link bootstrap Initializing Angular}
-
-## {@link dev_guide.mvc About MVC in Angular}
-
-* {@link dev_guide.mvc.understanding_model Understanding the Model Component}
-* {@link dev_guide.mvc.understanding_controller Understanding the Controller Component}
-* {@link dev_guide.mvc.understanding_view Understanding the View Component}
-
-## {@link scope Angular Scope Objects}
-
-## {@link compiler Angular HTML Compiler}
-
-## {@link dev_guide.templates Angular Templates}
-
-* {@link dev_guide.templates.filters Understanding Angular Filters}
-* {@link forms Understanding Angular Forms}
-
-## {@link dev_guide.services Angular Services}
-
-* {@link dev_guide.services.understanding_services Understanding Angular Services}
-* {@link dev_guide.services.creating_services Creating Angular Services}
-* {@link dev_guide.services.managing_dependencies Managing Service Dependencies}
-* {@link dev_guide.services.testing_services Testing Angular Services}
-
-## {@link di About Dependency Injection}