Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/docs/dart/latest/cookbook/aot-compiler.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../_includes/_ts-temp
1 change: 1 addition & 0 deletions public/docs/js/latest/cookbook/aot-compiler.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../../_includes/_ts-temp
4 changes: 1 addition & 3 deletions public/docs/js/latest/cookbook/index.jade
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
include ../../../../_includes/_util-fns

+includeShared('../../../ts/latest/cookbook/index.jade', 'cookbook')
include ../../../ts/latest/cookbook/index.jade
3 changes: 1 addition & 2 deletions public/docs/ts/latest/cookbook/index.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include ../_util-fns

// #docregion cookbook
:marked
# Angular Cookbook

Expand All @@ -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.

Expand All @@ -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