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

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

Issue 476793002: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL synced with master. 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
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/_static/css/nacl.css » ('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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 "href": "/native-client/devguide/coding/view-focus-input-events" 805 "href": "/native-client/devguide/coding/view-focus-input-events"
806 } 806 }
807 ] 807 ]
808 }, 808 },
809 { 809 {
810 "title": "Distribute Your Apps", 810 "title": "Distribute Your Apps",
811 "href": "/native-client/devguide/distributing" 811 "href": "/native-client/devguide/distributing"
812 }, 812 },
813 { 813 {
814 "title": "Pepper API Reference", 814 "title": "Pepper API Reference",
815 "href": "/native-client/pepper_stable/index", 815 "href": "/native-client/c-api",
816 "items": [ 816 "items": [
817 { 817 {
818 "title": "Pepper C Interfaces", 818 "title": "Pepper C API",
819 "href": "/native-client/pepper_stable/c/group___interfaces" 819 "href": "/native-client/c-api"
820 }, 820 },
821 { 821 {
822 "title": "Pepper C Structures", 822 "title": "Pepper C++ API",
823 "href": "/native-client/pepper_stable/c/group___structs" 823 "href": "/native-client/cpp-api"
824 },
825 {
826 "title": "Pepper C Functions",
827 "href": "/native-client/pepper_stable/c/group___functions"
828 },
829 {
830 "title": "Pepper C Enums",
831 "href": "/native-client/pepper_stable/c/group___enums"
832 },
833 {
834 "title": "Pepper C Typedefs",
835 "href": "/native-client/pepper_stable/c/group___typedefs"
836 },
837 {
838 "title": "Pepper C Macros",
839 "href": "/native-client/pepper_stable/c/global_defs"
840 },
841 {
842 "title": "Pepper C++ Classes",
843 "href": "/native-client/pepper_stable/cpp/inherits"
844 } 824 }
845 ] 825 ]
846 }, 826 },
847 { 827 {
848 "title": "Additional Reference & Versions", 828 "title": "Additional Reference & Versions",
849 "href": "/native-client/glossary", 829 "href": "/native-client/glossary",
850 "items": [ 830 "items": [
851 { 831 {
852 "title": "Glossary", 832 "title": "Glossary",
853 "href": "/native-client/glossary" 833 "href": "/native-client/glossary"
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "title": "Articles", 1001 "title": "Articles",
1022 "href": "/webstore/articles" 1002 "href": "/webstore/articles"
1023 } 1003 }
1024 ] 1004 ]
1025 } 1005 }
1026 ] 1006 ]
1027 } 1007 }
1028 ] 1008 ]
1029 } 1009 }
1030 ] 1010 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/_static/css/nacl.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698