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

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

Issue 420323007: NaCl docs: Add a list of past design docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to TOC Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/design-docs.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 "items": [ 7 "items": [
8 { 8 {
9 "title": "Overview", 9 "title": "Overview",
10 "href": "/devtools/index" 10 "href": "/devtools/index"
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 "items": [ 874 "items": [
875 { 875 {
876 "title": "ARM 32-bit Sandbox", 876 "title": "ARM 32-bit Sandbox",
877 "href": "/native-client/reference/sandbox_internals/arm-32 -bit-sandbox" 877 "href": "/native-client/reference/sandbox_internals/arm-32 -bit-sandbox"
878 }, 878 },
879 { 879 {
880 "title": "x86-64 Sandbox", 880 "title": "x86-64 Sandbox",
881 "href": "/native-client/reference/sandbox_internals/x86-64 -sandbox" 881 "href": "/native-client/reference/sandbox_internals/x86-64 -sandbox"
882 } 882 }
883 ] 883 ]
884 },
885 {
886 "title": "Design Documents",
887 "href": "/native-client/reference/design-docs"
884 } 888 }
885 ] 889 ]
886 }, 890 },
887 { 891 {
888 "title": "Help", 892 "title": "Help",
889 "href": "/native-client/faq", 893 "href": "/native-client/faq",
890 "items": [ 894 "items": [
891 { 895 {
892 "title": "FAQ", 896 "title": "FAQ",
893 "href": "/native-client/faq" 897 "href": "/native-client/faq"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "title": "Articles", 1021 "title": "Articles",
1018 "href": "/webstore/articles" 1022 "href": "/webstore/articles"
1019 } 1023 }
1020 ] 1024 ]
1021 } 1025 }
1022 ] 1026 ]
1023 } 1027 }
1024 ] 1028 ]
1025 } 1029 }
1026 ] 1030 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/design-docs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698