| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "title": "Getting Started", | 3 "title": "Getting Started", |
| 4 "items": [ | 4 "items": [ |
| 5 { | 5 { |
| 6 "title": "What Are Packaged Apps?", | 6 "title": "What Are Packaged Apps?", |
| 7 "fileName": "about_apps.html" | 7 "fileName": "about_apps.html" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "title": "Understand the Architecture", | 10 "title": "Understand the Architecture", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 "title": "Offline First", | 39 "title": "Offline First", |
| 40 "fileName": "offline_apps.html" | 40 "fileName": "offline_apps.html" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "title": "Embed Content", | 43 "title": "Embed Content", |
| 44 "fileName": "app_external.html" | 44 "fileName": "app_external.html" |
| 45 } | 45 } |
| 46 ] | 46 ] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "title": "Learn with a Codelab", |
| 50 "toggleable": true, |
| 51 "items": [ |
| 52 { |
| 53 "title": "About this Codelab", |
| 54 "fileName": "app_codelab.html" |
| 55 }, |
| 56 { |
| 57 "title": "1 - Set Up Development Environment", |
| 58 "fileName": "app_codelab1_setup.html" |
| 59 }, |
| 60 { |
| 61 "title": "2 - Create Basic App", |
| 62 "fileName": "app_codelab2_basic.html" |
| 63 }, |
| 64 { |
| 65 "title": "3 - Create MVC", |
| 66 "fileName": "app_codelab3_mvc.html" |
| 67 }, |
| 68 { |
| 69 "title": "4 - Save and Fetch Data", |
| 70 "fileName": "app_codelab5_data.html" |
| 71 }, |
| 72 { |
| 73 "title": "5 - Manage App Lifecycle", |
| 74 "fileName": "app_codelab6_lifecycle.html" |
| 75 }, |
| 76 |
| 77 { |
| 78 "title": "6 - Access User's Data", |
| 79 "fileName": "app_codelab7_useridentification.html" |
| 80 }, |
| 81 { |
| 82 "title": "7 - Access Web Resources", |
| 83 "fileName": "app_codelab8_webresources.html" |
| 84 }, |
| 85 { |
| 86 "title": "8 - Publish App", |
| 87 "fileName": "app_codelab_10_publishing.html" |
| 88 } |
| 89 ] |
| 90 }, |
| 91 { |
| 49 "title": "Security & Privacy", | 92 "title": "Security & Privacy", |
| 50 "toggleable": true, | 93 "toggleable": true, |
| 51 "items": [ | 94 "items": [ |
| 52 { | 95 { |
| 53 "title": "Identify User", | 96 "title": "Identify User", |
| 54 "fileName": "app_identity.html" | 97 "fileName": "app_identity.html" |
| 55 }, | 98 }, |
| 56 { | 99 { |
| 57 "title": "Comply with CSP", | 100 "title": "Comply with CSP", |
| 58 "fileName": "app_csp.html" | 101 "fileName": "app_csp.html" |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 { | 145 { |
| 103 "title": "Access Hardware Devices", | 146 "title": "Access Hardware Devices", |
| 104 "fileName": "app_hardware.html" | 147 "fileName": "app_hardware.html" |
| 105 } | 148 } |
| 106 ] | 149 ] |
| 107 }, | 150 }, |
| 108 { | 151 { |
| 109 "title": "MVC Architecture", | 152 "title": "MVC Architecture", |
| 110 "toggleable": true, | 153 "toggleable": true, |
| 111 "items": [ | 154 "items": [ |
| 112 { | 155 » { |
| 113 "title": "About MVC Architecture", | 156 » "title": "About MVC Architecture", |
| 114 "fileName": "app_frameworks.html" | 157 » "fileName": "app_frameworks.html" |
| 115 }, | 158 » }, |
| 116 { | 159 » { |
| 117 "title": "Build Apps with AngularJS", | 160 "title": "Build Apps with AngularJS", |
| 118 "fileName": "angular_framework.html" | 161 "fileName": "angular_framework.html" |
| 119 }, | 162 }, |
| 120 { | 163 { |
| 121 "title": "Build Apps with Sencha Ext JS", | 164 "title": "Build Apps with Sencha Ext JS", |
| 122 "fileName": "sencha_framework.html" | 165 "fileName": "sencha_framework.html" |
| 123 } | 166 } |
| 124 ] | 167 ] |
| 125 } | 168 } |
| 126 ] | 169 ] |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "title": "FAQ", | 209 "title": "FAQ", |
| 167 "fileName": "faq.html" | 210 "fileName": "faq.html" |
| 168 }, | 211 }, |
| 169 { | 212 { |
| 170 "title": "Samples", | 213 "title": "Samples", |
| 171 "fileName": "samples.html" | 214 "fileName": "samples.html" |
| 172 } | 215 } |
| 173 ] | 216 ] |
| 174 } | 217 } |
| 175 ] | 218 ] |
| OLD | NEW |