chore(docs): bump version to RC on boilerplate
This commit is contained in:
parent
2739fb11a5
commit
a35e0fd4ef
|
@ -15,13 +15,13 @@
|
||||||
"tutorial": {
|
"tutorial": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Tutorial",
|
"title": "Tutorial",
|
||||||
"banner": "Angular 2 is currently in Beta."
|
"banner": "Angular 2 is currently in Release Candidate."
|
||||||
},
|
},
|
||||||
|
|
||||||
"guide": {
|
"guide": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Developer Guides",
|
"title": "Developer Guides",
|
||||||
"banner": "Angular 2 is currently in Beta."
|
"banner": "Angular 2 is currently in Release Candidate."
|
||||||
},
|
},
|
||||||
|
|
||||||
"cookbook": {
|
"cookbook": {
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"resources": {
|
"resources": {
|
||||||
"icon": "play-circle-fill",
|
"icon": "play-circle-fill",
|
||||||
"title": "Angular Resources",
|
"title": "Angular Resources",
|
||||||
"banner": "Angular 2 is currently in Beta.",
|
"banner": "Angular 2 is currently in Release Candidate.",
|
||||||
"resources": true
|
"resources": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- var base = current.path[4] ? '.' : './guide';
|
- var base = current.path[4] ? '.' : './guide';
|
||||||
.banner.grid-fluid
|
.banner.grid-fluid
|
||||||
p.text-body.c10 This cheat sheet is provisional and may change. Angular 2 is currently in Beta.
|
p.text-body.c10 This cheat sheet is provisional and may change. Angular 2 is currently in Release Candidate.
|
||||||
|
|
||||||
article(class="l-content-small grid-fluid docs-content")
|
article(class="l-content-small grid-fluid docs-content")
|
||||||
.cheatsheet
|
.cheatsheet
|
||||||
|
|
|
@ -15,13 +15,13 @@
|
||||||
"tutorial": {
|
"tutorial": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Tutorial",
|
"title": "Tutorial",
|
||||||
"banner": "Angular 2 is currently in Beta."
|
"banner": "Angular 2 is currently in Release Candidate."
|
||||||
},
|
},
|
||||||
|
|
||||||
"guide": {
|
"guide": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Developer Guides",
|
"title": "Developer Guides",
|
||||||
"banner": "Angular 2 is currently in Beta."
|
"banner": "Angular 2 is currently in Release Candidate."
|
||||||
},
|
},
|
||||||
|
|
||||||
"cookbook": {
|
"cookbook": {
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"resources": {
|
"resources": {
|
||||||
"icon": "play-circle-fill",
|
"icon": "play-circle-fill",
|
||||||
"title": "Angular Resources",
|
"title": "Angular Resources",
|
||||||
"banner": "Angular 2 is currently in Beta.",
|
"banner": "Angular 2 is currently in Release Candidate.",
|
||||||
"resources": true
|
"resources": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -22,13 +22,13 @@
|
||||||
"tutorial": {
|
"tutorial": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Tutorial",
|
"title": "Tutorial",
|
||||||
"banner": "Angular 2 is currently in Beta."
|
"banner": "Angular 2 is currently in Release Candidate."
|
||||||
},
|
},
|
||||||
|
|
||||||
"guide": {
|
"guide": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Developer Guides",
|
"title": "Developer Guides",
|
||||||
"banner": "Angular 2 is currently in Beta."
|
"banner": "Angular 2 is currently in Release Candidate."
|
||||||
},
|
},
|
||||||
|
|
||||||
"cookbook": {
|
"cookbook": {
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"resources": {
|
"resources": {
|
||||||
"icon": "play-circle-fill",
|
"icon": "play-circle-fill",
|
||||||
"title": "Angular Resources",
|
"title": "Angular Resources",
|
||||||
"banner": "Angular 2 is currently in Beta.",
|
"banner": "Angular 2 is currently in Release Candidate.",
|
||||||
"resources": true
|
"resources": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- var base = current.path[4] ? '.' : './guide';
|
- var base = current.path[4] ? '.' : './guide';
|
||||||
.banner
|
.banner
|
||||||
p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Beta.
|
p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Release Candidate.
|
||||||
|
|
||||||
article(class="l-content-small grid-fluid docs-content")
|
article(class="l-content-small grid-fluid docs-content")
|
||||||
.cheatsheet
|
.cheatsheet
|
||||||
|
|
Loading…
Reference in New Issue