Skip to content

Commit 142ba85

Browse files
committed
docs: fix {ts,dart,js}/latest/_data.json
Fixes angular#2384. Fixes angular#2385.
1 parent b9733fd commit 142ba85

File tree

3 files changed

+36
-23
lines changed

3 files changed

+36
-23
lines changed

public/docs/dart/latest/_data.json

+15-7
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,74 @@
44
"title": "Angular Docs",
55
"subtitle": "Dart",
66
"menuTitle": "Docs Home",
7-
"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."
7+
"banner": "Angular 2 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."
88
},
99

1010
"quickstart": {
1111
"icon": "query-builder",
12-
"title": "5 Min Quickstart",
13-
"description": "Get up and running with Angular 2"
12+
"title": "Quickstart",
13+
"subtitle": "Dart",
14+
"description": "Get up and running with Angular 2",
15+
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application."
1416
},
1517

1618
"tutorial": {
1719
"icon": "list",
1820
"title": "Tutorial",
19-
"banner": "Angular 2 is currently in Release Candidate."
21+
"subtitle": "Dart"
2022
},
2123

2224
"guide": {
2325
"icon": "list",
2426
"title": "Developer Guides",
25-
"banner": "Angular 2 is currently in Release Candidate."
27+
"subtitle": "Dart"
2628
},
2729

2830
"cookbook": {
2931
"icon": "list",
3032
"title": "Cookbook",
33+
"subtitle": "Dart",
3134
"banner": "How to solve common implementation challenges."
3235
},
3336

3437
"api/": {
3538
"icon": "book",
36-
"title": "API Preview",
39+
"title": "API Reference",
40+
"subtitle": "Dart",
3741
"reference": true
3842
},
3943

4044
"cheatsheet": {
4145
"title": "Angular Cheat Sheet",
46+
"subtitle": "Dart",
4247
"intro": "A quick guide to Angular syntax. (Content is provisional and may change.)",
4348
"reference": false
4449
},
4550

4651
"glossary": {
4752
"title": "Glossary",
53+
"subtitle": "Dart",
4854
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
4955
"reference": false
5056
},
5157

5258
"resources": {
5359
"icon": "play-circle-fill",
5460
"title": "Angular Resources",
55-
"banner": "Angular 2 is currently in Release Candidate.",
61+
"subtitle": "Dart",
5662
"resources": true
5763
},
5864

5965
"help": {
6066
"icon": "chat",
6167
"title": "Help & Support",
68+
"subtitle": "From our team & community",
6269
"resources": true
6370
},
6471

6572
"styleguide": {
6673
"title": "Docs Style Guide",
74+
"subtitle": "Dart",
6775
"intro": "Design & Layout Patterns For Documentation"
6876
}
6977
}

public/docs/js/latest/_data.json

+15-8
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,73 @@
44
"title": "Angular Docs",
55
"subtitle": "JavaScript",
66
"menuTitle": "Docs Home",
7-
"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."
7+
"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."
88
},
99

1010
"quickstart": {
1111
"icon": "query-builder",
12-
"title": "5 Min Quickstart",
13-
"description": "Get up and running with Angular 2"
12+
"title": "Quickstart",
13+
"subtitle": "JavaScript",
14+
"description": "Get up and running with Angular 2",
15+
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application."
1416
},
1517

1618
"tutorial": {
1719
"icon": "list",
1820
"title": "Tutorial",
19-
"banner": "Angular 2 is currently in Release Candidate."
21+
"subtitle": "JavaScript"
2022
},
2123

2224
"guide": {
2325
"icon": "list",
2426
"title": "Developer Guides",
25-
"banner": "Angular 2 is currently in Release Candidate."
27+
"subtitle": "JavaScript"
2628
},
2729

2830
"cookbook": {
2931
"icon": "list",
3032
"title": "Cookbook",
31-
"banner": "How to solve common implementation challenges."
33+
"subtitle": "JavaScript"
3234
},
3335

3436
"api/": {
3537
"icon": "book",
36-
"title": "API Preview",
38+
"title": "API Reference",
39+
"subtitle": "JavaScript",
3740
"reference": true
3841
},
3942

4043
"cheatsheet": {
4144
"title": "Angular Cheat Sheet",
45+
"subtitle": "JavaScript",
4246
"intro": "A quick guide to Angular syntax. (Content is provisional and may change.)",
4347
"reference": false
4448
},
4549

4650
"glossary": {
4751
"title": "Glossary",
52+
"subtitle": "JavaScript",
4853
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
4954
"reference": false
5055
},
5156

5257
"resources": {
5358
"icon": "play-circle-fill",
5459
"title": "Angular Resources",
55-
"banner": "Angular 2 is currently in Release Candidate.",
60+
"subtitle": "JavaScript",
5661
"resources": true
5762
},
5863

5964
"help": {
6065
"icon": "chat",
6166
"title": "Help & Support",
67+
"subtitle": "From our team & community",
6268
"resources": true
6369
},
6470

6571
"styleguide": {
6672
"title": "Docs Style Guide",
73+
"subtitle": "JavaScript",
6774
"intro": "Design & Layout Patterns For Documentation"
6875
}
6976
}

public/docs/ts/latest/_data.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Docs",
55
"subtitle": "TypeScript",
66
"menuTitle": "Docs Home",
7-
"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."
7+
"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."
88
},
99

1010
"cli-quickstart": {
@@ -17,23 +17,22 @@
1717

1818
"quickstart": {
1919
"icon": "query-builder",
20+
"title": "Quickstart",
2021
"subtitle": "TypeScript",
2122
"description": "Get up and running with Angular 2",
22-
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application in TypeScript."
23+
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application."
2324
},
2425

2526
"tutorial": {
2627
"icon": "list",
2728
"title": "Tutorial",
28-
"subtitle": "TypeScript",
29-
"banner": "Angular 2 is currently in Release Candidate."
29+
"subtitle": "TypeScript"
3030
},
3131

3232
"guide": {
3333
"icon": "list",
3434
"title": "Developer Guides",
35-
"subtitle": "TypeScript",
36-
"banner": "Angular 2 is currently in Release Candidate."
35+
"subtitle": "TypeScript"
3736
},
3837

3938
"cookbook": {
@@ -45,7 +44,7 @@
4544

4645
"api/": {
4746
"icon": "book",
48-
"title": "API Preview",
47+
"title": "API Reference",
4948
"subtitle": "TypeScript",
5049
"reference": true
5150
},
@@ -68,7 +67,6 @@
6867
"icon": "play-circle-fill",
6968
"title": "Angular Resources",
7069
"subtitle": "TypeScript",
71-
"banner": "Angular 2 is currently in Release Candidate.",
7270
"resources": true
7371
},
7472

0 commit comments

Comments
 (0)