diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index 87fcd6d9d3..1ce1112eb2 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -23,10 +23,10 @@ "banner": "Angular 2 is currently in Beta." }, - "cookbooks": { - "icon": "list", - "title": "Cookbook Recipes", - "banner": "How to solve common implementation challenges." + "cookbook": { + "icon": "list", + "title": "Cookbook", + "banner": "How to solve common implementation challenges." }, "testing": { diff --git a/public/docs/ts/latest/cookbooks/_data.json b/public/docs/ts/latest/cookbook/_data.json similarity index 100% rename from public/docs/ts/latest/cookbooks/_data.json rename to public/docs/ts/latest/cookbook/_data.json diff --git a/public/docs/ts/latest/cookbooks/component-communication.jade b/public/docs/ts/latest/cookbook/component-communication.jade similarity index 100% rename from public/docs/ts/latest/cookbooks/component-communication.jade rename to public/docs/ts/latest/cookbook/component-communication.jade diff --git a/public/docs/ts/latest/cookbook/index.jade b/public/docs/ts/latest/cookbook/index.jade new file mode 100644 index 0000000000..9351e25b6e --- /dev/null +++ b/public/docs/ts/latest/cookbook/index.jade @@ -0,0 +1,29 @@ +include ../../../../_includes/_util-fns + +:marked + # Angular 2 Cookbook + + The *Cookbook* offers answers to common implementation questions. + + Each cookbook chapter is a collection of recipes focused on a particular Angular 2 feature or application challenge + such as data binding, cross-component interaction, and communicating with a remote server via HTTP. + +.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. + + Recipes are deliberately brief and code-centric. + Each recipe links to a chapter of the Developer Guide or the API Guide + where you can learn more about the purpose, context, and design choices behind the code snippets. + + ## Feedback + + The cookbook is a perpetual *work-in-progress*. + We welcome feedback! Leave a comment by clicking the icon in upper right corner of the banner. + + Post *documentation* issues and pull requests on the + [angular.io](https://github.com/angular/angular.io) github repository. + + Post issues with *Angular 2 itself* to the [angular](https://github.com/angular/angular) github repository. diff --git a/public/docs/ts/latest/cookbooks/index.jade b/public/docs/ts/latest/cookbooks/index.jade deleted file mode 100644 index 87fba289f6..0000000000 --- a/public/docs/ts/latest/cookbooks/index.jade +++ /dev/null @@ -1,27 +0,0 @@ -include ../../../../_includes/_util-fns - -:marked - # Angular 2 Cookbooks - - The *Cookbook* documentation series offers answers to common implementation questions. - - Each cookbook is a collection of recipes focused on a particular Angular 2 feature or application challenge - such as data binding, cross-component interaction, and communicating with a remote server via HTTP. - -.l-sub-section - :marked - We have one cookbook so far with more on the way. -:marked - Recipes are deliberately brief and code-centric. Each recipe links to a chapter of the Developer Guide or the API Guide - where you can learn more about the purpose, context, and design choices behind the code snippets. - - Each cookbook links to a live sample with every recipe included. - - ## Feedback - - Cookbooks are a perpetual *work-in-progress*. We welcome feedback! Leave a comment by clicking the icon in upper right corner of the banner. - - Post *documentation* issues and pull requests on the - [angular.io](https://github.com/angular/angular.io) github repository. - - Post issues with *Angular 2 itself* to the [angular](https://github.com/angular/angular) github repository.