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

View File

@ -0,0 +1 @@
include ../../../_includes/_ts-temp

View File

@ -0,0 +1 @@
include ../../../_includes/_ts-temp

View File

@ -1,3 +1 @@
include ../../../../_includes/_util-fns include ../../../ts/latest/cookbook/index.jade
+includeShared('../../../ts/latest/cookbook/index.jade', 'cookbook')

View File

@ -1,6 +1,5 @@
include ../_util-fns include ../_util-fns
// #docregion cookbook
:marked :marked
# Angular Cookbook # Angular Cookbook
@ -12,6 +11,7 @@ include ../_util-fns
.l-sub-section .l-sub-section
:marked :marked
The cookbook is just getting started. Many more recipes are on the way. The cookbook is just getting started. Many more recipes are on the way.
:marked :marked
Each cookbook chapter links to a live sample with every recipe included. 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. [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. Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository.
// #enddocregion cookbook