Index: chrome/common/extensions/docs/templates/json/extensions_sidenav.json |
=================================================================== |
--- chrome/common/extensions/docs/templates/json/extensions_sidenav.json (revision 202781) |
+++ chrome/common/extensions/docs/templates/json/extensions_sidenav.json (working copy) |
@@ -1,19 +1,19 @@ |
[ |
{ |
"title": "Getting Started", |
- "fileName": "getstarted.html" |
+ "href": "/extensions/getstarted.html" |
}, |
{ |
"title": "Overview", |
- "fileName": "overview.html" |
+ "href": "/extensions/overview.html" |
}, |
{ |
"title": "What's New?", |
- "fileName": "whats_new.html" |
+ "href": "/extensions/whats_new.html" |
}, |
{ |
"title": "Developer's Guide", |
- "fileName": "devguide.html", |
+ "href": "/extensions/devguide.html", |
"items": [ |
{ |
"title": "Browser UI", |
@@ -21,31 +21,31 @@ |
"items": [ |
{ |
"title": "Browser Actions", |
- "fileName": "browserAction.html" |
+ "href": "/extensions/browserAction.html" |
}, |
{ |
"title": "Context Menus", |
- "fileName": "contextMenus.html" |
+ "href": "/extensions/contextMenus.html" |
}, |
{ |
"title": "Desktop Notifications", |
- "fileName": "desktop_notifications.html" |
+ "href": "/extensions/desktop_notifications.html" |
}, |
{ |
"title": "Omnibox", |
- "fileName": "omnibox.html" |
+ "href": "/extensions/omnibox.html" |
}, |
{ |
"title": "Options Pages", |
- "fileName": "options.html" |
+ "href": "/extensions/options.html" |
}, |
{ |
"title": "Override Pages", |
- "fileName": "override.html" |
+ "href": "/extensions/override.html" |
}, |
{ |
"title": "Page Actions", |
- "fileName": "pageAction.html" |
+ "href": "/extensions/pageAction.html" |
} |
] |
}, |
@@ -55,35 +55,35 @@ |
"items": [ |
{ |
"title": "Bookmarks", |
- "fileName": "bookmarks.html" |
+ "href": "/extensions/bookmarks.html" |
}, |
{ |
"title": "Cookies", |
- "fileName": "cookies.html" |
+ "href": "/extensions/cookies.html" |
}, |
{ |
"title": "Developer Tools", |
- "fileName": "devtools.html" |
+ "href": "/extensions/devtools.html" |
}, |
{ |
"title": "Events", |
- "fileName": "events.html" |
+ "href": "/extensions/events.html" |
}, |
{ |
"title": "History", |
- "fileName": "history.html" |
+ "href": "/extensions/history.html" |
}, |
{ |
"title": "Management", |
- "fileName": "management.html" |
+ "href": "/extensions/management.html" |
}, |
{ |
"title": "Tabs", |
- "fileName": "tabs.html" |
+ "href": "/extensions/tabs.html" |
}, |
{ |
"title": "Windows", |
- "fileName": "windows.html" |
+ "href": "/extensions/windows.html" |
} |
] |
}, |
@@ -93,39 +93,39 @@ |
"items": [ |
{ |
"title": "Accessibility", |
- "fileName": "a11y.html" |
+ "href": "/extensions/a11y.html" |
}, |
{ |
"title": "Event Pages", |
- "fileName": "event_pages.html" |
+ "href": "/extensions/event_pages.html" |
}, |
{ |
"title": "Content Security Policy", |
- "fileName": "contentSecurityPolicy.html" |
+ "href": "/extensions/contentSecurityPolicy.html" |
}, |
{ |
"title": "Content Scripts", |
- "fileName": "content_scripts.html" |
+ "href": "/extensions/content_scripts.html" |
}, |
{ |
"title": "Cross-Origin XHR", |
- "fileName": "xhr.html" |
+ "href": "/extensions/xhr.html" |
}, |
{ |
"title": "Internationalization", |
- "fileName": "i18n.html" |
+ "href": "/extensions/i18n.html" |
}, |
{ |
"title": "Message Passing", |
- "fileName": "messaging.html" |
+ "href": "/extensions/messaging.html" |
}, |
{ |
"title": "Optional Permissions", |
- "fileName": "permissions.html" |
+ "href": "/extensions/permissions.html" |
}, |
{ |
"title": "NPAPI Plugins", |
- "fileName": "npapi.html" |
+ "href": "/extensions/npapi.html" |
} |
] |
}, |
@@ -135,11 +135,11 @@ |
"items": [ |
{ |
"title": "Hosting", |
- "fileName": "hosting.html" |
+ "href": "/extensions/hosting.html" |
}, |
{ |
"title": "Other Deployment Options", |
- "fileName": "external_extensions.html" |
+ "href": "/extensions/external_extensions.html" |
} |
] |
} |
@@ -147,23 +147,23 @@ |
}, |
{ |
"title": "Tutorials", |
- "fileName": "tutorials.html", |
+ "href": "/extensions/tutorials.html", |
"items": [ |
{ |
"title": "Manifest V2", |
- "fileName": "tut_migration_to_manifest_v2.html" |
+ "href": "/extensions/tut_migration_to_manifest_v2.html" |
}, |
{ |
"title": "Debugging", |
- "fileName": "tut_debugging.html" |
+ "href": "/extensions/tut_debugging.html" |
}, |
{ |
"title": "Google Analytics", |
- "fileName": "tut_analytics.html" |
+ "href": "/extensions/tut_analytics.html" |
}, |
{ |
"title": "OAuth", |
- "fileName": "tut_oauth.html" |
+ "href": "/extensions/tut_oauth.html" |
} |
] |
}, |
@@ -176,25 +176,25 @@ |
"items": [ |
{ |
"title": "Manifest Files", |
- "fileName": "manifest.html" |
+ "href": "/extensions/manifest.html" |
}, |
{ |
"title": "Match Patterns", |
- "fileName": "match_patterns.html" |
+ "href": "/extensions/match_patterns.html" |
} |
] |
}, |
{ |
"title": "Permission Warnings", |
- "fileName": "permission_warnings.html" |
+ "href": "/extensions/permission_warnings.html" |
}, |
{ |
"title": "chrome.* APIs", |
- "fileName": "api_index.html" |
+ "href": "/extensions/api_index.html" |
}, |
{ |
"title": "Other APIs", |
- "fileName": "api_other.html" |
+ "href": "/extensions/api_other.html" |
} |
] |
}, |
@@ -203,19 +203,19 @@ |
"items": [ |
{ |
"title": "FAQ", |
- "fileName": "faq.html" |
+ "href": "/extensions/faq.html" |
}, |
{ |
"title": "Chrome Web Store", |
- "fileName": "http://code.google.com/chrome/webstore/docs/index.html" |
+ "href": "http://code.google.com/chrome/webstore/docs/index.html" |
}, |
{ |
"title": "Hosted Apps", |
- "fileName": "http://code.google.com/chrome/apps/docs/developers_guide.html" |
+ "href": "http://code.google.com/chrome/apps/docs/developers_guide.html" |
}, |
{ |
"title": "Themes", |
- "fileName": "themes.html" |
+ "href": "/extensions/themes.html" |
} |
] |
} |