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

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

Issue 883963002: Fix left-side navigation for top-level pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/public/extensions/redirects.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d91527f1f2dd75579e04f58c218b2319147ffe6a..fe901f2c04f40caf8bfb3a4f26cec0a472160848 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -4,11 +4,11 @@
"items": [
{
"title": "Learn Basics",
- "href": "/devtools/index",
+ "href": "/devtools",
"items": [
{
"title": "Overview",
- "href": "/devtools/index"
+ "href": "/devtools"
},
{
"title": "Development Workflow",
@@ -195,11 +195,11 @@
"items": [
{
"title": "Getting Started",
- "href": "/multidevice/index",
+ "href": "/multidevice",
"items": [
{
"title": "Chrome for a Multi-Device World",
- "href": "/multidevice/index"
+ "href": "/multidevice"
},
{
"title": "Data Compression Proxy",
@@ -532,11 +532,11 @@
},
{
"title": "Extensions",
- "href": "/extensions/index",
+ "href": "/extensions",
"items": [
{
"title": "Learn Basics",
- "href": "/extensions/index",
+ "href": "/extensions",
"items": [
{
"title": "Overview",
@@ -705,11 +705,11 @@
},
{
"title": "Native Client",
- "href": "/native-client/index",
+ "href": "/native-client",
"items": [
{
"title": "Learn Basics",
- "href": "/native-client/index",
+ "href": "/native-client",
"items": [
{
"title": "Technical Overview",
@@ -937,11 +937,11 @@
},
{
"title": "Store",
- "href": "/webstore/index",
+ "href": "/webstore",
"items": [
{
"title": "Distribution Overview",
- "href": "/webstore/index"
+ "href": "/webstore"
},
{
"title": "What Is the Chrome Web Store?",
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/public/extensions/redirects.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698