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 "href": "/devtools", | 7 "href": "/devtools", |
8 "items": [ | 8 "items": [ |
9 { | 9 { |
10 "title": "Overview", | 10 "title": "Overview", |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 }, | 490 }, |
491 { | 491 { |
492 "title": "Manifest File Format", | 492 "title": "Manifest File Format", |
493 "href": "/apps/manifest" | 493 "href": "/apps/manifest" |
494 }, | 494 }, |
495 { | 495 { |
496 "title": "Webview Tag", | 496 "title": "Webview Tag", |
497 "href": "/apps/tags/webview" | 497 "href": "/apps/tags/webview" |
498 }, | 498 }, |
499 { | 499 { |
| 500 "title": "Appview Tag", |
| 501 "href": "/apps/tags/appview" |
| 502 }, |
| 503 { |
500 "title": "Web APIs", | 504 "title": "Web APIs", |
501 "href": "/apps/api_other" | 505 "href": "/apps/api_other" |
502 }, | 506 }, |
503 { | 507 { |
504 "title": "Disabled Web Features", | 508 "title": "Disabled Web Features", |
505 "href": "/apps/app_deprecated" | 509 "href": "/apps/app_deprecated" |
506 } | 510 } |
507 ] | 511 ] |
508 }, | 512 }, |
509 { | 513 { |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1057 "title": "Articles", | 1061 "title": "Articles", |
1058 "href": "/webstore/articles" | 1062 "href": "/webstore/articles" |
1059 } | 1063 } |
1060 ] | 1064 ] |
1061 } | 1065 } |
1062 ] | 1066 ] |
1063 } | 1067 } |
1064 ] | 1068 ] |
1065 } | 1069 } |
1066 ] | 1070 ] |
OLD | NEW |