chore(docs): bump version to RC on boilerplate
This commit is contained in:
parent
2739fb11a5
commit
a35e0fd4ef
|
@ -15,13 +15,13 @@
|
|||
"tutorial": {
|
||||
"icon": "list",
|
||||
"title": "Tutorial",
|
||||
"banner": "Angular 2 is currently in Beta."
|
||||
"banner": "Angular 2 is currently in Release Candidate."
|
||||
},
|
||||
|
||||
"guide": {
|
||||
"icon": "list",
|
||||
"title": "Developer Guides",
|
||||
"banner": "Angular 2 is currently in Beta."
|
||||
"banner": "Angular 2 is currently in Release Candidate."
|
||||
},
|
||||
|
||||
"cookbook": {
|
||||
|
@ -51,7 +51,7 @@
|
|||
"resources": {
|
||||
"icon": "play-circle-fill",
|
||||
"title": "Angular Resources",
|
||||
"banner": "Angular 2 is currently in Beta.",
|
||||
"banner": "Angular 2 is currently in Release Candidate.",
|
||||
"resources": true
|
||||
},
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- var base = current.path[4] ? '.' : './guide';
|
||||
.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")
|
||||
.cheatsheet
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
"tutorial": {
|
||||
"icon": "list",
|
||||
"title": "Tutorial",
|
||||
"banner": "Angular 2 is currently in Beta."
|
||||
"banner": "Angular 2 is currently in Release Candidate."
|
||||
},
|
||||
|
||||
"guide": {
|
||||
"icon": "list",
|
||||
"title": "Developer Guides",
|
||||
"banner": "Angular 2 is currently in Beta."
|
||||
"banner": "Angular 2 is currently in Release Candidate."
|
||||
},
|
||||
|
||||
"cookbook": {
|
||||
|
@ -51,7 +51,7 @@
|
|||
"resources": {
|
||||
"icon": "play-circle-fill",
|
||||
"title": "Angular Resources",
|
||||
"banner": "Angular 2 is currently in Beta.",
|
||||
"banner": "Angular 2 is currently in Release Candidate.",
|
||||
"resources": true
|
||||
},
|
||||
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
"tutorial": {
|
||||
"icon": "list",
|
||||
"title": "Tutorial",
|
||||
"banner": "Angular 2 is currently in Beta."
|
||||
"banner": "Angular 2 is currently in Release Candidate."
|
||||
},
|
||||
|
||||
"guide": {
|
||||
"icon": "list",
|
||||
"title": "Developer Guides",
|
||||
"banner": "Angular 2 is currently in Beta."
|
||||
"banner": "Angular 2 is currently in Release Candidate."
|
||||
},
|
||||
|
||||
"cookbook": {
|
||||
|
@ -58,7 +58,7 @@
|
|||
"resources": {
|
||||
"icon": "play-circle-fill",
|
||||
"title": "Angular Resources",
|
||||
"banner": "Angular 2 is currently in Beta.",
|
||||
"banner": "Angular 2 is currently in Release Candidate.",
|
||||
"resources": true
|
||||
},
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- var base = current.path[4] ? '.' : './guide';
|
||||
.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")
|
||||
.cheatsheet
|
||||
|
|
Loading…
Reference in New Issue