2015-08-08 13:55:53 -07:00
{
"index" : {
"icon" : "home" ,
"title" : "Angular Docs" ,
"menuTitle" : "Docs Home" ,
2016-09-01 02:08:57 +01:00
"banner" : "Welcome to <b>Angular in TypeScript</b>! The current Angular 2 release is <b>rc.6</b>. Please consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'> Change Log</a> about recent enhancements, fixes, and breaking changes."
2015-08-08 13:55:53 -07:00
} ,
2016-06-05 20:25:16 +02:00
"cli-quickstart" : {
"icon" : "query-builder" ,
"title" : "CLI Quickstart" ,
"description" : "Use the CLI tool to build apps quickly in Angular 2" ,
"hide" : true
} ,
2015-08-08 13:55:53 -07:00
"quickstart" : {
"icon" : "query-builder" ,
2016-07-27 00:24:54 -07:00
"title" : "Quickstart" ,
2016-03-04 17:56:41 -08:00
"description" : "Get up and running with Angular 2"
2015-08-08 13:55:53 -07:00
} ,
2015-10-14 23:04:58 -07:00
"tutorial" : {
"icon" : "list" ,
"title" : "Tutorial" ,
2016-06-15 16:04:49 -07:00
"banner" : "Angular 2 is currently in Release Candidate."
2015-10-14 23:04:58 -07:00
} ,
2015-08-08 13:55:53 -07:00
"guide" : {
"icon" : "list" ,
2015-10-14 23:04:58 -07:00
"title" : "Developer Guides" ,
2016-06-15 16:04:49 -07:00
"banner" : "Angular 2 is currently in Release Candidate."
2015-10-14 23:04:58 -07:00
} ,
2016-02-22 02:04:23 -08:00
"cookbook" : {
"icon" : "list" ,
"title" : "Cookbook" ,
"banner" : "How to solve common implementation challenges."
2016-02-02 14:39:34 +01:00
} ,
2016-03-08 08:45:44 -08:00
"api/" : {
2015-08-08 13:55:53 -07:00
"icon" : "book" ,
2016-03-04 17:56:41 -08:00
"title" : "API Preview" ,
"reference" : true
} ,
2016-04-07 21:31:40 +01:00
2016-03-04 17:56:41 -08:00
"cheatsheet" : {
"title" : "Angular Cheat Sheet" ,
2016-04-01 13:01:18 -07:00
"intro" : "A quick guide to Angular syntax." ,
2016-04-25 14:22:24 -04:00
"reference" : false
2015-08-08 13:55:53 -07:00
} ,
2016-03-04 17:56:41 -08:00
"glossary" : {
"title" : "Glossary" ,
"intro" : "Brief definitions of the most important words in the Angular 2 vocabulary" ,
2016-04-25 14:22:24 -04:00
"reference" : false
2016-03-04 17:56:41 -08:00
} ,
2016-04-07 21:31:40 +01:00
2015-08-08 13:55:53 -07:00
"resources" : {
"icon" : "play-circle-fill" ,
"title" : "Angular Resources" ,
2016-06-15 16:04:49 -07:00
"banner" : "Angular 2 is currently in Release Candidate." ,
2016-03-04 17:56:41 -08:00
"resources" : true
2015-08-08 13:55:53 -07:00
} ,
"help" : {
"icon" : "chat" ,
2016-03-04 17:56:41 -08:00
"title" : "Help & Support" ,
"resources" : true
2016-03-08 08:45:44 -08:00
} ,
2016-04-07 21:31:40 +01:00
2016-03-08 08:45:44 -08:00
"styleguide" : {
"title" : "Docs Style Guide" ,
"intro" : "Design & Layout Patterns For Documentation"
2015-08-08 13:55:53 -07:00
}
}