Index: chrome/common/extensions/docs/templates/json/apps_sidenav.json |
=================================================================== |
--- chrome/common/extensions/docs/templates/json/apps_sidenav.json (revision 202781) |
+++ chrome/common/extensions/docs/templates/json/apps_sidenav.json (working copy) |
@@ -4,15 +4,15 @@ |
"items": [ |
{ |
"title": "What Are Packaged Apps?", |
- "fileName": "about_apps.html" |
+ "href": "about_apps.html" |
not at google - send to devlin
2013/05/29 17:59:09
Stepping back: the problem may actually be that th
|
}, |
{ |
"title": "Understand the Architecture", |
- "fileName": "app_architecture.html" |
+ "href": "app_architecture.html" |
}, |
{ |
"title": "Create Your First App", |
- "fileName": "first_app.html" |
+ "href": "first_app.html" |
} |
] |
}, |
@@ -21,7 +21,7 @@ |
"items": [ |
{ |
"title": "Before You Start", |
- "fileName": "develop_apps.html" |
+ "href": "develop_apps.html" |
}, |
{ |
"title": "The Fundamentals", |
@@ -29,19 +29,19 @@ |
"items": [ |
{ |
"title": "Manage App Lifecycle", |
- "fileName": "app_lifecycle.html" |
+ "href": "app_lifecycle.html" |
}, |
{ |
"title": "Manage Data", |
- "fileName": "app_storage.html" |
+ "href": "app_storage.html" |
}, |
{ |
"title": "Offline First", |
- "fileName": "offline_apps.html" |
+ "href": "offline_apps.html" |
}, |
{ |
"title": "Embed Content", |
- "fileName": "app_external.html" |
+ "href": "app_external.html" |
} |
] |
}, |
@@ -51,40 +51,40 @@ |
"items": [ |
{ |
"title": "About this Codelab", |
- "fileName": "app_codelab.html" |
+ "href": "app_codelab.html" |
}, |
{ |
"title": "1 - Set Up Development Environment", |
- "fileName": "app_codelab1_setup.html" |
+ "href": "app_codelab1_setup.html" |
}, |
{ |
"title": "2 - Create Basic App", |
- "fileName": "app_codelab2_basic.html" |
+ "href": "app_codelab2_basic.html" |
}, |
{ |
"title": "3 - Create MVC", |
- "fileName": "app_codelab3_mvc.html" |
+ "href": "app_codelab3_mvc.html" |
}, |
{ |
"title": "4 - Save and Fetch Data", |
- "fileName": "app_codelab5_data.html" |
+ "href": "app_codelab5_data.html" |
}, |
{ |
"title": "5 - Manage App Lifecycle", |
- "fileName": "app_codelab6_lifecycle.html" |
+ "href": "app_codelab6_lifecycle.html" |
}, |
{ |
"title": "6 - Access User's Data", |
- "fileName": "app_codelab7_useridentification.html" |
+ "href": "app_codelab7_useridentification.html" |
}, |
{ |
"title": "7 - Access Web Resources", |
- "fileName": "app_codelab8_webresources.html" |
+ "href": "app_codelab8_webresources.html" |
}, |
{ |
"title": "8 - Publish App", |
- "fileName": "app_codelab_10_publishing.html" |
+ "href": "app_codelab_10_publishing.html" |
} |
] |
}, |
@@ -94,11 +94,11 @@ |
"items": [ |
{ |
"title": "Identify User", |
- "fileName": "app_identity.html" |
+ "href": "app_identity.html" |
}, |
{ |
"title": "Comply with CSP", |
- "fileName": "app_csp.html" |
+ "href": "app_csp.html" |
} |
] |
}, |
@@ -112,25 +112,25 @@ |
"items": [ |
{ |
"title": "About Cloud Messaging", |
- "fileName": "cloudMessaging.html" |
+ "href": "cloudMessaging.html" |
}, |
{ |
"title": "Client Reference", |
- "fileName": "pushMessaging.html" |
+ "href": "pushMessaging.html" |
}, |
{ |
"title": "Service Reference", |
- "fileName": "gcm_server.html" |
+ "href": "gcm_server.html" |
}, |
{ |
"title": "Terms of Service", |
- "fileName": "gcm_tos.html" |
+ "href": "gcm_tos.html" |
} |
] |
}, |
{ |
"title": "Desktop Notifications", |
- "fileName": "desktop_notifications.html" |
+ "href": "desktop_notifications.html" |
} |
] |
}, |
@@ -140,11 +140,11 @@ |
"items": [ |
{ |
"title": "Network Communications", |
- "fileName": "app_network.html" |
+ "href": "app_network.html" |
}, |
{ |
"title": "Access Hardware Devices", |
- "fileName": "app_hardware.html" |
+ "href": "app_hardware.html" |
} |
] |
}, |
@@ -154,15 +154,15 @@ |
"items": [ |
{ |
"title": "About MVC Architecture", |
- "fileName": "app_frameworks.html" |
+ "href": "app_frameworks.html" |
}, |
{ |
"title": "Build Apps with AngularJS", |
- "fileName": "angular_framework.html" |
+ "href": "angular_framework.html" |
}, |
{ |
"title": "Build Apps with Sencha Ext JS", |
- "fileName": "sencha_framework.html" |
+ "href": "sencha_framework.html" |
} |
] |
} |
@@ -173,7 +173,7 @@ |
"items": [ |
{ |
"title": "Publish", |
- "fileName": "publish_app.html" |
+ "href": "publish_app.html" |
} |
] |
}, |
@@ -182,23 +182,23 @@ |
"items": [ |
{ |
"title": "Manifest Files", |
- "fileName": "manifest.html" |
+ "href": "manifest.html" |
}, |
{ |
"title": "Chrome JavaScript APIs", |
- "fileName": "api_index.html" |
+ "href": "api_index.html" |
}, |
{ |
"title": "Webview Tag API", |
- "fileName": "webview_tag.html" |
+ "href": "webview_tag.html" |
}, |
{ |
"title": "Supported Libraries", |
- "fileName": "api_other.html" |
+ "href": "api_other.html" |
}, |
{ |
"title": "Disabled Web Features", |
- "fileName": "app_deprecated.html" |
+ "href": "app_deprecated.html" |
} |
] |
}, |
@@ -207,11 +207,11 @@ |
"items": [ |
{ |
"title": "FAQ", |
- "fileName": "faq.html" |
+ "href": "faq.html" |
}, |
{ |
"title": "Samples", |
- "fileName": "samples.html" |
+ "href": "samples.html" |
} |
] |
} |