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

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

Issue 849303003: Top-level pages should show left-navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small title fix for nativeMessaging Created 5 years, 11 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
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/index",
8 "items": [ 8 "items": [
9 { 9 {
10 "title": "Overview", 10 "title": "Overview",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 }, 398 },
399 { 399 {
400 "title": "Keep Users Informed", 400 "title": "Keep Users Informed",
401 "href": "/apps/inform_users" 401 "href": "/apps/inform_users"
402 }, 402 },
403 { 403 {
404 "title": "Cloud Messaging", 404 "title": "Cloud Messaging",
405 "href": "/apps/cloudMessaging" 405 "href": "/apps/cloudMessaging"
406 }, 406 },
407 { 407 {
408 "title": "Native Messaging",
409 "href": "/apps/nativeMessaging"
410 },
411 {
408 "title": "Rich Notifications", 412 "title": "Rich Notifications",
409 "href": "/apps/richNotifications" 413 "href": "/apps/richNotifications"
410 }, 414 },
411 { 415 {
412 "title": "User Authentication", 416 "title": "User Authentication",
413 "href": "/apps/app_identity" 417 "href": "/apps/app_identity"
414 } 418 }
415 ] 419 ]
416 }, 420 },
417 { 421 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 { 525 {
522 "title": "Stack Overflow", 526 "title": "Stack Overflow",
523 "href": "http://stackoverflow.com/questions/tagged/google-chrome -app" 527 "href": "http://stackoverflow.com/questions/tagged/google-chrome -app"
524 } 528 }
525 ] 529 ]
526 } 530 }
527 ] 531 ]
528 }, 532 },
529 { 533 {
530 "title": "Extensions", 534 "title": "Extensions",
531 "href": "/extensions/overview", 535 "href": "/extensions/index",
532 "items": [ 536 "items": [
533 { 537 {
534 "title": "Learn Basics", 538 "title": "Learn Basics",
535 "href": "/extensions/overview", 539 "href": "/extensions/index",
536 "items": [ 540 "items": [
537 { 541 {
538 "title": "Overview", 542 "title": "Overview",
539 "href": "/extensions/overview" 543 "href": "/extensions/overview"
540 }, 544 },
541 { 545 {
542 "title": "Hosting Changes", 546 "title": "Hosting Changes",
543 "href": "/extensions/hosting_changes" 547 "href": "/extensions/hosting_changes"
544 }, 548 },
545 { 549 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 }, 599 },
596 { 600 {
597 "title": "Internationalization", 601 "title": "Internationalization",
598 "href": "/extensions/i18n" 602 "href": "/extensions/i18n"
599 }, 603 },
600 { 604 {
601 "title": "Message Passing", 605 "title": "Message Passing",
602 "href": "/extensions/messaging" 606 "href": "/extensions/messaging"
603 }, 607 },
604 { 608 {
609 "title": "Native Messaging",
610 "href": "/extensions/nativeMessaging"
611 },
612 {
605 "title": "Migrate to Manifest 2", 613 "title": "Migrate to Manifest 2",
606 "href": "/extensions/tut_migration_to_manifest_v2" 614 "href": "/extensions/tut_migration_to_manifest_v2"
607 }, 615 },
608 { 616 {
609 "title": "OAuth", 617 "title": "OAuth",
610 "href": "/extensions/tut_oauth" 618 "href": "/extensions/tut_oauth"
611 } 619 }
612 ] 620 ]
613 }, 621 },
614 { 622 {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 { 698 {
691 "title": "Stack Overflow", 699 "title": "Stack Overflow",
692 "href": "http://stackoverflow.com/tags/google-chrome-extension/i nfo" 700 "href": "http://stackoverflow.com/tags/google-chrome-extension/i nfo"
693 } 701 }
694 ] 702 ]
695 } 703 }
696 ] 704 ]
697 }, 705 },
698 { 706 {
699 "title": "Native Client", 707 "title": "Native Client",
700 "href": "/native-client/overview", 708 "href": "/native-client/index",
701 "items": [ 709 "items": [
702 { 710 {
703 "title": "Learn Basics", 711 "title": "Learn Basics",
704 "href": "/native-client/overview", 712 "href": "/native-client/index",
705 "items": [ 713 "items": [
706 { 714 {
707 "title": "Technical Overview", 715 "title": "Technical Overview",
708 "href": "/native-client/overview" 716 "href": "/native-client/overview"
709 }, 717 },
710 { 718 {
711 "title": "NaCl and PNaCl", 719 "title": "NaCl and PNaCl",
712 "href": "/native-client/nacl-and-pnacl" 720 "href": "/native-client/nacl-and-pnacl"
713 } 721 }
714 ] 722 ]
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "title": "Articles", 1029 "title": "Articles",
1022 "href": "/webstore/articles" 1030 "href": "/webstore/articles"
1023 } 1031 }
1024 ] 1032 ]
1025 } 1033 }
1026 ] 1034 ]
1027 } 1035 }
1028 ] 1036 ]
1029 } 1037 }
1030 ] 1038 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698