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

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

Issue 921793004: <appview> documentation. (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
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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "title": "Analytics", 478 "title": "Analytics",
479 "href": "/apps/analytics" 479 "href": "/apps/analytics"
480 } 480 }
481 ] 481 ]
482 }, 482 },
483 { 483 {
484 "title": "Chrome Platform APIs", 484 "title": "Chrome Platform APIs",
485 "href": "/apps/api_index", 485 "href": "/apps/api_index",
486 "items": [ 486 "items": [
487 { 487 {
488 "title": "Appview Tag",
489 "href": "/apps/tags/appview"
490 },
not at google - send to devlin 2015/03/02 23:08:10 It makes more sense for this to be under the Webvi
lfg 2015/03/03 20:48:47 I put it below the Webview tag, can't put it under
491 {
488 "title": "JavaScript APIs", 492 "title": "JavaScript APIs",
489 "href": "/apps/api_index" 493 "href": "/apps/api_index"
490 }, 494 },
491 { 495 {
492 "title": "Manifest File Format", 496 "title": "Manifest File Format",
493 "href": "/apps/manifest" 497 "href": "/apps/manifest"
494 }, 498 },
495 { 499 {
496 "title": "Webview Tag", 500 "title": "Webview Tag",
497 "href": "/apps/tags/webview" 501 "href": "/apps/tags/webview"
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 "title": "Articles", 1057 "title": "Articles",
1054 "href": "/webstore/articles" 1058 "href": "/webstore/articles"
1055 } 1059 }
1056 ] 1060 ]
1057 } 1061 }
1058 ] 1062 ]
1059 } 1063 }
1060 ] 1064 ]
1061 } 1065 }
1062 ] 1066 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698