docs(cookbook): don't use shredder on intro page (#2418)

Also added missing cookbook AoT chapter placeholders for JS and Dart,
fixing 404s mentioned in #2389.
This commit is contained in:
Patrice Chalin
2016-09-20 10:59:14 -07:00
committed by Ward Bell
parent b2c6acf1ad
commit 0f99a7c130
4 changed files with 4 additions and 5 deletions
@@ -0,0 +1 @@
include ../../../_includes/_ts-temp
@@ -0,0 +1 @@
include ../../../_includes/_ts-temp
+1 -3
View File
@@ -1,3 +1 @@
include ../../../../_includes/_util-fns
+includeShared('../../../ts/latest/cookbook/index.jade', 'cookbook')
include ../../../ts/latest/cookbook/index.jade
+1 -2
View File
@@ -1,6 +1,5 @@
include ../_util-fns
// #docregion cookbook
:marked
# Angular Cookbook
@@ -12,6 +11,7 @@ include ../_util-fns
.l-sub-section
:marked
The cookbook is just getting started. Many more recipes are on the way.
:marked
Each cookbook chapter links to a live sample with every recipe included.
@@ -28,4 +28,3 @@ include ../_util-fns
[angular.io](https://github.com/angular/angular.io) github repository.
Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository.
// #enddocregion cookbook