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

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: 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
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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 }, 873 },
874 { 874 {
875 "title": "Additional Reference & Versions", 875 "title": "Additional Reference & Versions",
876 "href": "/native-client/glossary", 876 "href": "/native-client/glossary",
877 "items": [ 877 "items": [
878 { 878 {
879 "title": "Glossary", 879 "title": "Glossary",
880 "href": "/native-client/glossary" 880 "href": "/native-client/glossary"
881 }, 881 },
882 { 882 {
883 "title": "Contributor Ideas",
884 "href": "/native-client/reference/ideas"
885 },
886 {
883 "title": "Native Client Manifest (nmf) Format", 887 "title": "Native Client Manifest (nmf) Format",
884 "href": "/native-client/reference/nacl-manifest-format" 888 "href": "/native-client/reference/nacl-manifest-format"
885 }, 889 },
886 { 890 {
887 "title": "Contents of PNaCl Bitcode Files", 891 "title": "Contents of PNaCl Bitcode Files",
888 "href": "/native-client/reference/pnacl-bitcode-manual" 892 "href": "/native-client/reference/pnacl-bitcode-manual"
889 }, 893 },
890 { 894 {
891 "title": "PNaCl Bitcode Reference Manual", 895 "title": "PNaCl Bitcode Reference Manual",
892 "href": "/native-client/reference/pnacl-bitcode-abi" 896 "href": "/native-client/reference/pnacl-bitcode-abi"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/doc/_book.yaml » ('j') | native_client_sdk/src/doc/reference/ideas.rst » ('J')

Powered by Google App Engine
This is Rietveld 408576698