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

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

Issue 18186004: Added documentation for In-App Payments API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few more minor revisions Created 7 years, 5 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 "href": "/apps/about_apps.html" 7 "href": "/apps/about_apps.html"
8 }, 8 },
9 { 9 {
10 "title": "Understand the Architecture", 10 "title": "Understand the Architecture",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 { 170 {
171 "title": "Deploying", 171 "title": "Deploying",
172 "items": [ 172 "items": [
173 { 173 {
174 "title": "Publish", 174 "title": "Publish",
175 "href": "/apps/publish_app.html" 175 "href": "/apps/publish_app.html"
176 } 176 }
177 ] 177 ]
178 }, 178 },
179 { 179 {
180 "title": "Google Services",
181 "items": [
182 {
183 "title": "In-App Payments",
184 "href": "/apps/in_app_payments.html"
185 }
186 ]
187 },
188 {
180 "title": "Reference", 189 "title": "Reference",
181 "items": [ 190 "items": [
182 { 191 {
183 "title": "Manifest Files", 192 "title": "Manifest Files",
184 "href": "/apps/manifest.html" 193 "href": "/apps/manifest.html"
185 }, 194 },
186 { 195 {
187 "title": "Chrome JavaScript APIs", 196 "title": "Chrome JavaScript APIs",
188 "href": "/apps/api_index.html" 197 "href": "/apps/api_index.html"
189 }, 198 },
(...skipping 18 matching lines...) Expand all
208 "title": "FAQ", 217 "title": "FAQ",
209 "href": "/apps/faq.html" 218 "href": "/apps/faq.html"
210 }, 219 },
211 { 220 {
212 "title": "Samples", 221 "title": "Samples",
213 "href": "/apps/samples.html" 222 "href": "/apps/samples.html"
214 } 223 }
215 ] 224 ]
216 } 225 }
217 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698