docs(devpreview): Change alpha to developer preview and get rid of .x where feasible

closes #47
This commit is contained in:
Naomi Black 2015-04-28 12:33:29 -07:00
parent fbd5ca4523
commit c4496c0686
10 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
# Angular.io
Angular.io is currently the preview site for Angular 2. This site also includes links to other helpful angular resources including Angular 1.X, Angular Material, and AngularFire.
Angular.io is currently the preview site for Angular 2. This site also includes links to other helpful angular resources including Angular 1, Angular Material, and AngularFire.
## How you can help
- [File an issue on github](https://github.com/angular/angular.io/issues)

View File

@ -45,7 +45,7 @@
"picture": "/resources/images/bios/pete.jpg",
"twitter": "petebd",
"website": "http://www.bacondarwin.com",
"bio": "AngularJS 1.x Team Lead. Pete has been working on the core team since 2012 and became the team lead for the 1.x branch in November 2014. He has co-authored a book on AngularJS and regularly talks about and teaches Angular."
"bio": "Angular 1 for JS Team Lead. Pete has been working on the core team since 2012 and became the team lead for the Angular 1 for JS branch in November 2014. He has co-authored a book on AngularJS and regularly talks about and teaches Angular."
},
"victorsavkin": {
@ -106,7 +106,7 @@
"picture": "/resources/images/bios/alex-eagle.jpg",
"twitter": "jakeherringbone",
"website": "http://google.com/+alexeagle",
"bio": "Alex works on language tooling for JavaScript and AtScript. Previously Alex spent five years in Google's developer testing tools. He has developed systems including Google's continuous integration service, capturing build&test failures, and explaining them to developers. Before Google, Alex worked at startups including Opower, and consulted for large government IT. In his 20% time, he created the Error-Prone static analysis tool, which detects common Java programming mistakes and reports them as compile errors."
"bio": "Alex works on language tooling for JavaScript and TypeScript. Previously Alex spent five years in Google's developer testing tools. He has developed systems including Google's continuous integration service, capturing build&test failures, and explaining them to developers. Before Google, Alex worked at startups including Opower, and consulted for large government IT. In his 20% time, he created the Error-Prone static analysis tool, which detects common Java programming mistakes and reports them as compile errors."
},
"martinprobst": {

View File

@ -9,8 +9,8 @@
ul.text-body
li <a href="/"> Angular 2.0</a>
li <a href="https://angularjs.org/"> Angular JS 1.X</a>
li <a href="https://angulardart.org/"> Angular Dart 1.X</a>
li <a href="https://angularjs.org/"> Angular 1 for JS</a>
li <a href="https://angulardart.org/"> Angular 1 for Dart</a>
li <a href="https://material.angularjs.org"> Angular Material</a>
li <a href="https://www.firebase.com/docs/web/libraries/angular/"> AngularFire</a>

View File

@ -50,5 +50,5 @@ nav.hero-subtitle.text-subhead.dropdown
mixin tree(public.docs.js, "/docs/js", "Angular 2 for JavaScript")
mixin tree(public.docs.dart, "/docs/dart", "Angular 2 for Dart")
ul
li <a href="https://angularjs.org/" md-button>#{name} Angular 1.X for JavaScript</a>
li <a href="https://docs.angulardart.org/" md-button>#{name} Angular 1.X for Dart</a>
li <a href="https://angularjs.org/" md-button>#{name} Angular 1 for JavaScript</a>
li <a href="https://docs.angulardart.org/" md-button>#{name} Angular 1 for Dart</a>

View File

@ -3,7 +3,7 @@
"icon": "home",
"title": "Angular Docs",
"menuTitle": "Docs Home",
"banner": "Angular 2 is currently in Alpha Preview. We recommend using <a href='https://angulardart.org'>Angular for Dart</a> for production applications."
"banner": "Angular 2 is currently in Developer Preview. We recommend using <a href='https://angulardart.org'>Angular for Dart</a> for production applications."
},
"quickstart": {
@ -14,7 +14,7 @@
"guide": {
"icon": "list",
"title": "Step By Step Guide",
"banner": "Angular 2 is currently in Alpha Preview. For AngularDart 1.X resources, visit <a href='https://angulardart.org/'>angulardart.org</a>."
"banner": "Angular 2 is currently in Developer Preview. For AngularDart 1.X resources, visit <a href='https://angulardart.org/'>angulardart.org</a>."
},
"api": {
@ -25,7 +25,7 @@
"resources": {
"icon": "play-circle-fill",
"title": "Angular Resources",
"banner": "Angular 2 is currently in Alpha Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
"banner": "Angular 2 is currently in Developer Preview. For AngularDart 1.X resources, visit <a href='https://angulardart.org/'>angulardart.org</a>."
},
"help": {

View File

@ -10,7 +10,7 @@
<b><a href="/docs/js/latest/api/">Angular 2 API Preview (JavaScript)</a></b>
.l-sub-section
h3 Angular 1.X for Production
h3 Angular 1 for Production
p.
If you're building a production app today, please
<a href="https://angulardart.org">use AngularDart 1.X</a>.

View File

@ -1,5 +1,5 @@
.callout.is-helpful
header Angular 2 is currently in Alpha Preview
header Angular 2 is currently in Developer Preview
p.
We recommend using
<a href='https://angulardart.org'>Angular for Dart</a>

View File

@ -3,7 +3,7 @@
"icon": "home",
"title": "Angular Docs",
"menuTitle": "Docs Home",
"banner": "Angular 2 is currently in Alpha Preview. We recommend using <a href='https://docs.angularjs.org/guide'>Angular 1.X</a> for production applications."
"banner": "Angular 2 is currently in Developer Preview. We recommend using <a href='https://docs.angularjs.org/guide'>Angular 1.X</a> for production applications."
},
"quickstart": {
@ -14,7 +14,7 @@
"guide": {
"icon": "list",
"title": "Step By Step Guide",
"banner": "Angular 2 is currently in Alpha Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
"banner": "Angular 2 is currently in Developer Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
},
"api": {
@ -25,7 +25,7 @@
"resources": {
"icon": "play-circle-fill",
"title": "Angular Resources",
"banner": "Angular 2 is currently in Alpha Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
"banner": "Angular 2 is currently in Developer Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
},
"help": {

View File

@ -1,9 +1,9 @@
.callout.is-helpful
header Angular is in alpha
header Angular is in developer preview
p.
This quickstart does not
reflect the final development process for Angular. The following setup is for those who
want to try out Angular while it is in alpha.
want to try out Angular while it is in developer preview.
// STEP 1 - Create a project ##########################
.l-main-section
@ -11,7 +11,7 @@
p.
This quickstart shows how to write your Angular components in TypeScript. You could instead choose
another language such as Dart, ES5, or ES6.
another language such as <a href="/docs/dart/latest/quickstart.html">Dart</a>, ES5, or ES6.
p.
The goal of this quickstart is to write a component in TypeScript that prints a string.

View File

@ -5,7 +5,7 @@
"downloads": {
"Angular_2": {
"description": "Angular 2 is currently in Alpha Preview for JavaScript and Dart.",
"description": "Angular 2 is currently in Developer Preview for JavaScript and Dart.",
"2.0.0-alpha for JavaScript": {
"npm": "https://www.npmjs.com/package/angular2"
},
@ -40,7 +40,7 @@
},
"AngularMaterial_1.X": {
"description": "The Angular Material project is an implementation of Material Design in Angular.js.",
"description": "The Angular Material project is an implementation of Material Design in Angular 1 for JS.",
"1.X": {
"file": "https://material.angularjs.org/#/getting-started"
}