Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1178)

Unified Diff: chrome/common/extensions/docs/templates/json/apps_sidenav.json

Issue 13248004: Cleaning up apps codelab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 67ffbfaf49273822e8940abedf84c479bec11969..831d4238603a63c2dfb6d133cb9de6440617e2a1 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": "Learn with a Codelab",
+ "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"
},

Powered by Google App Engine
This is Rietveld 408576698