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

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

Issue 645693006: Updated Chrome Apps codelab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/chrome_sidenav.json
diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
index bdcf2950294ee16f049dee5261242e4262bbdc13..014a8f1d103a73223f04718a8b09834ffa07b148 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -327,39 +327,39 @@
},
{
"title": "Learn with Codelab",
- "href": "/apps/app_codelab1_setup",
+ "href": "/apps/app_codelab_intro",
"items": [
{
- "title": "1 - Set Up Development Environment",
- "href": "/apps/app_codelab1_setup"
+ "title": "Intro - Build Chrome App",
+ "href": "/apps/app_codelab_intro"
},
{
- "title": "2 - Create Basic App",
- "href": "/apps/app_codelab2_basic"
+ "title": "1 - Create and run a Chrome App",
+ "href": "/apps/app_codelab_basics"
},
{
- "title": "3 - Create MVC",
- "href": "/apps/app_codelab3_mvc"
+ "title": "2 - Import an existing web app",
+ "href": "/apps/app_codelab_import_todomvc"
},
{
- "title": "4 - Save & Fetch Data",
- "href": "/apps/app_codelab5_data"
+ "title": "3 - Add alarms and notifications",
+ "href": "/apps/app_codelab_alarms"
},
{
- "title": "5 - Manage App Lifecycle",
- "href": "/apps/app_codelab6_lifecycle"
+ "title": "4 - Open external links with a webview",
+ "href": "/apps/app_codelab_webview"
},
{
- "title": "6 - Access User's Data",
- "href": "/apps/app_codelab7_useridentification"
+ "title": "5 - Add images from the web",
+ "href": "/apps/app_codelab_images"
},
{
- "title": "7 - Access Web Resources",
- "href": "/apps/app_codelab8_webresources"
+ "title": "6 - Export todos to the filesystem",
+ "href": "/apps/app_codelab_filesystem"
},
{
- "title": "8 - Publish App",
- "href": "/apps/app_codelab_10_publishing"
+ "title": "7 - Publish your app",
+ "href": "/apps/app_codelab_publish"
}
]
},

Powered by Google App Engine
This is Rietveld 408576698