| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 { | 162 { |
| 163 "title": "More", | 163 "title": "More", |
| 164 "items": [ | 164 "items": [ |
| 165 { | 165 { |
| 166 "title": "FAQ", | 166 "title": "FAQ", |
| 167 "fileName": "faq.html" | 167 "fileName": "faq.html" |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 "title": "Samples", | 170 "title": "Samples", |
| 171 "fileName": "samples.html" | 171 "fileName": "samples.html" |
| 172 }, | |
| 173 { | |
| 174 "title": "Known Issues", | |
| 175 "fileName": "app_known_issues.html" | |
| 176 } | 172 } |
| 177 ] | 173 ] |
| 178 } | 174 } |
| 179 ] | 175 ] |
| OLD | NEW |