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

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

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 7 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
===================================================================
--- 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": "/apps/about_apps.html"
},
{
"title": "Understand the Architecture",
- "fileName": "app_architecture.html"
+ "href": "/apps/app_architecture.html"
},
{
"title": "Create Your First App",
- "fileName": "first_app.html"
+ "href": "/apps/first_app.html"
}
]
},
@@ -21,7 +21,7 @@
"items": [
{
"title": "Before You Start",
- "fileName": "develop_apps.html"
+ "href": "/apps/develop_apps.html"
},
{
"title": "The Fundamentals",
@@ -29,64 +29,63 @@
"items": [
{
"title": "Manage App Lifecycle",
- "fileName": "app_lifecycle.html"
+ "href": "/apps/app_lifecycle.html"
},
{
"title": "Manage Data",
- "fileName": "app_storage.html"
+ "href": "/apps/app_storage.html"
},
{
"title": "Offline First",
- "fileName": "offline_apps.html"
+ "href": "/apps/offline_apps.html"
},
{
"title": "Embed Content",
- "fileName": "app_external.html"
+ "href": "/apps/app_external.html"
}
]
},
{
- "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": "Learn with a Codelab",
+ "toggleable": true,
+ "items": [
+ {
+ "title": "About this Codelab",
+ "href": "/apps/app_codelab.html"
+ },
+ {
+ "title": "1 - Set Up Development Environment",
+ "href": "/apps/app_codelab1_setup.html"
+ },
+ {
+ "title": "2 - Create Basic App",
+ "href": "/apps/app_codelab2_basic.html"
+ },
+ {
+ "title": "3 - Create MVC",
+ "href": "/apps/app_codelab3_mvc.html"
+ },
+ {
+ "title": "4 - Save and Fetch Data",
+ "href": "/apps/app_codelab5_data.html"
+ },
+ {
+ "title": "5 - Manage App Lifecycle",
+ "href": "/apps/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"
- }
- ]
+ "href": "/apps/app_codelab7_useridentification.html"
+ },
+ {
+ "title": "7 - Access Web Resources",
+ "href": "/apps/app_codelab8_webresources.html"
+ },
+ {
+ "title": "8 - Publish App",
+ "href": "/apps/app_codelab_10_publishing.html"
+ }
+ ]
},
{
"title": "Security & Privacy",
@@ -94,11 +93,11 @@
"items": [
{
"title": "Identify User",
- "fileName": "app_identity.html"
+ "href": "/apps/app_identity.html"
},
{
"title": "Comply with CSP",
- "fileName": "app_csp.html"
+ "href": "/apps/app_csp.html"
}
]
},
@@ -112,25 +111,25 @@
"items": [
{
"title": "About Cloud Messaging",
- "fileName": "cloudMessaging.html"
+ "href": "/apps/cloudMessaging.html"
},
{
"title": "Client Reference",
- "fileName": "pushMessaging.html"
+ "href": "/apps/pushMessaging.html"
},
{
"title": "Service Reference",
- "fileName": "gcm_server.html"
+ "href": "/apps/gcm_server.html"
},
{
"title": "Terms of Service",
- "fileName": "gcm_tos.html"
+ "href": "/apps/gcm_tos.html"
}
]
},
{
"title": "Desktop Notifications",
- "fileName": "desktop_notifications.html"
+ "href": "/apps/desktop_notifications.html"
}
]
},
@@ -140,11 +139,11 @@
"items": [
{
"title": "Network Communications",
- "fileName": "app_network.html"
+ "href": "/apps/app_network.html"
},
{
"title": "Access Hardware Devices",
- "fileName": "app_hardware.html"
+ "href": "/apps/app_hardware.html"
}
]
},
@@ -152,17 +151,17 @@
"title": "MVC Architecture",
"toggleable": true,
"items": [
- {
- "title": "About MVC Architecture",
- "fileName": "app_frameworks.html"
- },
- {
+ {
+ "title": "About MVC Architecture",
+ "href": "/apps/app_frameworks.html"
+ },
+ {
"title": "Build Apps with AngularJS",
- "fileName": "angular_framework.html"
+ "href": "/apps/angular_framework.html"
},
{
"title": "Build Apps with Sencha Ext JS",
- "fileName": "sencha_framework.html"
+ "href": "/apps/sencha_framework.html"
}
]
}
@@ -173,7 +172,7 @@
"items": [
{
"title": "Publish",
- "fileName": "publish_app.html"
+ "href": "/apps/publish_app.html"
}
]
},
@@ -182,23 +181,23 @@
"items": [
{
"title": "Manifest Files",
- "fileName": "manifest.html"
+ "href": "/apps/manifest.html"
},
{
"title": "Chrome JavaScript APIs",
- "fileName": "api_index.html"
+ "href": "/apps/api_index.html"
},
{
"title": "Webview Tag API",
- "fileName": "webview_tag.html"
+ "href": "/apps/webview_tag.html"
},
{
"title": "Supported Libraries",
- "fileName": "api_other.html"
+ "href": "/apps/api_other.html"
},
{
"title": "Disabled Web Features",
- "fileName": "app_deprecated.html"
+ "href": "/apps/app_deprecated.html"
}
]
},
@@ -207,11 +206,11 @@
"items": [
{
"title": "FAQ",
- "fileName": "faq.html"
+ "href": "/apps/faq.html"
},
{
"title": "Samples",
- "fileName": "samples.html"
+ "href": "/apps/samples.html"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698