From 03492ba6c3663f40feed5db5a618708ac33dac9e Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 20 Sep 2016 03:35:13 -0700 Subject: [PATCH] docs(cookbook): don't use shredder on intro page Also added missing cookbook AoT chapter placeholders for JS and Dart, fixing 404s mentioned in #2389. --- public/docs/dart/latest/cookbook/aot-compiler.jade | 1 + public/docs/js/latest/cookbook/aot-compiler.jade | 1 + public/docs/js/latest/cookbook/index.jade | 4 +--- public/docs/ts/latest/cookbook/index.jade | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 public/docs/dart/latest/cookbook/aot-compiler.jade create mode 100644 public/docs/js/latest/cookbook/aot-compiler.jade 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