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

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

Issue 34603002: Moved app_hardware.html to app_usb.html. Will split out serial port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-upload. Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Discover", 3 "title": "Discover",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "What Are Chrome Apps?", 6 "title": "What Are Chrome Apps?",
7 "href": "/apps/about_apps.html" 7 "href": "/apps/about_apps.html"
8 } 8 }
9 ] 9 ]
10 }, 10 },
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "href": "/apps/app_storage.html" 168 "href": "/apps/app_storage.html"
169 } 169 }
170 ] 170 ]
171 }, 171 },
172 { 172 {
173 "title": "Use Low-Level System Services", 173 "title": "Use Low-Level System Services",
174 "toggleable": true, 174 "toggleable": true,
175 "items": [ 175 "items": [
176 { 176 {
177 "title": "USB", 177 "title": "USB",
178 "href": "/apps/app_hardware.html" 178 "href": "/apps/app_usb.html"
179 }, 179 },
180 { 180 {
181 "title": "Network Communications", 181 "title": "Network Communications",
182 "href": "/apps/app_network.html" 182 "href": "/apps/app_network.html"
183 } 183 }
184 ] 184 ]
185 }, 185 },
186 { 186 {
187 "title": "Interact with the Host Platform", 187 "title": "Interact with the Host Platform",
188 "toggleable": true, 188 "toggleable": true,
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "title": "Google Groups", 265 "title": "Google Groups",
266 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium -apps" 266 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium -apps"
267 }, 267 },
268 { 268 {
269 "title": "Stack Overflow", 269 "title": "Stack Overflow",
270 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" 270 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app"
271 } 271 }
272 ] 272 ]
273 } 273 }
274 ] 274 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698