docs: fix {ts,dart,js}/latest/_data.json (#2387)

* docs: fix {ts,dart,js}/latest/_data.json

Fixes #2384.
Fixes #2385.

* post-review updates

Addressing #2407.
This commit is contained in:
Patrice Chalin 2016-09-19 15:52:41 -07:00 committed by Jesús Rodríguez
parent d07d42873a
commit d26007aa67
3 changed files with 41 additions and 28 deletions

View File

@ -4,66 +4,74 @@
"title": "Angular Docs",
"subtitle": "Dart",
"menuTitle": "Docs Home",
"banner": "Current release is <strong>beta.21</strong>. View the <a href='https://github.com/dart-lang/angular2/blob/master/CHANGELOG.md' target='_blank'>change Log</a> to see enhancements, fixes, and breaking changes."
"banner": "Angular release is <b>beta.21</b>. View the <a href='https://github.com/dart-lang/angular2/blob/master/CHANGELOG.md' target='_blank'>change log</a> 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",
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 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",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
"subtitle": "Dart",
"intro": "Brief definitions of the most important words in the Angular vocabulary",
"reference": false
},
"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"
}
}

View File

@ -4,66 +4,73 @@
"title": "Angular Docs",
"subtitle": "JavaScript",
"menuTitle": "Docs Home",
"banner": "Angular 2 release is <b>2.0.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change Log</a> to see enhancements, fixes, and breaking changes."
"banner": "Angular release is <b>2.0.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> 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",
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 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",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
"subtitle": "JavaScript",
"intro": "Brief definitions of the most important words in the Angular vocabulary",
"reference": false
},
"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"
}
}

View File

@ -4,36 +4,35 @@
"title": "Angular Docs",
"subtitle": "TypeScript",
"menuTitle": "Docs Home",
"banner": "Angular 2 release is <b>2.0.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change Log</a> to see enhancements, fixes, and breaking changes."
"banner": "Angular release is <b>2.0.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> 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
},
"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."
"description": "Get up and running with Angular",
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 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
},
@ -60,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
},
@ -68,7 +67,6 @@
"icon": "play-circle-fill",
"title": "Angular Resources",
"subtitle": "TypeScript",
"banner": "Angular 2 is currently in Release Candidate.",
"resources": true
},