| OLD | NEW |
| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "href": "/apps/app_lifecycle" | 320 "href": "/apps/app_lifecycle" |
| 321 }, | 321 }, |
| 322 { | 322 { |
| 323 "title": "Content Security Policy", | 323 "title": "Content Security Policy", |
| 324 "href": "/apps/contentSecurityPolicy" | 324 "href": "/apps/contentSecurityPolicy" |
| 325 } | 325 } |
| 326 ] | 326 ] |
| 327 }, | 327 }, |
| 328 { | 328 { |
| 329 "title": "Learn with Codelab", | 329 "title": "Learn with Codelab", |
| 330 "href": "/apps/app_codelab1_setup", | 330 "href": "/apps/app_codelab_intro", |
| 331 "items": [ | 331 "items": [ |
| 332 { | 332 { |
| 333 "title": "1 - Set Up Development Environment", | 333 "title": "Intro - Build Chrome App", |
| 334 "href": "/apps/app_codelab1_setup" | 334 "href": "/apps/app_codelab_intro" |
| 335 }, | 335 }, |
| 336 { | 336 { |
| 337 "title": "2 - Create Basic App", | 337 "title": "1 - Create and run a Chrome App", |
| 338 "href": "/apps/app_codelab2_basic" | 338 "href": "/apps/app_codelab_basics" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "title": "3 - Create MVC", | 341 "title": "2 - Import an existing web app", |
| 342 "href": "/apps/app_codelab3_mvc" | 342 "href": "/apps/app_codelab_import_todomvc" |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "title": "4 - Save & Fetch Data", | 345 "title": "3 - Add alarms and notifications", |
| 346 "href": "/apps/app_codelab5_data" | 346 "href": "/apps/app_codelab_alarms" |
| 347 }, | 347 }, |
| 348 { | 348 { |
| 349 "title": "5 - Manage App Lifecycle", | 349 "title": "4 - Open external links with a webview", |
| 350 "href": "/apps/app_codelab6_lifecycle" | 350 "href": "/apps/app_codelab_webview" |
| 351 }, | 351 }, |
| 352 { | 352 { |
| 353 "title": "6 - Access User's Data", | 353 "title": "5 - Add images from the web", |
| 354 "href": "/apps/app_codelab7_useridentification" | 354 "href": "/apps/app_codelab_images" |
| 355 }, | 355 }, |
| 356 { | 356 { |
| 357 "title": "7 - Access Web Resources", | 357 "title": "6 - Export todos to the filesystem", |
| 358 "href": "/apps/app_codelab8_webresources" | 358 "href": "/apps/app_codelab_filesystem" |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "title": "8 - Publish App", | 361 "title": "7 - Publish your app", |
| 362 "href": "/apps/app_codelab_10_publishing" | 362 "href": "/apps/app_codelab_publish" |
| 363 } | 363 } |
| 364 ] | 364 ] |
| 365 }, | 365 }, |
| 366 { | 366 { |
| 367 "title": "Samples", | 367 "title": "Samples", |
| 368 "href": "/apps/samples" | 368 "href": "/apps/samples" |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 "title": "Develop in the Cloud", | 371 "title": "Develop in the Cloud", |
| 372 "href": "/apps/offline_apps", | 372 "href": "/apps/offline_apps", |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 "title": "Articles", | 1001 "title": "Articles", |
| 1002 "href": "/webstore/articles" | 1002 "href": "/webstore/articles" |
| 1003 } | 1003 } |
| 1004 ] | 1004 ] |
| 1005 } | 1005 } |
| 1006 ] | 1006 ] |
| 1007 } | 1007 } |
| 1008 ] | 1008 ] |
| 1009 } | 1009 } |
| 1010 ] | 1010 ] |
| OLD | NEW |