Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: chrome/common/extensions/docs/templates/json/chrome_sidenav.json

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/c-api.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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": "WebAssembly Migration Guide",
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/c-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698