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:
parent
b2c6acf1ad
commit
0f99a7c130
|
@ -0,0 +1 @@
|
||||||
|
include ../../../_includes/_ts-temp
|
|
@ -0,0 +1 @@
|
||||||
|
include ../../../_includes/_ts-temp
|
|
@ -1,3 +1 @@
|
||||||
include ../../../../_includes/_util-fns
|
include ../../../ts/latest/cookbook/index.jade
|
||||||
|
|
||||||
+includeShared('../../../ts/latest/cookbook/index.jade', 'cookbook')
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue