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

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

Issue 903113003: Adding the orphaned options pages to the navigation (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 | 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "title": "Native Messaging", 609 "title": "Native Messaging",
610 "href": "/extensions/nativeMessaging" 610 "href": "/extensions/nativeMessaging"
611 }, 611 },
612 { 612 {
613 "title": "Migrate to Manifest 2", 613 "title": "Migrate to Manifest 2",
614 "href": "/extensions/tut_migration_to_manifest_v2" 614 "href": "/extensions/tut_migration_to_manifest_v2"
615 }, 615 },
616 { 616 {
617 "title": "OAuth", 617 "title": "OAuth",
618 "href": "/extensions/tut_oauth" 618 "href": "/extensions/tut_oauth"
619 },
620 {
621 "title": "Options",
not at google - send to devlin 2015/02/06 19:40:50 I would say "Options (Traditional)" and "Options (
622 "href": "/extensions/options"
623 },
624 {
625 "title": "Options Version 2",
626 "href": "/extensions/optionsV2"
619 } 627 }
620 ] 628 ]
621 }, 629 },
622 { 630 {
623 "title": "Distribute Extensions", 631 "title": "Distribute Extensions",
624 "href": "/extensions/hosting", 632 "href": "/extensions/hosting",
625 "items": [ 633 "items": [
626 { 634 {
627 "title": "Hosting", 635 "title": "Hosting",
628 "href": "/extensions/hosting" 636 "href": "/extensions/hosting"
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 "title": "Articles", 1057 "title": "Articles",
1050 "href": "/webstore/articles" 1058 "href": "/webstore/articles"
1051 } 1059 }
1052 ] 1060 ]
1053 } 1061 }
1054 ] 1062 ]
1055 } 1063 }
1056 ] 1064 ]
1057 } 1065 }
1058 ] 1066 ]
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