Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a35e0fd

Browse files
committed
chore(docs): bump version to RC on boilerplate
1 parent 2739fb1 commit a35e0fd

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

public/docs/dart/latest/_data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"tutorial": {
1616
"icon": "list",
1717
"title": "Tutorial",
18-
"banner": "Angular 2 is currently in Beta."
18+
"banner": "Angular 2 is currently in Release Candidate."
1919
},
2020

2121
"guide": {
2222
"icon": "list",
2323
"title": "Developer Guides",
24-
"banner": "Angular 2 is currently in Beta."
24+
"banner": "Angular 2 is currently in Release Candidate."
2525
},
2626

2727
"cookbook": {
@@ -51,7 +51,7 @@
5151
"resources": {
5252
"icon": "play-circle-fill",
5353
"title": "Angular Resources",
54-
"banner": "Angular 2 is currently in Beta.",
54+
"banner": "Angular 2 is currently in Release Candidate.",
5555
"resources": true
5656
},
5757

public/docs/dart/latest/cheatsheet.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- var base = current.path[4] ? '.' : './guide';
22
.banner.grid-fluid
3-
p.text-body.c10 This cheat sheet is provisional and may change. Angular 2 is currently in Beta.
3+
p.text-body.c10 This cheat sheet is provisional and may change. Angular 2 is currently in Release Candidate.
44

55
article(class="l-content-small grid-fluid docs-content")
66
.cheatsheet

public/docs/js/latest/_data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"tutorial": {
1616
"icon": "list",
1717
"title": "Tutorial",
18-
"banner": "Angular 2 is currently in Beta."
18+
"banner": "Angular 2 is currently in Release Candidate."
1919
},
2020

2121
"guide": {
2222
"icon": "list",
2323
"title": "Developer Guides",
24-
"banner": "Angular 2 is currently in Beta."
24+
"banner": "Angular 2 is currently in Release Candidate."
2525
},
2626

2727
"cookbook": {
@@ -51,7 +51,7 @@
5151
"resources": {
5252
"icon": "play-circle-fill",
5353
"title": "Angular Resources",
54-
"banner": "Angular 2 is currently in Beta.",
54+
"banner": "Angular 2 is currently in Release Candidate.",
5555
"resources": true
5656
},
5757

public/docs/ts/latest/_data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"tutorial": {
2323
"icon": "list",
2424
"title": "Tutorial",
25-
"banner": "Angular 2 is currently in Beta."
25+
"banner": "Angular 2 is currently in Release Candidate."
2626
},
2727

2828
"guide": {
2929
"icon": "list",
3030
"title": "Developer Guides",
31-
"banner": "Angular 2 is currently in Beta."
31+
"banner": "Angular 2 is currently in Release Candidate."
3232
},
3333

3434
"cookbook": {
@@ -58,7 +58,7 @@
5858
"resources": {
5959
"icon": "play-circle-fill",
6060
"title": "Angular Resources",
61-
"banner": "Angular 2 is currently in Beta.",
61+
"banner": "Angular 2 is currently in Release Candidate.",
6262
"resources": true
6363
},
6464

public/docs/ts/latest/cheatsheet.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- var base = current.path[4] ? '.' : './guide';
22
.banner
3-
p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Beta.
3+
p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Release Candidate.
44

55
article(class="l-content-small grid-fluid docs-content")
66
.cheatsheet

0 commit comments

Comments
 (0)