Change log

1) No change to "Additional Resources" or "Inspecting & Tweaking" labels in fatnav
2) Renamed some of the favnav labels during the meeting
3) /devtools/docs/elements completely removed from chrome_sidenav.json so we shouldn't be able to get to it unless you go to the direct url
4) /devtools/docs/dom-and-styles added properly to chrome_sidenav.json

BUG=

Review URL: https://codereview.chromium.org/288573002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271210 0039d316-1c4b-4281-b951-d872f2087c98
parent e4c3a397
......@@ -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"
}
]
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment