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

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

Issue 288573002: Updating DevTools links - top nav (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed dupe resource-panel reference from chrome_sidebar Created 6 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
« no previous file with comments | « no previous file | no next file » | 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 c7722afc3feb9222ccdb5882cc343d36cbcfd4cd..1659189be8576bb98731b33081cf5d742086f847 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -10,7 +10,7 @@
"href": "/devtools/index"
},
{
- "title": "Authoring & Development Workflow",
+ "title": "Development Workflow",
"href": "/devtools/docs/authoring-development-workflow"
},
{
@@ -53,8 +53,8 @@
"href": "/devtools/docs/dom-and-styles",
"items": [
{
- "title": "Editing Styles & DOM",
- "href": "/devtools/docs/elements"
+ "title": "Editing Styles and the DOM",
+ "href": "/devtools/docs/dom-and-styles"
},
{
"title": "Working with CSS Preprocessors",
@@ -77,6 +77,10 @@
{
"title": "Remote Debugging on Android",
"href": "/devtools/docs/remote-debugging"
+ },
+ {
+ "title": "Saving Changes with Workspaces",
+ "href": "/devtools/docs/workspaces"
}
]
},
@@ -92,7 +96,7 @@
"href": "/devtools/docs/timeline"
},
{
- "title": "Timeline Demo: Finding Forced Synchronous Layouts",
+ "title": "Timeline Demo: Layout Thrashing",
"href": "/devtools/docs/demos/too-much-layout/index"
},
{
@@ -112,10 +116,6 @@
"href": "/devtools/docs/heap-profiling-summary"
}
]
- },
- {
- "title": "Setting Up a Clean Testing Environment",
- "href": "/devtools/docs/clean-testing-environment"
}
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698