Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/json/apps_sidenav.json |
| diff --git a/chrome/common/extensions/docs/templates/json/apps_sidenav.json b/chrome/common/extensions/docs/templates/json/apps_sidenav.json |
| index c82fe3f175106275ed9f03990d9deaf5de59b362..9202df689fa7c1a4ae4e32fab6e68fd9af58a0e2 100644 |
| --- a/chrome/common/extensions/docs/templates/json/apps_sidenav.json |
| +++ b/chrome/common/extensions/docs/templates/json/apps_sidenav.json |
| @@ -46,6 +46,49 @@ |
| ] |
| }, |
| { |
| + "title": "Todo App Codelab", |
|
Renato Mangini (chromium)
2013/04/12 20:33:07
I'm not quite comfortable with this title in the s
mkearney1
2013/04/15 20:48:12
Done.
|
| + "toggleable": true, |
| + "items": [ |
| + { |
| + "title": "About this Codelab", |
| + "fileName": "app_codelab.html" |
| + }, |
| + { |
| + "title": "1 - Set Up Development Environment", |
| + "fileName": "app_codelab1_setup.html" |
| + }, |
| + { |
| + "title": "2 - Create Basic App", |
| + "fileName": "app_codelab2_basic.html" |
| + }, |
| + { |
| + "title": "3 - Create MVC", |
| + "fileName": "app_codelab3_mvc.html" |
| + }, |
| + { |
| + "title": "4 - Save and Fetch Data", |
| + "fileName": "app_codelab5_data.html" |
| + }, |
| + { |
| + "title": "5 - Manage App Lifecycle", |
| + "fileName": "app_codelab6_lifecycle.html" |
| + }, |
| + |
| + { |
| + "title": "6 - Access User's Data", |
| + "fileName": "app_codelab7_useridentification.html" |
| + }, |
| + { |
| + "title": "7 - Access Web Resources", |
| + "fileName": "app_codelab8_webresources.html" |
| + }, |
| + { |
| + "title": "8 - Publish App", |
| + "fileName": "app_codelab_10_publishing.html" |
| + } |
| + ] |
| + }, |
| + { |
| "title": "Security & Privacy", |
| "toggleable": true, |
| "items": [ |
| @@ -109,11 +152,11 @@ |
| "title": "MVC Architecture", |
| "toggleable": true, |
| "items": [ |
| - { |
| - "title": "About MVC Architecture", |
| - "fileName": "app_frameworks.html" |
| - }, |
| - { |
| + { |
| + "title": "About MVC Architecture", |
| + "fileName": "app_frameworks.html" |
| + }, |
| + { |
| "title": "Build Apps with AngularJS", |
| "fileName": "angular_framework.html" |
| }, |