From 959e45640f3a79bcdaa6489cbc89f623a2ba76bb Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 17 Sep 2016 09:21:20 -0700 Subject: [PATCH 1/2] docs: fix {ts,dart,js}/latest/_data.json Fixes #2384. Fixes #2385. --- public/docs/dart/latest/_data.json | 22 +++++++++++++++------- public/docs/js/latest/_data.json | 23 +++++++++++++++-------- public/docs/ts/latest/_data.json | 14 ++++++-------- 3 files changed, 36 insertions(+), 23 deletions(-) diff --git a/public/docs/dart/latest/_data.json b/public/docs/dart/latest/_data.json index 420f3b50f8..a649d5f275 100644 --- a/public/docs/dart/latest/_data.json +++ b/public/docs/dart/latest/_data.json @@ -4,47 +4,53 @@ "title": "Angular Docs", "subtitle": "Dart", "menuTitle": "Docs Home", - "banner": "Current release is beta.21. View the change Log to see enhancements, fixes, and breaking changes." + "banner": "Angular 2 release is beta.21. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { "icon": "query-builder", - "title": "5 Min Quickstart", - "description": "Get up and running with Angular 2" + "title": "Quickstart", + "subtitle": "Dart", + "description": "Get up and running with Angular 2", + "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application." }, "tutorial": { "icon": "list", "title": "Tutorial", - "banner": "Angular 2 is currently in Release Candidate." + "subtitle": "Dart" }, "guide": { "icon": "list", "title": "Developer Guides", - "banner": "Angular 2 is currently in Release Candidate." + "subtitle": "Dart" }, "cookbook": { "icon": "list", "title": "Cookbook", + "subtitle": "Dart", "banner": "How to solve common implementation challenges." }, "api/": { "icon": "book", - "title": "API Preview", + "title": "API Reference", + "subtitle": "Dart", "reference": true }, "cheatsheet": { "title": "Angular Cheat Sheet", + "subtitle": "Dart", "intro": "A quick guide to Angular syntax. (Content is provisional and may change.)", "reference": false }, "glossary": { "title": "Glossary", + "subtitle": "Dart", "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", "reference": false }, @@ -52,18 +58,20 @@ "resources": { "icon": "play-circle-fill", "title": "Angular Resources", - "banner": "Angular 2 is currently in Release Candidate.", + "subtitle": "Dart", "resources": true }, "help": { "icon": "chat", "title": "Help & Support", + "subtitle": "From our team & community", "resources": true }, "styleguide": { "title": "Docs Style Guide", + "subtitle": "Dart", "intro": "Design & Layout Patterns For Documentation" } } diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 22e6851bd4..f6ce019d20 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -4,47 +4,52 @@ "title": "Angular Docs", "subtitle": "JavaScript", "menuTitle": "Docs Home", - "banner": "Angular 2 release is 2.0.0. View the change Log to see enhancements, fixes, and breaking changes." + "banner": "Angular 2 release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { "icon": "query-builder", - "title": "5 Min Quickstart", - "description": "Get up and running with Angular 2" + "title": "Quickstart", + "subtitle": "JavaScript", + "description": "Get up and running with Angular 2", + "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application." }, "tutorial": { "icon": "list", "title": "Tutorial", - "banner": "Angular 2 is currently in Release Candidate." + "subtitle": "JavaScript" }, "guide": { "icon": "list", "title": "Developer Guides", - "banner": "Angular 2 is currently in Release Candidate." + "subtitle": "JavaScript" }, "cookbook": { "icon": "list", "title": "Cookbook", - "banner": "How to solve common implementation challenges." + "subtitle": "JavaScript" }, "api/": { "icon": "book", - "title": "API Preview", + "title": "API Reference", + "subtitle": "JavaScript", "reference": true }, "cheatsheet": { "title": "Angular Cheat Sheet", + "subtitle": "JavaScript", "intro": "A quick guide to Angular syntax. (Content is provisional and may change.)", "reference": false }, "glossary": { "title": "Glossary", + "subtitle": "JavaScript", "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", "reference": false }, @@ -52,18 +57,20 @@ "resources": { "icon": "play-circle-fill", "title": "Angular Resources", - "banner": "Angular 2 is currently in Release Candidate.", + "subtitle": "JavaScript", "resources": true }, "help": { "icon": "chat", "title": "Help & Support", + "subtitle": "From our team & community", "resources": true }, "styleguide": { "title": "Docs Style Guide", + "subtitle": "JavaScript", "intro": "Design & Layout Patterns For Documentation" } } diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index c893f78305..3704c2b02d 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "TypeScript", "menuTitle": "Docs Home", - "banner": "Angular 2 release is 2.0.0. View the change Log to see enhancements, fixes, and breaking changes." + "banner": "Angular 2 release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." }, "cli-quickstart": { @@ -17,23 +17,22 @@ "quickstart": { "icon": "query-builder", + "title": "Quickstart", "subtitle": "TypeScript", "description": "Get up and running with Angular 2", - "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application in TypeScript." + "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application." }, "tutorial": { "icon": "list", "title": "Tutorial", - "subtitle": "TypeScript", - "banner": "Angular 2 is currently in Release Candidate." + "subtitle": "TypeScript" }, "guide": { "icon": "list", "title": "Developer Guides", - "subtitle": "TypeScript", - "banner": "Angular 2 is currently in Release Candidate." + "subtitle": "TypeScript" }, "cookbook": { @@ -45,7 +44,7 @@ "api/": { "icon": "book", - "title": "API Preview", + "title": "API Reference", "subtitle": "TypeScript", "reference": true }, @@ -68,7 +67,6 @@ "icon": "play-circle-fill", "title": "Angular Resources", "subtitle": "TypeScript", - "banner": "Angular 2 is currently in Release Candidate.", "resources": true }, From 8abf0a5d910540289a149726889764ef4035253d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 19 Sep 2016 10:49:59 -0700 Subject: [PATCH 2/2] post-review updates Addressing #2407. --- public/docs/dart/latest/_data.json | 8 ++++---- public/docs/js/latest/_data.json | 8 ++++---- public/docs/ts/latest/_data.json | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/public/docs/dart/latest/_data.json b/public/docs/dart/latest/_data.json index a649d5f275..c23053213e 100644 --- a/public/docs/dart/latest/_data.json +++ b/public/docs/dart/latest/_data.json @@ -4,15 +4,15 @@ "title": "Angular Docs", "subtitle": "Dart", "menuTitle": "Docs Home", - "banner": "Angular 2 release is beta.21. View the change log to see enhancements, fixes, and breaking changes." + "banner": "Angular release is beta.21. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { "icon": "query-builder", "title": "Quickstart", "subtitle": "Dart", - "description": "Get up and running with Angular 2", - "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application." + "description": "Get up and running with Angular", + "banner": "This QuickStart guide demonstrates how to build and run a simple Angular application." }, "tutorial": { @@ -51,7 +51,7 @@ "glossary": { "title": "Glossary", "subtitle": "Dart", - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", + "intro": "Brief definitions of the most important words in the Angular vocabulary", "reference": false }, diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index f6ce019d20..67e96e2f7f 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -4,15 +4,15 @@ "title": "Angular Docs", "subtitle": "JavaScript", "menuTitle": "Docs Home", - "banner": "Angular 2 release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." + "banner": "Angular release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { "icon": "query-builder", "title": "Quickstart", "subtitle": "JavaScript", - "description": "Get up and running with Angular 2", - "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application." + "description": "Get up and running with Angular", + "banner": "This QuickStart guide demonstrates how to build and run a simple Angular application." }, "tutorial": { @@ -50,7 +50,7 @@ "glossary": { "title": "Glossary", "subtitle": "JavaScript", - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", + "intro": "Brief definitions of the most important words in the Angular vocabulary", "reference": false }, diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index 3704c2b02d..93bfe769c4 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -4,14 +4,14 @@ "title": "Angular Docs", "subtitle": "TypeScript", "menuTitle": "Docs Home", - "banner": "Angular 2 release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." + "banner": "Angular release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." }, "cli-quickstart": { "icon": "query-builder", "title": "CLI Quickstart", "subtitle": "TypeScript", - "description": "Use the CLI tool to build apps quickly in Angular 2", + "description": "Use the CLI tool to quickly build Angular applications", "hide": true }, @@ -19,8 +19,8 @@ "icon": "query-builder", "title": "Quickstart", "subtitle": "TypeScript", - "description": "Get up and running with Angular 2", - "banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application." + "description": "Get up and running with Angular", + "banner": "This QuickStart guide demonstrates how to build and run a simple Angular application." }, "tutorial": { @@ -59,7 +59,7 @@ "glossary": { "title": "Glossary", "subtitle": "TypeScript", - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", + "intro": "Brief definitions of the most important words in the Angular vocabulary", "reference": false },