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

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

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: see last comment 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/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": "getstarted.html"
},
{
"title": "Overview",
- "fileName": "overview.html"
+ "href": "overview.html"
},
{
"title": "What's New?",
- "fileName": "whats_new.html"
+ "href": "whats_new.html"
},
{
"title": "Developer's Guide",
- "fileName": "devguide.html",
+ "href": "devguide.html",
"items": [
{
"title": "Browser UI",
@@ -21,31 +21,31 @@
"items": [
{
"title": "Browser Actions",
- "fileName": "browserAction.html"
+ "href": "browserAction.html"
},
{
"title": "Context Menus",
- "fileName": "contextMenus.html"
+ "href": "contextMenus.html"
},
{
"title": "Desktop Notifications",
- "fileName": "desktop_notifications.html"
+ "href": "desktop_notifications.html"
},
{
"title": "Omnibox",
- "fileName": "omnibox.html"
+ "href": "omnibox.html"
},
{
"title": "Options Pages",
- "fileName": "options.html"
+ "href": "options.html"
},
{
"title": "Override Pages",
- "fileName": "override.html"
+ "href": "override.html"
},
{
"title": "Page Actions",
- "fileName": "pageAction.html"
+ "href": "pageAction.html"
}
]
},
@@ -55,35 +55,35 @@
"items": [
{
"title": "Bookmarks",
- "fileName": "bookmarks.html"
+ "href": "bookmarks.html"
},
{
"title": "Cookies",
- "fileName": "cookies.html"
+ "href": "cookies.html"
},
{
"title": "Developer Tools",
- "fileName": "devtools.html"
+ "href": "devtools.html"
},
{
"title": "Events",
- "fileName": "events.html"
+ "href": "events.html"
},
{
"title": "History",
- "fileName": "history.html"
+ "href": "history.html"
},
{
"title": "Management",
- "fileName": "management.html"
+ "href": "management.html"
},
{
"title": "Tabs",
- "fileName": "tabs.html"
+ "href": "tabs.html"
},
{
"title": "Windows",
- "fileName": "windows.html"
+ "href": "windows.html"
}
]
},
@@ -93,39 +93,39 @@
"items": [
{
"title": "Accessibility",
- "fileName": "a11y.html"
+ "href": "a11y.html"
},
{
"title": "Event Pages",
- "fileName": "event_pages.html"
+ "href": "event_pages.html"
},
{
"title": "Content Security Policy",
- "fileName": "contentSecurityPolicy.html"
+ "href": "contentSecurityPolicy.html"
},
{
"title": "Content Scripts",
- "fileName": "content_scripts.html"
+ "href": "content_scripts.html"
},
{
"title": "Cross-Origin XHR",
- "fileName": "xhr.html"
+ "href": "xhr.html"
},
{
"title": "Internationalization",
- "fileName": "i18n.html"
+ "href": "i18n.html"
},
{
"title": "Message Passing",
- "fileName": "messaging.html"
+ "href": "messaging.html"
},
{
"title": "Optional Permissions",
- "fileName": "permissions.html"
+ "href": "permissions.html"
},
{
"title": "NPAPI Plugins",
- "fileName": "npapi.html"
+ "href": "npapi.html"
}
]
},
@@ -135,11 +135,11 @@
"items": [
{
"title": "Hosting",
- "fileName": "hosting.html"
+ "href": "hosting.html"
},
{
"title": "Other Deployment Options",
- "fileName": "external_extensions.html"
+ "href": "external_extensions.html"
}
]
}
@@ -147,23 +147,23 @@
},
{
"title": "Tutorials",
- "fileName": "tutorials.html",
+ "href": "tutorials.html",
"items": [
{
"title": "Manifest V2",
- "fileName": "tut_migration_to_manifest_v2.html"
+ "href": "tut_migration_to_manifest_v2.html"
},
{
"title": "Debugging",
- "fileName": "tut_debugging.html"
+ "href": "tut_debugging.html"
},
{
"title": "Google Analytics",
- "fileName": "tut_analytics.html"
+ "href": "tut_analytics.html"
},
{
"title": "OAuth",
- "fileName": "tut_oauth.html"
+ "href": "tut_oauth.html"
}
]
},
@@ -176,25 +176,25 @@
"items": [
{
"title": "Manifest Files",
- "fileName": "manifest.html"
+ "href": "manifest.html"
},
{
"title": "Match Patterns",
- "fileName": "match_patterns.html"
+ "href": "match_patterns.html"
}
]
},
{
"title": "Permission Warnings",
- "fileName": "permission_warnings.html"
+ "href": "permission_warnings.html"
},
{
"title": "chrome.* APIs",
- "fileName": "api_index.html"
+ "href": "api_index.html"
},
{
"title": "Other APIs",
- "fileName": "api_other.html"
+ "href": "api_other.html"
}
]
},
@@ -203,19 +203,19 @@
"items": [
{
"title": "FAQ",
- "fileName": "faq.html"
+ "href": "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": "themes.html"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698