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

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: wrapping Created 5 years, 9 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 }, 490 },
491 { 491 {
492 "title": "Manifest File Format", 492 "title": "Manifest File Format",
493 "href": "/apps/manifest" 493 "href": "/apps/manifest"
494 }, 494 },
495 { 495 {
496 "title": "Webview Tag", 496 "title": "Webview Tag",
497 "href": "/apps/tags/webview" 497 "href": "/apps/tags/webview"
498 }, 498 },
499 { 499 {
500 "title": "Appview Tag",
501 "href": "/apps/tags/appview"
502 },
503 {
500 "title": "Web APIs", 504 "title": "Web APIs",
501 "href": "/apps/api_other" 505 "href": "/apps/api_other"
502 }, 506 },
503 { 507 {
504 "title": "Disabled Web Features", 508 "title": "Disabled Web Features",
505 "href": "/apps/app_deprecated" 509 "href": "/apps/app_deprecated"
506 } 510 }
507 ] 511 ]
508 }, 512 },
509 { 513 {
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 "title": "Articles", 1061 "title": "Articles",
1058 "href": "/webstore/articles" 1062 "href": "/webstore/articles"
1059 } 1063 }
1060 ] 1064 ]
1061 } 1065 }
1062 ] 1066 ]
1063 } 1067 }
1064 ] 1068 ]
1065 } 1069 }
1066 ] 1070 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/appview_tag.html ('k') | tools/json_schema_compiler/idl_schema.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698