From b220983f8d5bf9cefe924cc5d9d0ecc7c5a48629 Mon Sep 17 00:00:00 2001 From: Jeff Jewiss Date: Fri, 17 Jan 2014 16:44:28 -0700 Subject: [PATCH] docs(api): adds links to top level guides The main api docs page is probably the main landing page for many devs looking to learn angular, so linking to the main guide pages would likely help. --- docs/content/api/index.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index a8c285428acd..c563cc4347f1 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -5,8 +5,8 @@ # AngularJS API Docs Welcome to the AngularJS API docs page. These pages contain the AngularJS reference materials for version . -The documentation is organized into **modules** which contain various components of an AngularJS application. -These components are directives, services, filters, providers, types, global APIs and testing mocks. +The documentation is organized into **{@link guide/module modules}** which contain various components of an AngularJS application. +These components are {@link guide/directive directives}, {@link guide/dev_guide.services services}, {@link guide/filter filters}, {@link guide/providers providers}, {@link guide/templates types}, global APIs and testing mocks.
**Angular Namespaces `$` and `$$`**