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

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

Issue 458643002: [Docs] device mode in devtools docs topnav (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 4 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 "items": [ 7 "items": [
8 { 8 {
9 "title": "Overview", 9 "title": "Overview",
10 "href": "/devtools/index" 10 "href": "/devtools/index"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "title": "Managing Application Storage", 64 "title": "Managing Application Storage",
65 "href": "/devtools/docs/resource-panel" 65 "href": "/devtools/docs/resource-panel"
66 } 66 }
67 ] 67 ]
68 }, 68 },
69 { 69 {
70 "title": "Debugging JavaScript", 70 "title": "Debugging JavaScript",
71 "href": "/devtools/docs/javascript-debugging" 71 "href": "/devtools/docs/javascript-debugging"
72 }, 72 },
73 { 73 {
74 "title": "Mobile Emulation", 74 "title": "Device Mode & Mobile Emulation",
75 "href": "/devtools/docs/mobile-emulation" 75 "href": "/devtools/docs/device-mode"
76 }, 76 },
77 { 77 {
78 "title": "Remote Debugging on Android", 78 "title": "Remote Debugging on Android",
79 "href": "/devtools/docs/remote-debugging" 79 "href": "/devtools/docs/remote-debugging"
80 }, 80 },
81 { 81 {
82 "title": "Saving Changes with Workspaces", 82 "title": "Saving Changes with Workspaces",
83 "href": "/devtools/docs/workspaces" 83 "href": "/devtools/docs/workspaces"
84 } 84 }
85 ] 85 ]
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "title": "Articles", 1021 "title": "Articles",
1022 "href": "/webstore/articles" 1022 "href": "/webstore/articles"
1023 } 1023 }
1024 ] 1024 ]
1025 } 1025 }
1026 ] 1026 ]
1027 } 1027 }
1028 ] 1028 ]
1029 } 1029 }
1030 ] 1030 ]
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