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

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

Issue 301223010: Create listing of game engines with links to packaged app instructions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "title": "About MVC Architecture", 423 "title": "About MVC Architecture",
424 "href": "/apps/app_frameworks" 424 "href": "/apps/app_frameworks"
425 }, 425 },
426 { 426 {
427 "title": "Build Apps with AngularJS", 427 "title": "Build Apps with AngularJS",
428 "href": "/apps/angular_framework" 428 "href": "/apps/angular_framework"
429 }, 429 },
430 { 430 {
431 "title": "Build Apps with SenchaJS", 431 "title": "Build Apps with SenchaJS",
432 "href": "/apps/sencha_framework" 432 "href": "/apps/sencha_framework"
433 },
434 {
435 "title": "Game Engines",
436 "href": "/apps/game_engines"
433 } 437 }
434 ] 438 ]
435 }, 439 },
436 { 440 {
437 "title": "Distribute Apps", 441 "title": "Distribute Apps",
438 "href": "/apps/publish_app", 442 "href": "/apps/publish_app",
439 "items": [ 443 "items": [
440 { 444 {
441 "title": "Publish Your App", 445 "title": "Publish Your App",
442 "href": "/apps/publish_app" 446 "href": "/apps/publish_app"
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 "title": "Articles", 1001 "title": "Articles",
998 "href": "/webstore/articles" 1002 "href": "/webstore/articles"
999 } 1003 }
1000 ] 1004 ]
1001 } 1005 }
1002 ] 1006 ]
1003 } 1007 }
1004 ] 1008 ]
1005 } 1009 }
1006 ] 1010 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698