Chromium Code Reviews| 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 715 "title": "Technical Overview", | 715 "title": "Technical Overview", |
| 716 "href": "/native-client/overview" | 716 "href": "/native-client/overview" |
| 717 }, | 717 }, |
| 718 { | 718 { |
| 719 "title": "NaCl and PNaCl", | 719 "title": "NaCl and PNaCl", |
| 720 "href": "/native-client/nacl-and-pnacl" | 720 "href": "/native-client/nacl-and-pnacl" |
| 721 } | 721 } |
| 722 ] | 722 ] |
| 723 }, | 723 }, |
| 724 { | 724 { |
| 725 "title": "Migration Guide", | |
|
Ken Rockot(use gerrit already)
2017/05/13 00:27:43
nit: Should this maybe be "WebAssembly Migration G
bradnelson
2017/05/13 00:35:19
Done.
| |
| 726 "href": "/native-client/migration" | |
| 727 }, | |
| 728 { | |
| 725 "title": "Download the SDK", | 729 "title": "Download the SDK", |
| 726 "href": "/native-client/sdk/download", | 730 "href": "/native-client/sdk/download", |
| 727 "items": [ | 731 "items": [ |
| 728 { | 732 { |
| 729 "title": "Download the Native Client SDK", | 733 "title": "Download the Native Client SDK", |
| 730 "href": "/native-client/sdk/download" | 734 "href": "/native-client/sdk/download" |
| 731 }, | 735 }, |
| 732 { | 736 { |
| 733 "title": "Examples", | 737 "title": "Examples", |
| 734 "href": "/native-client/sdk/examples" | 738 "href": "/native-client/sdk/examples" |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1053 "title": "Articles", | 1057 "title": "Articles", |
| 1054 "href": "/webstore/articles" | 1058 "href": "/webstore/articles" |
| 1055 } | 1059 } |
| 1056 ] | 1060 ] |
| 1057 } | 1061 } |
| 1058 ] | 1062 ] |
| 1059 } | 1063 } |
| 1060 ] | 1064 ] |
| 1061 } | 1065 } |
| 1062 ] | 1066 ] |
| OLD | NEW |