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

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

Issue 849303003: Top-level pages should show left-navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small title fix for nativeMessaging Created 5 years, 11 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 f67f7d6b9705511b524b1079481439d189cfad29..e4f5f08658bde6ca39c45fef88b1e96da7206079 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -405,6 +405,10 @@
"href": "/apps/cloudMessaging"
},
{
+ "title": "Native Messaging",
+ "href": "/apps/nativeMessaging"
+ },
+ {
"title": "Rich Notifications",
"href": "/apps/richNotifications"
},
@@ -528,11 +532,11 @@
},
{
"title": "Extensions",
- "href": "/extensions/overview",
+ "href": "/extensions/index",
"items": [
{
"title": "Learn Basics",
- "href": "/extensions/overview",
+ "href": "/extensions/index",
"items": [
{
"title": "Overview",
@@ -602,6 +606,10 @@
"href": "/extensions/messaging"
},
{
+ "title": "Native Messaging",
+ "href": "/extensions/nativeMessaging"
+ },
+ {
"title": "Migrate to Manifest 2",
"href": "/extensions/tut_migration_to_manifest_v2"
},
@@ -697,11 +705,11 @@
},
{
"title": "Native Client",
- "href": "/native-client/overview",
+ "href": "/native-client/index",
"items": [
{
"title": "Learn Basics",
- "href": "/native-client/overview",
+ "href": "/native-client/index",
"items": [
{
"title": "Technical Overview",

Powered by Google App Engine
This is Rietveld 408576698