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", "title": "Angular Docs",
"subtitle": "Dart", "subtitle": "Dart",
"menuTitle": "Docs Home", "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": { "quickstart": {
"icon": "query-builder", "icon": "query-builder",
"title": "5 Min Quickstart", "title": "Quickstart",
"description": "Get up and running with Angular 2" "subtitle": "Dart",
"description": "Get up and running with Angular",
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular application."
}, },
"tutorial": { "tutorial": {
"icon": "list", "icon": "list",
"title": "Tutorial", "title": "Tutorial",
"banner": "Angular 2 is currently in Release Candidate." "subtitle": "Dart"
}, },
"guide": { "guide": {
"icon": "list", "icon": "list",
"title": "Developer Guides", "title": "Developer Guides",
"banner": "Angular 2 is currently in Release Candidate." "subtitle": "Dart"
}, },
"cookbook": { "cookbook": {
"icon": "list", "icon": "list",
"title": "Cookbook", "title": "Cookbook",
"subtitle": "Dart",
"banner": "How to solve common implementation challenges." "banner": "How to solve common implementation challenges."
}, },
"api/": { "api/": {
"icon": "book", "icon": "book",
"title": "API Preview", "title": "API Reference",
"subtitle": "Dart",
"reference": true "reference": true
}, },
"cheatsheet": { "cheatsheet": {
"title": "Angular Cheat Sheet", "title": "Angular Cheat Sheet",
"subtitle": "Dart",
"intro": "A quick guide to Angular syntax. (Content is provisional and may change.)", "intro": "A quick guide to Angular syntax. (Content is provisional and may change.)",
"reference": false "reference": false
}, },
"glossary": { "glossary": {
"title": "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 "reference": false
}, },
"resources": { "resources": {
"icon": "play-circle-fill", "icon": "play-circle-fill",
"title": "Angular Resources", "title": "Angular Resources",
"banner": "Angular 2 is currently in Release Candidate.", "subtitle": "Dart",
"resources": true "resources": true
}, },
"help": { "help": {
"icon": "chat", "icon": "chat",
"title": "Help & Support", "title": "Help & Support",
"subtitle": "From our team & community",
"resources": true "resources": true
}, },
"styleguide": { "styleguide": {
"title": "Docs Style Guide", "title": "Docs Style Guide",
"subtitle": "Dart",
"intro": "Design & Layout Patterns For Documentation" "intro": "Design & Layout Patterns For Documentation"
} }
} }

View File

@ -4,66 +4,73 @@
"title": "Angular Docs", "title": "Angular Docs",
"subtitle": "JavaScript", "subtitle": "JavaScript",
"menuTitle": "Docs Home", "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": { "quickstart": {
"icon": "query-builder", "icon": "query-builder",
"title": "5 Min Quickstart", "title": "Quickstart",
"description": "Get up and running with Angular 2" "subtitle": "JavaScript",
"description": "Get up and running with Angular",
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular application."
}, },
"tutorial": { "tutorial": {
"icon": "list", "icon": "list",
"title": "Tutorial", "title": "Tutorial",
"banner": "Angular 2 is currently in Release Candidate." "subtitle": "JavaScript"
}, },
"guide": { "guide": {
"icon": "list", "icon": "list",
"title": "Developer Guides", "title": "Developer Guides",
"banner": "Angular 2 is currently in Release Candidate." "subtitle": "JavaScript"
}, },
"cookbook": { "cookbook": {
"icon": "list", "icon": "list",
"title": "Cookbook", "title": "Cookbook",
"banner": "How to solve common implementation challenges." "subtitle": "JavaScript"
}, },
"api/": { "api/": {
"icon": "book", "icon": "book",
"title": "API Preview", "title": "API Reference",
"subtitle": "JavaScript",
"reference": true "reference": true
}, },
"cheatsheet": { "cheatsheet": {
"title": "Angular Cheat Sheet", "title": "Angular Cheat Sheet",
"subtitle": "JavaScript",
"intro": "A quick guide to Angular syntax. (Content is provisional and may change.)", "intro": "A quick guide to Angular syntax. (Content is provisional and may change.)",
"reference": false "reference": false
}, },
"glossary": { "glossary": {
"title": "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 "reference": false
}, },
"resources": { "resources": {
"icon": "play-circle-fill", "icon": "play-circle-fill",
"title": "Angular Resources", "title": "Angular Resources",
"banner": "Angular 2 is currently in Release Candidate.", "subtitle": "JavaScript",
"resources": true "resources": true
}, },
"help": { "help": {
"icon": "chat", "icon": "chat",
"title": "Help & Support", "title": "Help & Support",
"subtitle": "From our team & community",
"resources": true "resources": true
}, },
"styleguide": { "styleguide": {
"title": "Docs Style Guide", "title": "Docs Style Guide",
"subtitle": "JavaScript",
"intro": "Design & Layout Patterns For Documentation" "intro": "Design & Layout Patterns For Documentation"
} }
} }

View File

@ -4,36 +4,35 @@
"title": "Angular Docs", "title": "Angular Docs",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"menuTitle": "Docs Home", "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": { "cli-quickstart": {
"icon": "query-builder", "icon": "query-builder",
"title": "CLI Quickstart", "title": "CLI Quickstart",
"subtitle": "TypeScript", "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 "hide": true
}, },
"quickstart": { "quickstart": {
"icon": "query-builder", "icon": "query-builder",
"title": "Quickstart",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"description": "Get up and running with Angular 2", "description": "Get up and running with Angular",
"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 application."
}, },
"tutorial": { "tutorial": {
"icon": "list", "icon": "list",
"title": "Tutorial", "title": "Tutorial",
"subtitle": "TypeScript", "subtitle": "TypeScript"
"banner": "Angular 2 is currently in Release Candidate."
}, },
"guide": { "guide": {
"icon": "list", "icon": "list",
"title": "Developer Guides", "title": "Developer Guides",
"subtitle": "TypeScript", "subtitle": "TypeScript"
"banner": "Angular 2 is currently in Release Candidate."
}, },
"cookbook": { "cookbook": {
@ -45,7 +44,7 @@
"api/": { "api/": {
"icon": "book", "icon": "book",
"title": "API Preview", "title": "API Reference",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"reference": true "reference": true
}, },
@ -60,7 +59,7 @@
"glossary": { "glossary": {
"title": "Glossary", "title": "Glossary",
"subtitle": "TypeScript", "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 "reference": false
}, },
@ -68,7 +67,6 @@
"icon": "play-circle-fill", "icon": "play-circle-fill",
"title": "Angular Resources", "title": "Angular Resources",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"banner": "Angular 2 is currently in Release Candidate.",
"resources": true "resources": true
}, },