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

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

Issue 883963002: Fix left-side navigation for top-level pages (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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/public/extensions/redirects.json » ('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/index", 7 "href": "/devtools",
8 "items": [ 8 "items": [
9 { 9 {
10 "title": "Overview", 10 "title": "Overview",
11 "href": "/devtools/index" 11 "href": "/devtools"
12 }, 12 },
13 { 13 {
14 "title": "Development Workflow", 14 "title": "Development Workflow",
15 "href": "/devtools/docs/authoring-development-workflow" 15 "href": "/devtools/docs/authoring-development-workflow"
16 }, 16 },
17 { 17 {
18 "title": "Using the Console", 18 "title": "Using the Console",
19 "href": "/devtools/docs/console" 19 "href": "/devtools/docs/console"
20 }, 20 },
21 { 21 {
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 } 188 }
189 ] 189 ]
190 } 190 }
191 ] 191 ]
192 }, 192 },
193 { 193 {
194 "title": "Multi-device", 194 "title": "Multi-device",
195 "items": [ 195 "items": [
196 { 196 {
197 "title": "Getting Started", 197 "title": "Getting Started",
198 "href": "/multidevice/index", 198 "href": "/multidevice",
199 "items": [ 199 "items": [
200 { 200 {
201 "title": "Chrome for a Multi-Device World", 201 "title": "Chrome for a Multi-Device World",
202 "href": "/multidevice/index" 202 "href": "/multidevice"
203 }, 203 },
204 { 204 {
205 "title": "Data Compression Proxy", 205 "title": "Data Compression Proxy",
206 "href": "/multidevice/data-compression" 206 "href": "/multidevice/data-compression"
207 }, 207 },
208 { 208 {
209 "title": "User Agents", 209 "title": "User Agents",
210 "href": "/multidevice/user-agent" 210 "href": "/multidevice/user-agent"
211 }, 211 },
212 { 212 {
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 { 525 {
526 "title": "Stack Overflow", 526 "title": "Stack Overflow",
527 "href": "http://stackoverflow.com/questions/tagged/google-chrome -app" 527 "href": "http://stackoverflow.com/questions/tagged/google-chrome -app"
528 } 528 }
529 ] 529 ]
530 } 530 }
531 ] 531 ]
532 }, 532 },
533 { 533 {
534 "title": "Extensions", 534 "title": "Extensions",
535 "href": "/extensions/index", 535 "href": "/extensions",
536 "items": [ 536 "items": [
537 { 537 {
538 "title": "Learn Basics", 538 "title": "Learn Basics",
539 "href": "/extensions/index", 539 "href": "/extensions",
540 "items": [ 540 "items": [
541 { 541 {
542 "title": "Overview", 542 "title": "Overview",
543 "href": "/extensions/overview" 543 "href": "/extensions/overview"
544 }, 544 },
545 { 545 {
546 "title": "Hosting Changes", 546 "title": "Hosting Changes",
547 "href": "/extensions/hosting_changes" 547 "href": "/extensions/hosting_changes"
548 }, 548 },
549 { 549 {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 { 698 {
699 "title": "Stack Overflow", 699 "title": "Stack Overflow",
700 "href": "http://stackoverflow.com/tags/google-chrome-extension/i nfo" 700 "href": "http://stackoverflow.com/tags/google-chrome-extension/i nfo"
701 } 701 }
702 ] 702 ]
703 } 703 }
704 ] 704 ]
705 }, 705 },
706 { 706 {
707 "title": "Native Client", 707 "title": "Native Client",
708 "href": "/native-client/index", 708 "href": "/native-client",
709 "items": [ 709 "items": [
710 { 710 {
711 "title": "Learn Basics", 711 "title": "Learn Basics",
712 "href": "/native-client/index", 712 "href": "/native-client",
713 "items": [ 713 "items": [
714 { 714 {
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 ]
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 { 930 {
931 "title": "Security Contest Archive", 931 "title": "Security Contest Archive",
932 "href": "/native-client/community/security-contest/index" 932 "href": "/native-client/community/security-contest/index"
933 } 933 }
934 ] 934 ]
935 } 935 }
936 ] 936 ]
937 }, 937 },
938 { 938 {
939 "title": "Store", 939 "title": "Store",
940 "href": "/webstore/index", 940 "href": "/webstore",
941 "items": [ 941 "items": [
942 { 942 {
943 "title": "Distribution Overview", 943 "title": "Distribution Overview",
944 "href": "/webstore/index" 944 "href": "/webstore"
945 }, 945 },
946 { 946 {
947 "title": "What Is the Chrome Web Store?", 947 "title": "What Is the Chrome Web Store?",
948 "href": "/webstore/about_webstore" 948 "href": "/webstore/about_webstore"
949 }, 949 },
950 { 950 {
951 "title": "What Can You Publish?", 951 "title": "What Can You Publish?",
952 "href": "/webstore/overview" 952 "href": "/webstore/overview"
953 }, 953 },
954 { 954 {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 "title": "Articles", 1049 "title": "Articles",
1050 "href": "/webstore/articles" 1050 "href": "/webstore/articles"
1051 } 1051 }
1052 ] 1052 ]
1053 } 1053 }
1054 ] 1054 ]
1055 } 1055 }
1056 ] 1056 ]
1057 } 1057 }
1058 ] 1058 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/public/extensions/redirects.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698