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

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

Issue 909383002: NaCl docs: add project ideas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 10 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/faq.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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 }, 869 },
870 { 870 {
871 "title": "Additional Reference & Versions", 871 "title": "Additional Reference & Versions",
872 "href": "/native-client/glossary", 872 "href": "/native-client/glossary",
873 "items": [ 873 "items": [
874 { 874 {
875 "title": "Glossary", 875 "title": "Glossary",
876 "href": "/native-client/glossary" 876 "href": "/native-client/glossary"
877 }, 877 },
878 { 878 {
879 "title": "Contributor Ideas",
880 "href": "/native-client/reference/ideas"
881 },
882 {
879 "title": "Native Client Manifest (nmf) Format", 883 "title": "Native Client Manifest (nmf) Format",
880 "href": "/native-client/reference/nacl-manifest-format" 884 "href": "/native-client/reference/nacl-manifest-format"
881 }, 885 },
882 { 886 {
883 "title": "Contents of PNaCl Bitcode Files", 887 "title": "Contents of PNaCl Bitcode Files",
884 "href": "/native-client/reference/pnacl-bitcode-manual" 888 "href": "/native-client/reference/pnacl-bitcode-manual"
885 }, 889 },
886 { 890 {
887 "title": "PNaCl Bitcode Reference Manual", 891 "title": "PNaCl Bitcode Reference Manual",
888 "href": "/native-client/reference/pnacl-bitcode-abi" 892 "href": "/native-client/reference/pnacl-bitcode-abi"
(...skipping 164 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/faq.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698