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

Unified Diff: chrome/common/extensions/docs/templates/public/extensions/redirects.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
Index: chrome/common/extensions/docs/templates/public/extensions/redirects.json
diff --git a/chrome/common/extensions/docs/templates/public/extensions/redirects.json b/chrome/common/extensions/docs/templates/public/extensions/redirects.json
index 700b73b91f552b0e77396549ba738f5bbcbd4877..f000d3edda0708da71f93964240ff1936053551f 100644
--- a/chrome/common/extensions/docs/templates/public/extensions/redirects.json
+++ b/chrome/common/extensions/docs/templates/public/extensions/redirects.json
@@ -6,5 +6,6 @@
"experimental.systemInfo_storage": "system_storage",
"experimental_systemInfo_storage": "system_storage",
"systemInfo_cpu": "system_cpu",
- "systemInfo_memory": "system_memory"
+ "systemInfo_memory": "system_memory",
+ "index": "."
}

Powered by Google App Engine
This is Rietveld 408576698