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

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

Issue 2680973008: Fix "Develop extensions" link in developer.chrome.com navbar JSON. (Closed)
Patch Set: Created 3 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 | no next file » | 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 { 558 {
559 "title": "Getting Started Tutorial", 559 "title": "Getting Started Tutorial",
560 "href": "/extensions/getstarted" 560 "href": "/extensions/getstarted"
561 }, 561 },
562 { 562 {
563 "title": "Samples", 563 "title": "Samples",
564 "href": "/extensions/samples" 564 "href": "/extensions/samples"
565 }, 565 },
566 { 566 {
567 "title": "Develop Extensions", 567 "title": "Develop Extensions",
568 "href": "/extensions/tut_migration_to_manifest_v2", 568 "href": "/extensions",
569 "items": [ 569 "items": [
570 { 570 {
571 "title": "Accessibility", 571 "title": "Accessibility",
572 "href": "/extensions/a11y" 572 "href": "/extensions/a11y"
573 }, 573 },
574 { 574 {
575 "title": "Content Security Policy", 575 "title": "Content Security Policy",
576 "href": "/extensions/contentSecurityPolicy" 576 "href": "/extensions/contentSecurityPolicy"
577 }, 577 },
578 { 578 {
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 "title": "Articles", 1047 "title": "Articles",
1048 "href": "/webstore/articles" 1048 "href": "/webstore/articles"
1049 } 1049 }
1050 ] 1050 ]
1051 } 1051 }
1052 ] 1052 ]
1053 } 1053 }
1054 ] 1054 ]
1055 } 1055 }
1056 ] 1056 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698