From e3cf6cf9d86aed650a64e4ae81f5a2acf689732e Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Sun, 18 Oct 2015 23:13:20 +0100 Subject: [PATCH] docs(cheatsheet): add cheatsheet --- public/docs/ts/latest/guide/_data.json | 4 ++++ public/docs/ts/latest/guide/cheatsheet.jade | 4 ++-- .../css/module/{cheatsheet.scss => _cheatsheet.scss} | 0 3 files changed, 6 insertions(+), 2 deletions(-) rename public/resources/css/module/{cheatsheet.scss => _cheatsheet.scss} (100%) diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 346d61a778..8dc27f25ed 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -5,6 +5,10 @@ "title": "Developer Guides" }, + "cheatsheet": { + "title": "Angular Cheat Sheet" + }, + "displaying-data": { "title": "Displaying Data", "intro": "Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML templates and Angular automatically updates the UI as data changes." diff --git a/public/docs/ts/latest/guide/cheatsheet.jade b/public/docs/ts/latest/guide/cheatsheet.jade index 8872671c22..18e605c9bb 100644 --- a/public/docs/ts/latest/guide/cheatsheet.jade +++ b/public/docs/ts/latest/guide/cheatsheet.jade @@ -1,9 +1,9 @@ .banner - p.text-body Angular 2 is currently in Developer Preview. We recommend using Angular 1.x for production applications. + p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Developer Preview. article(class="l-content-small grid-fluid docs-content") .cheatsheet - h2 Angular for TypeScript Cheat Sheet (v2.0.0-alpha.43) + h2 Angular for TypeScript Cheat Sheet (v2.0.0-alpha.44) .downloads a.download(href='AngularCheatSheet_Letter.pdf') span.icon.icon-cloud-download diff --git a/public/resources/css/module/cheatsheet.scss b/public/resources/css/module/_cheatsheet.scss similarity index 100% rename from public/resources/css/module/cheatsheet.scss rename to public/resources/css/module/_cheatsheet.scss