diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 9d466fdfa3..6912e92238 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -11,15 +11,15 @@ "title": "5 Min Quickstart" }, - "guide": { + "guide-overview": { "icon": "list", - "title": "Guide", + "title": "Step By Step Guide", "banner": "Angular 2 is currently in Alpha Preview. For Angular 1.X Resources please visit Angularjs.org." }, - "api": { + "api-overview": { "icon": "book", - "title": "API" + "title": "API Preview" }, "help": { diff --git a/public/docs/js/latest/api.jade b/public/docs/js/latest/api-overview.jade similarity index 50% rename from public/docs/js/latest/api.jade rename to public/docs/js/latest/api-overview.jade index 26ab0e7671..c293164238 100644 --- a/public/docs/js/latest/api.jade +++ b/public/docs/js/latest/api-overview.jade @@ -1,17 +1,12 @@ .l-main-section - h2 Developer Preview - p. - The Angular 2.0 API is currently in active development and not production ready. - This page will showcase a preview of proposed methods to help further the discussion - in the development community. - - .l-sub-section - h3 Angular 1.X for Production + .callout.is-helpful + header Developer Preview p. - If you're building a production app today, please + The Angular 2.0 API is currently in active development and not production ready. + This page will showcase a preview of proposed methods to help further the discussion + in the development community. If you're building a production app today, please use Angular 1.X. - These versions of Angular are production ready and available today. number = 1; ul diff --git a/public/docs/js/latest/guide.jade b/public/docs/js/latest/guide-overview.jade similarity index 100% rename from public/docs/js/latest/guide.jade rename to public/docs/js/latest/guide-overview.jade