diff --git a/public/docs/dart/latest/cookbook/aot-compiler.jade b/public/docs/dart/latest/cookbook/aot-compiler.jade new file mode 100644 index 0000000000..c743361ac8 --- /dev/null +++ b/public/docs/dart/latest/cookbook/aot-compiler.jade @@ -0,0 +1 @@ +include ../../../_includes/_ts-temp diff --git a/public/docs/js/latest/cookbook/aot-compiler.jade b/public/docs/js/latest/cookbook/aot-compiler.jade new file mode 100644 index 0000000000..c743361ac8 --- /dev/null +++ b/public/docs/js/latest/cookbook/aot-compiler.jade @@ -0,0 +1 @@ +include ../../../_includes/_ts-temp diff --git a/public/docs/js/latest/cookbook/index.jade b/public/docs/js/latest/cookbook/index.jade index a3a1b000b7..ee19ecaf9f 100644 --- a/public/docs/js/latest/cookbook/index.jade +++ b/public/docs/js/latest/cookbook/index.jade @@ -1,3 +1 @@ -include ../../../../_includes/_util-fns - -+includeShared('../../../ts/latest/cookbook/index.jade', 'cookbook') +include ../../../ts/latest/cookbook/index.jade diff --git a/public/docs/ts/latest/cookbook/index.jade b/public/docs/ts/latest/cookbook/index.jade index 08e3d5671a..7d87540397 100644 --- a/public/docs/ts/latest/cookbook/index.jade +++ b/public/docs/ts/latest/cookbook/index.jade @@ -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