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

Side by Side Diff: chrome/common/extensions/docs/templates/json/chrome_sidenav.json

Issue 2380783002: Removing iOS from Multi-device docs (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Devtools", 3 "title": "Devtools",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "Learn Basics", 6 "title": "Learn Basics",
7 "href": "/devtools", 7 "href": "/devtools",
8 "items": [ 8 "items": [
9 { 9 {
10 "title": "Overview", 10 "title": "Overview",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 }, 259 },
260 { 260 {
261 "title": "WebView Workflow", 261 "title": "WebView Workflow",
262 "href": "/multidevice/webview/workflow" 262 "href": "/multidevice/webview/workflow"
263 }, 263 },
264 { 264 {
265 "title": "Tips & Tricks", 265 "title": "Tips & Tricks",
266 "href": "/multidevice/webview/tipsandtricks" 266 "href": "/multidevice/webview/tipsandtricks"
267 } 267 }
268 ] 268 ]
269 },
270 {
271 "title": "Chrome for iOS",
272 "href": "/multidevice/ios/overview",
273 "items": [
274 {
275 "title": "Overview",
276 "href": "/multidevice/ios/overview"
277 },
278 {
279 "title": "Opening Links in Chrome",
280 "href": "/multidevice/ios/links"
281 },
282 {
283 "title": "Case Studies",
284 "href": "/multidevice/ios/case-studies",
285 "items": [
286 {
287 "title": "Case Studies",
288 "href": "/multidevice/ios/case-studies"
289 },
290 {
291 "title": "Pocket",
292 "href": "/multidevice/ios/pocket"
293 },
294 {
295 "title": "Feedly",
296 "href": "/multidevice/ios/feedly"
297 }
298 ]
299 }
300 ]
301 } 269 }
302 ] 270 ]
303 }, 271 },
304 { 272 {
305 "title": "Platform", 273 "title": "Platform",
306 "items": [ 274 "items": [
307 { 275 {
308 "title": "Apps", 276 "title": "Apps",
309 "href": "/apps/about_apps", 277 "href": "/apps/about_apps",
310 "items": [ 278 "items": [
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 "title": "Articles", 1047 "title": "Articles",
1080 "href": "/webstore/articles" 1048 "href": "/webstore/articles"
1081 } 1049 }
1082 ] 1050 ]
1083 } 1051 }
1084 ] 1052 ]
1085 } 1053 }
1086 ] 1054 ]
1087 } 1055 }
1088 ] 1056 ]
OLDNEW
« 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