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

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

Issue 12497004: Additional fixes to new notification docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Getting Started", 3 "title": "Getting Started",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "What Are Packaged Apps?", 6 "title": "What Are Packaged Apps?",
7 "fileName": "about_apps.html" 7 "fileName": "about_apps.html"
8 }, 8 },
9 { 9 {
10 "title": "Understand the Architecture", 10 "title": "Understand the Architecture",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "fileName": "gcm_server.html" 80 "fileName": "gcm_server.html"
81 }, 81 },
82 { 82 {
83 "title": "Terms of Service", 83 "title": "Terms of Service",
84 "fileName": "gcm_tos.html" 84 "fileName": "gcm_tos.html"
85 } 85 }
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "title": "Desktop Notifications", 89 "title": "Desktop Notifications",
90 "fileName": "notifications.html" 90 "fileName": "desktop_notifications.html"
91 } 91 }
92 ] 92 ]
93 }, 93 },
94 { 94 {
95 "title": "Advanced Technologies", 95 "title": "Advanced Technologies",
96 "toggleable": true, 96 "toggleable": true,
97 "items": [ 97 "items": [
98 { 98 {
99 "title": "Network Communications", 99 "title": "Network Communications",
100 "fileName": "app_network.html" 100 "fileName": "app_network.html"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 }, 161 },
162 { 162 {
163 "title": "Samples", 163 "title": "Samples",
164 "fileName": "samples.html" 164 "fileName": "samples.html"
165 }, 165 },
166 { 166 {
167 "title": "Known Issues", 167 "title": "Known Issues",
168 "fileName": "app_known_issues.html" 168 "fileName": "app_known_issues.html"
169 } 169 }
170 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698