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

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

Issue 177113013: Bluetooth: add Device events, and cleanup JS API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arman-patch
Patch Set: Created 6 years, 9 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
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 "items": [ 7 "items": [
8 { 8 {
9 "title": "Overview", 9 "title": "Overview",
10 "href": "/devtools/index" 10 "href": "/devtools/index"
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "title": "USB", 401 "title": "USB",
402 "href": "/apps/app_usb" 402 "href": "/apps/app_usb"
403 }, 403 },
404 { 404 {
405 "title": "Serial", 405 "title": "Serial",
406 "href": "/apps/app_serial" 406 "href": "/apps/app_serial"
407 }, 407 },
408 { 408 {
409 "title": "Network Communications", 409 "title": "Network Communications",
410 "href": "/apps/app_network" 410 "href": "/apps/app_network"
411 },
412 {
413 "title": "Bluetooth",
414 "href": "/apps/app_bluetooth"
411 } 415 }
412 ] 416 ]
413 }, 417 },
414 { 418 {
415 "title": "MVC Architecture & Frameworks", 419 "title": "MVC Architecture & Frameworks",
416 "href": "/apps/app_frameworks", 420 "href": "/apps/app_frameworks",
417 "items": [ 421 "items": [
418 { 422 {
419 "title": "About MVC Architecture", 423 "title": "About MVC Architecture",
420 "href": "/apps/app_frameworks" 424 "href": "/apps/app_frameworks"
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 "title": "Articles", 988 "title": "Articles",
985 "href": "/webstore/articles" 989 "href": "/webstore/articles"
986 } 990 }
987 ] 991 ]
988 } 992 }
989 ] 993 ]
990 } 994 }
991 ] 995 ]
992 } 996 }
993 ] 997 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698