blob: ef021a6c148ed06bb8083fe036138494622eeab0 [file] [log] [blame]
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001var RESOURCE_COLLECTIONS = {
Robert Ly1568c192014-06-15 18:14:06 -07002 "index/primary": {
3 "title": "",
4 "resources": [
Robert Lya460cc42014-06-25 10:54:40 -07005 "training/building-wearables.html",
smain@google.com271078f52014-10-09 17:00:20 -07006 "training/material/index.html",
Luan Nguyen4221d7e2014-12-10 13:42:05 -08007 "sdk/index.html"
Robert Ly1568c192014-06-15 18:14:06 -07008 ]
9 },
Dirk Doughertya79acc02014-11-14 19:19:18 -080010 "index/primary/zhcn": {
11 "title": "",
12 "resources": [
13 "intl/zh-cn/resources.html",
14 "intl/zh-cn/distribute/tools/launch-checklist.html",
15 "intl/zh-cn/distribute/tools/localization-checklist.html"
16 ]
17 },
Robert Ly7298a3f2014-07-14 14:12:13 -070018 "distribute/edu/videos/stories": {
Robert Ly1568c192014-06-15 18:14:06 -070019 "title": "",
20 "resources": [
Robert Ly7298a3f2014-07-14 14:12:13 -070021 "https://www.youtube.com/watch?v=Idu7VcTTXfk",
22 "https://www.youtube.com/watch?v=iokH4SAIfRw"
23 ]
24 },
25 "distribute/edu/videos/bestpractices": {
26 "title": "",
27 "resources": [
28 "https://www.youtube.com/watch?v=iulXz8QTD1g",
29 "https://www.youtube.com/watch?v=IKhU180eJMo",
30 "https://www.youtube.com/watch?v=_AZ6UcPz-_g",
31 "https://www.youtube.com/watch?v=Eh2adsAyTKc"
32 ]
33 },
34 "distribute/edu/videos/experience": {
35 "title": "",
36 "resources": [
37 "http://youtu.be/vzvpcEffvaE"
Robert Ly1568c192014-06-15 18:14:06 -070038 ]
39 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -080040 "launch/static": {
41 "title": "",
42 "resources": [
43 "http://www.youtube.com/watch?v=1RIz-cmTQB4",
44 "http://www.youtube.com/watch?v=MVBMWDzyHAI",
45 "http://android-developers.blogspot.com/2013/11/app-translation-service-now-available.html",
46 "http://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
47 "http://android-developers.blogspot.com/2013/11/bring-your-apps-into-classroom-with.html",
48 "distribute/essentials/quality/tablets.html",
49 "distribute/users/build-buzz.html",
50 "distribute/monetize/premium.html",
51 "distribute/monetize/freemium.html",
52 "distribute/monetize/ads.html",
53 "distribute/essentials/best-practices/apps.html",
54 "distribute/essentials/best-practices/games.html",
55 "distribute/users/know-your-user.html",
56 "distribute/googleplay/developer-console.html"
57 ]
58 },
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +090059 "launch/static/ja": {
60 "title": "",
61 "resources": [
62 "https://www.youtube.com/watch?v=xelYnWcYkuE",
63 "https://www.youtube.com/playlist?list=PLCOC_kP3nqGIHEgwm9mybvA04Vn4Cg9nn",
64 "http://googledevjp.blogspot.jp/2014/12/android-wear.html",
65 "http://googledevjp.blogspot.jp/2014/12/android-studio-10.html",
66 "http://googledevjp.blogspot.jp/2014/12/google-play-65.html",
67 "intl/ja/distribute/googleplay/developer-console.html#alpha-beta",
68 "intl/ja/distribute/googleplay/guide.html",
69 "intl/ja/distribute/essentials/quality/core.html",
70 "http://support.google.com/googleplay/android-developer/answer/4430948?hl=ja",
71 "intl/ja/support.html",
72 "intl/ja/distribute/essentials/quality/wear.html",
73 "intl/ja/training/tv/start/index.html",
74 "http://googleforwork-japan.blogspot.jp/2014/12/gcp-google-cloud-platform-rpg-gcp.html",
75 "intl/ja/distribute/monetize/ads.html"
76 ]
77 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -080078 "distribute/gp/gplanding": {
79 "resources": [
80 "distribute/googleplay/about.html",
81 "distribute/googleplay/start.html",
82 "distribute/googleplay/developer-console.html"
83 ]
84 },
85 "distribute/gp/gpfelanding": {
86 "resources": [
Luan Nguyen8662c042015-03-05 16:02:08 -080087 "distribute/googleplay/auto.html",
Dirk Doughertye1970f12014-11-01 21:40:32 -070088 "distribute/googleplay/tv.html",
Luan Nguyencbd00322014-12-04 14:32:30 -080089 "distribute/googleplay/wear.html",
Dirk Dougherty326c70e2014-11-05 20:14:15 -080090 "distribute/googleplay/edu/about.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -080091 ]
92 },
93 "distribute/essentials": {
94 "resources": [
95 "distribute/essentials/quality/core.html",
96 "distribute/essentials/quality/tablets.html",
Joe Fernandez957cddd2014-10-10 21:36:46 -070097 "distribute/essentials/quality/tv.html",
Luan Nguyen9aec78c2014-10-21 16:24:22 -070098 "distribute/essentials/quality/wear.html",
Eric Gilmorea4ebec82014-11-11 14:55:46 -080099 "distribute/essentials/quality/auto.html",
100 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800101 ]
102 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800103 "distribute/essentials/zhcn": {
104 "resources": [
105 "intl/zh-cn/distribute/essentials/quality/core.html",
106 "intl/zh-cn/distribute/essentials/quality/tablets.html",
107 "distribute/essentials/quality/tv.html",
108 "distribute/essentials/quality/wear.html",
109 "https://developers.google.com/edu/guidelines",
110 "distribute/essentials/optimizing-your-app.html"
111 ]
112 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800113 "distribute/users": {
114 "title": "",
115 "resources": [
116 "distribute/users/know-your-user.html",
117 "distribute/users/your-listing.html",
118 "distribute/users/build-buzz.html",
119 "distribute/users/build-community.html",
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700120 "distribute/users/expand-to-new-markets.html",
121 "distribute/users/promote-with-ads.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800122 ]
123 },
124 "distribute/engagelanding": {
125 "resources": [
126 "distribute/engage/widgets.html",
127 "distribute/engage/notifications.html",
128 "distribute/engage/gcm.html",
129 "distribute/engage/easy-signin.html",
130 "distribute/engage/deep-linking.html",
131 "distribute/engage/game-services.html",
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700132 "distribute/engage/analytics.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800133 "distribute/engage/app-updates.html",
134 "distribute/engage/community.html",
135 "distribute/engage/video.html"
136 ]
137 },
138 "distribute/monetize": {
139 "resources": [
140 "distribute/monetize/premium.html",
141 "distribute/monetize/freemium.html",
142 "distribute/monetize/subscriptions.html",
143 "distribute/monetize/ecommerce.html",
144 "distribute/monetize/ads.html",
145 "distribute/monetize/payments.html"
146 ]
147 },
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800148 "distribute/analyzelanding": {
149 "resources": [
150 "distribute/analyze/start.html",
151 "distribute/analyze/measure.html",
152 "distribute/analyze/understand-user-value.html",
153 "distribute/analyze/improve-roi.html",
154 "distribute/analyze/build-better-apps.html",
155 "distribute/analyze/google-services.html"
156 ]
157 },
158 "distribute/analyzestart": {
159 "resources": [
160 "https://analyticsacademy.withgoogle.com/course04",
161 "google/play-services/index.html",
162 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
163 "https://developers.google.com/analytics/devguides/collection/android/",
164 "http://www.google.com/tagmanager/",
165 "https://github.com/googleanalytics/google-analytics-plugin-for-unity"
166 ]
167 },
168 "distribute/analyzemeasure": {
169 "resources": [
170
171 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
172 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
173 "https://support.google.com/analytics/answer/1032415",
174 "https://developers.google.com/analytics/devguides/collection/android/v4/events",
175 "https://developers.google.com/analytics/devguides/collection/android/v4/customdimsmets",
176 "https://developers.google.com/analytics/devguides/collection/android/v4/user-id"
177 ]
178 },
179 "distribute/analyzeunderstand": {
180 "resources": [
181 "https://developers.google.com/analytics/devguides/collection/android/v4/display-features",
182 "https://support.google.com/analytics/answer/3123906",
183 "https://support.google.com/analytics/answer/2568874?ref_topic=6012392",
184 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
185 "https://support.google.com/analytics/answer/1032415",
186 ]
187 },
188 "distribute/analyzeimprove": {
189 "resources": [
190
191 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns",
192 "https://support.google.com/analytics/answer/2956981",
193 "https://support.google.com/analytics/answer/1033961",
194 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-url-builder",
195 "https://developers.google.com/analytics/solutions/mobile-campaign-deep-link"
196 ]
197 },
198 "distribute/analyzebuild": {
199 "resources": [
200 "https://support.google.com/tagmanager/answer/6003007",
201 "https://support.google.com/analytics/answer/2785577",
202 "https://support.google.com/analytics/answer/1151300"
203 ]
204 },
205 "distribute/analyzeact": {
206 "resources": [
207 "https://support.google.com/analytics/answer/2611268",
208 "https://support.google.com/analytics/answer/1033961",
209 "https://support.google.com/admob/answer/3508177",
210 "https://support.google.com/analytics/answer/2956981",
211 "https://support.google.com/tagmanager/answer/6003007"
212 ]
213 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800214 "distribute/tools/checklists": {
215 "title": "",
216 "resources": [
217 "distribute/tools/launch-checklist.html",
218 "distribute/tools/localization-checklist.html"
219 ]
220 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800221 "distribute/tools/checklists/zhcn": {
222 "title": "",
223 "resources": [
224 "intl/zh-cn/distribute/tools/launch-checklist.html",
225 "intl/zh-cn/distribute/tools/localization-checklist.html"
226 ]
227 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800228 "distribute/tools/promote": {
229 "resources": [
230 "distribute/tools/promote/device-art.html",
231 "distribute/tools/promote/badges.html",
232 "distribute/tools/promote/linking.html"
233 ]
234 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800235 "distribute/tools/promote/zhcn": {
236 "resources": [
237 "intl/zh-cn/distribute/tools/promote/device-art.html",
238 "intl/zh-cn/distribute/tools/promote/badges.html",
239 "intl/zh-cn/distribute/tools/promote/linking.html"
240 ]
241 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800242 "distribute/tools/support": {
243 "title": "Google Play",
244 "resources": [
245 "https://support.google.com/googleplay/android-developer",
246 "https://support.google.com/googleplay/android-developer/answer/4430948",
247 "support.html"
248 ]
249 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800250 "distribute/tools/support/zhcn": {
251 "title": "Google Play",
252 "resources": [
253 "https://support.google.com/googleplay/android-developer?hl=zh-Hans",
254 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
255 "support.html"
256 ]
257 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800258 "distribute/tools/news": {
259 "title": "",
260 "resources": [
261 "http://android-developers.blogspot.com/",
262 "https://plus.google.com/+AndroidDevelopers/"
263 ]
264 },
265 "distribute/tools/more": {
266 "title": "Google Play",
267 "resources": [
268 "distribute/tools/promote/brand.html",
269 "distribute/tools/open-distribution.html",
270 "about/dashboards/index.html"
271 ]
272 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800273 "distribute/tools/more/zhcn": {
274 "title": "Google Play",
275 "resources": [
276 "intl/zh-cn/distribute/tools/promote/brand.html",
277 "distribute/tools/open-distribution.html",
278 "about/dashboards/index.html"
279 ]
280 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800281 "distribute/googleplay": {
282 "title": "Google Play",
283 "resources": [
284 "distribute/googleplay/developer-console.html",
285 "distribute/essentials/best-practices/apps.html",
286 "distribute/tools/launch-checklist.html",
287 "distribute/essentials/best-practices/games.html",
288 ]
289 },
290 "distribute/googleplay/gettingstarted": {
291 "title": "Get Started",
292 "resources": [
293 "distribute/googleplay/developer-console.html",
294 "https://support.google.com/googleplay/android-developer/answer/113468",
295 "https://support.google.com/googleplay/android-developer/answer/138294",
296 "https://support.google.com/googleplay/android-developer"
297 ]
298 },
299 "distribute/googleplay/developerconsole": {
300 "title": "Developer Console",
301 "resources": [
302 "google/play/billing/index.html",
303 "https://support.google.com/googleplay/android-developer/answer/138294"
304 ]
305 },
306 "distribute/googleplay/gpfe/highlight": {
307 "title": "About Google Play for Education",
308 "resources": [
309 "http://youtu.be/vzvpcEffvaE"
310 ]
311 },
312 "distribute/googleplay/gpfe/dev/about": {
313 "title": "About Google Play for Education / Developers",
314 "resources": [
315 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700316 "https://developers.google.com/edu/guidelines",
317 "https://developers.google.com/edu/faq",
318 "distribute/essentials/quality/tablets.html",
319 "https://developers.google.com/edu/",
320 "https://www.google.com/edu/tablets/#tablets-family"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800321 ]
322 },
323 "distribute/googleplay/gpfe/dev": {
324 "title": "About Google Play for Education / Developers",
325 "resources": [
326 "distribute/googleplay/edu/about.html",
smain@google.com941f8002014-06-18 16:13:56 -0700327 "https://developers.google.com/edu/guidelines",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800328 "distribute/essentials/quality/tablets.html",
329 "distribute/googleplay/developer-console.html",
330 "http://play.google.com/about/developer-distribution-agreement-addendum.html",
331 ]
332 },
333 "distribute/googleplay/aboutgpfe/educators/about": {
334 "title": "About Google Play for Education / Educators",
335 "resources": [
336 "http://www.google.com/edu/tablets/",
337 "http://www.youtube.com/watch?v=haEmsMo0f3w"
338 ]
339 },
340 "distribute/googleplay/aboutgpfe/educators": {
341 "title": "About Google Play for Education / Educators",
342 "resources": [
343 "http://www.google.com/edu/tablets/",
344 "http://youtu.be/vzvpcEffvaE"
345 ]
346 },
347 "distribute/googleplay/gettingstartedgpfe/educators": {
348 "title": "About Google Play for Education / Educators",
349 "resources": [
350 "http://www.google.com/edu/tablets/",
351 "http://youtu.be/vzvpcEffvaE"
352 ]
353 },
354 "distribute/essentials/eduessentials/developers": {
355 "title": "",
356 "resources": [
357 "distribute/googleplay/developer-console.html",
358 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700359 "https://developers.google.com/edu/faq"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800360 ]
361 },
362 "distribute/essentials/eduessentials/educators": {
363 "title": "",
364 "resources": [
365 "http://www.google.com/edu/tablets/",
366 "distribute/essentials/quality/tablets.html",
367 ]
368 },
369 "distribute/essentials/optimizing": {
370 "title": "Optimizing Your App",
371 "resources": [
372 "design/index.html",
373 "training/articles/perf-anr.html",
374 "http://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html"
375 ]
376 },
377 "distribute/users/knowyouruser": {
378 "title": "",
379 "resources": [
380 "distribute/essentials/optimizing-your-app.html",
381 "http://www.youtube.com/watch?v=RRelFvc6Czo",
382 "distribute/stories/localization.html"
383 ]
384 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700385 "distribute/users/promotewithads": {
386 "title": "",
387 "resources": [
388 "http://www.google.com/ads/admob/#subid=us-en-et-dac",
389 "distribute/essentials/optimizing-your-app.html"
390 ]
391 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800392 "distribute/users/buildbuzz": {
393 "title": "",
394 "resources": [
395 "distribute/tools/promote/badges.html",
396 "distribute/tools/promote/linking.html",
397 "distribute/tools/promote/device-art.html",
398 "http://plus.google.com/+GooglePlay"
399 ]
400 },
401 "distribute/users/createagreatlisting": {
402 "title": "",
403 "resources": [
404 "https://support.google.com/googleplay/android-developer/answer/1078870",
405 "http://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
406 "distribute/tools/launch-checklist.html",
407 "http://android-developers.blogspot.com/2013/07/making-beautiful-android-app-icons.html",
408 "http://android-developers.blogspot.com/2012/12/localize-your-promotional-graphics-on.html",
409 "http://android-developers.blogspot.com/2013/10/making-your-app-content-more-accessible.html"
410 ]
411 },
412 "distribute/users/buildcommunity": {
413 "title": "",
414 "resources": [
415 "distribute/googleplay/developer-console.html",
416 "https://support.google.com/groups/answer/46601",
417 "https://support.google.com/plus/topic/2888488",
418 "http://www.youtube.com/yt/dev/"
419 ]
420 },
421 "distribute/toolsreference/bestpractices/apps": {
422 "title": "",
423 "resources": [
424 "distribute/googleplay/developer-console.html",
425 "http://android-developers.blogspot.com/"
426 ]
427 },
428 "distribute/toolsreference/bestpractices/games": {
429 "title": "",
430 "resources": [
431 "google/play-services/games.html",
432 "http://android-developers.blogspot.com/",
433 "distribute/googleplay/developer-console.html",
434 "http://www.youtube.com/watch?v=1RIz-cmTQB4"
435 ]
436 },
437 "distribute/essentials/corequalityguidelines/visualdesign": {
438 "title": "",
439 "resources": [
440 "design/index.html",
441 "design/patterns/navigation.html",
442 "design/patterns/actionbar.html",
443 "design/style/iconography.html",
444 "design/patterns/notifications.html"
445 ]
446 },
447 "distribute/essentials/corequalityguidelines/functionality": {
448 "title": "",
449 "resources": [
450 "http://android-developers.blogspot.com/2011/11/making-android-games-that-play-nice.html",
451 "guide/components/tasks-and-back-stack.html",
452 "training/basics/activity-lifecycle/recreating.html"
453 ]
454 },
Joe Fernandez957cddd2014-10-10 21:36:46 -0700455 "distribute/essentials/tvqualityguidelines/visualdesign": {
456 "title": "",
457 "resources": [
458 "design/tv/index.html",
459 "training/tv/start/index.html"
460 ]
461 },
462 "distribute/essentials/tvqualityguidelines/functionality": {
463 "title": "",
464 "resources": [
465 "training/tv/start/hardware.html",
466 "training/tv/games/index.html"
467 ]
468 },
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700469 "distribute/essentials/wearqualityguidelines/visualdesign": {
470 "title": "",
471 "resources": [
472 "design/wear/index.html",
473 "training/building-wearables.html",
474 "training/wearables/ui/index.html"
475 ]
476 },
477 "distribute/essentials/wearqualityguidelines/functionality": {
478 "title": "",
479 "resources": [
480 "training/wearables/notifications/index.html",
481 "training/wearables/apps/index.html",
482 "training/wearables/notifications/voice-input.html"
483 ]
484 },
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800485 "distribute/essentials/autoqualityguidelines/visualdesign": {
486 "title": "",
487 "resources": [
488 "training/auto/messaging/index.html",
489 "training/auto/start/index.html"
490 ]
491 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800492 "distribute/essentials/core/performance": {
493 "title": "",
494 "resources": [
495 "http://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.html",
496 "training/articles/perf-anr.html",
497 "http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html"
498 ]
499 },
500 "distribute/essentials/core/play": {
501 "title": "",
502 "resources": [
503 "distribute/tools/launch-checklist.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800504 "http://play.google.com/about/developer-content-policy.html?hl=zh-Hans",
505 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
506 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800507 "http://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800508 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
509 ]
510 },
511 "distribute/essentials/core/play/zhcn": {
512 "title": "",
513 "resources": [
514 "intl/zh-cn/distribute/tools/launch-checklist.html",
515 "http://play.google.com/about/developer-content-policy.html",
516 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
517 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
518 "http://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
519 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800520 ]
521 },
522 "distribute/essentials/tabletguidelines/optimize": {
523 "title": "",
524 "resources": [
525 "design/style/metrics-grids.html",
526 "design/style/devices-displays.html",
527 "guide/practices/screens_support.html",
528 //"guide/practices/screens_support.html#ConfigurationExamples",
529 ]
530 },
531 "distribute/essentials/tabletguidelines/extrascreen": {
532 "title": "",
533 "resources": [
534 "design/patterns/multi-pane-layouts.html",
535 "training/design-navigation/multiple-sizes.html",
536 "training/multiscreen/index.html",
537 ]
538 },
539 "distribute/essentials/tabletguidelines/assets": {
540 "title": "",
541 "resources": [
542 "design/style/iconography.html",
543 "guide/topics/resources/providing-resources.html",
544 "guide/practices/screens_support.html",
545 "training/basics/supporting-devices/screens.html"
546 ]
547 },
548 "distribute/essentials/tabletguidelines/fonts": {
549 "title": "",
550 "resources": [
551 "design/style/metrics-grids.html",
552 "design/style/typography.html",
553 "guide/practices/screens_support.html",
554 "training/multiscreen/screendensities.html"
555 ]
556 },
557 "distribute/essentials/tabletguidelines/widgets": {
558 "title": "",
559 "resources": [
560 "guide/topics/appwidgets/index.html#MetaData",
561 "guide/topics/appwidgets/index.html",
562 "design/patterns/widgets.html"
563 ]
564 },
565 "distribute/essentials/tabletguidelines/versions": {
566 "title": "",
567 "resources": [
568 "guide/topics/manifest/uses-sdk-element.html#ApiLevels",
569 "guide/topics/manifest/uses-sdk-element.html",
570 "training/basics/supporting-devices/platforms.html"
571 ]
572 },
573 "distribute/essentials/tabletguidelines/hardware": {
574 "title": "",
575 "resources": [
576 "guide/topics/manifest/uses-feature-element.html",
577 "guide/topics/manifest/uses-feature-element.html#testing"
578 ]
579 },
580 "distribute/essentials/tabletguidelines/tabletscreens": {
581 "title": "",
582 "resources": [
583 "guide/practices/screens_support.html#DeclaringScreenSizeSupport",
584 "guide/practices/screens_support.html"
585 ]
586 },
587 "distribute/essentials/tabletguidelines/showcase": {
588 "title": "",
589 "resources": [
590 "distribute/tools/launch-checklist.html",
591 "https://play.google.com/apps/publish/",
592 "distribute/tools/promote/badges.html",
593 "distribute/tools/promote/device-art.html"
594 ]
595 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800596 "distribute/essentials/tabletguidelines/showcase/zhcn": {
597 "title": "",
598 "resources": [
599 "intl/zh-cn/distribute/tools/launch-checklist.html",
600 "https://play.google.com/apps/publish/?hl=zh-Hans",
601 "intl/zh-cn/distribute/tools/promote/badges.html",
602 "intl/zh-cn/distribute/tools/promote/device-art.html"
603 ]
604 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800605 "distribute/essentials/tabletguidelines/googleplay": {
606 "title": "",
607 "resources": [
608 "http://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
609 "google/play/filters.html"
610 ]
611 },
612 "distribute/essentials/tabletguidelines": {
613 "title": "",
614 "resources": [
615 "distribute/essentials/quality/core.html",
616 "http://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
617 "distribute/tools/launch-checklist.html",
618 "distribute/tools/promote/device-art.html"
619 ]
620 },
621 "distribute/getusers/notifications": {
622 "title": "",
623 "resources": [
624 "design/patterns/notifications.html",
625 "distribute/engage/gcm.html",
626 "http://play.google.com/about/developer-content-policy.html"
627 ]
628 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700629 "distribute/engage/analytics": {
630 "title": "",
631 "resources": [
632 "http://www.google.com/analytics/mobile/",
633 "http://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html",
634 "https://developers.google.com/analytics/devguides/collection/android/"
635 ]
636 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800637 "distribute/engage/widgets": {
638 "title": "",
639 "resources": [
640 "design/patterns/widgets.html",
641 "guide/topics/appwidgets/index.html"
642 ]
643 },
644 "distribute/getusers/expandnewmarkets": {
645 "title": "",
646 "resources": [
647 "distribute/tools/localization-checklist.html",
648 "https://support.google.com/googleplay/android-developer/table/3541286",
649 "distribute/stories/localization.html",
650 "distribute/tools/promote/badges.html",
651 "distribute/tools/promote/device-art.html",
652 "http://www.youtube.com/watch?v=SkHHPf3EdzE"
653 ]
654 },
655 "distribute/engage/gcm": {
656 "title": "",
657 "resources": [
658 "google/gcm/index.html",
659 "http://developer.chrome.com/apps/cloudMessagingV2",
660 "http://www.youtube.com/watch?v=y76rjidm8cU"
661 ]
662 },
663 "distribute/engage/googleplaygames": {
664 "title": "",
665 "resources": [
666 "google/play-services/games.html",
667 "distribute/essentials/best-practices/games.html"
668 ]
669 },
670 "distribute/engage/gplus": {
671 "title": "",
672 "resources": [
673 "google/play-services/plus.html",
674 "google/play-services/games.html",
675 "https://developers.google.com/+/mobile/android/share/interactive-post",
676 "https://developers.google.com/+/mobile/android/share/deep-link"
677 ]
678 },
679 "distribute/engage/community": {
680 "title": "",
681 "resources": [
682 "distribute/users/build-community.html",
683 "distribute/engage/video.html"
684 ]
685 },
686 "distribute/engage/deeplinks": {
687 "title": "",
688 "resources": [
689 "distribute/engage/easy-signin.html",
690 "https://developers.google.com/app-indexing/",
691 "https://developers.google.com/+/mobile/android/share/interactive-post"
692 ]
693 },
694 "distribute/engage/appupdates": {
695 "title": "",
696 "resources": [
697 "distribute/essentials/optimizing-your-app.html",
698 "distribute/tools/launch-checklist.html",
699 "distribute/googleplay/developer-console.html",
700 "design/patterns/notifications.html"
701 ]
702 },
703 "distribute/engage/video/more": {
704 "title": "",
705 "resources": [
706 "http://www.youtube.com/yt/dev/",
707 "distribute/essentials/best-practices/games.html",
708 "http://www.youtube.com/watch?v=RRelFvc6Czo"
709 ]
710 },
711 "distribute/engage/community": {
712 "title": "",
713 "resources": [
714 "distribute/users/build-community.html",
715 "distribute/engage/video.html"
716 ]
717 },
718 "distribute/engage/kiwi": {
719 "title": "",
720 "resources": [
721 "http://www.youtube.com/watch?v=WWArLD6nqrk"
722 ]
723 },
724 "distribute/toolsreference/gpfefaq": {
725 "title": "",
726 "resources": [
727 "http://www.google.com/edu/tablets/",
728 "distribute/googleplay/edu/start.html",
729 "http://play.google.com/about/developer-distribution-agreement-addendum.html",
730 "distribute/essentials/quality/core.html",
731 "distribute/essentials/quality/tablets.html"
732 ]
733 },
734 "distribute/toolsreference/localizationchecklist/identifylocales": {
735 "title": "",
736 "resources": [
737 "https://support.google.com/googleplay/android-developer/answer/138294"
738 ]
739 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800740 "distribute/toolsreference/localizationchecklist/identifylocales/zhcn": {
741 "title": "",
742 "resources": [
743 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
744 ]
745 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800746 "distribute/tools/loc/designforloc": {
747 "title": "",
748 "resources": [
749 "http://android-developers.blogspot.com/2013/03/native-rtl-support-in-android-42.html",
750 "guide/topics/resources/string-resource.html#Plurals",
751 "guide/topics/resources/string-resource.html",
752 "reference/java/util/Locale.html"
753 ]
754 },
755 "distribute/toolsreference/localizationchecklist/managestrings": {
756 "title": "",
757 "resources": [
758 "guide/topics/resources/string-resource.html",
759 "design/style/writing.html",
760 "http://en.wikipedia.org/wiki/XLIFF"
761 ]
762 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800763 "distribute/toolsreference/localizationchecklist/managestrings/zhcn": {
764 "title": "",
765 "resources": [
766 "guide/topics/resources/string-resource.html",
767 "intl/zh-cn/design/style/writing.html",
768 "http://en.wikipedia.org/wiki/XLIFF"
769 ]
770 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800771 "distribute/toolsreference/localizationchecklist/translatestrings": {
772 "title": "",
773 "resources": [
774 "distribute/stories/localization.html",
775 ]
776 },
777 "distribute/toolsreference/localizationchecklist/preplaunch": {
778 "title": "",
779 "resources": [
780 "distribute/tools/promote/badges.html",
781 "distribute/tools/promote/device-art.html"
782 ]
783 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800784 "distribute/toolsreference/localizationchecklist/preplaunch/zhcn": {
785 "title": "",
786 "resources": [
787 "intl/zh-cn/distribute/tools/promote/badges.html",
788 "intl/zh-cn/distribute/tools/promote/device-art.html"
789 ]
790 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800791 "distribute/toolsreference/localizationchecklist/supportlaunch": {
792 "title": "",
793 "resources": [
794 "distribute/tools/launch-checklist.html",
795 ]
796 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800797 "distribute/toolsreference/localizationchecklist/supportlaunch/zhcn": {
798 "title": "",
799 "resources": [
800 "intl/zh-cn/distribute/tools/launch-checklist.html",
801 ]
802 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800803 "distribute/toolsreference/launchchecklist/understanding": {
804 "title": "",
805 "resources": [
806 "tools/publishing/publishing_overview.html",
807 "tools/publishing/preparing.html"
808 ]
809 },
810 "distribute/toolsreference/launchchecklist/policies": {
811 "title": "",
812 "resources": [
813 "https://support.google.com/googleplay/android-developer/answer/4430948",
814 "https://support.google.com/googleplay/android-developer/topic/2364761",
815 "https://support.google.com/googleplay/android-developer"
816 ]
817 },
818 "distribute/toolsreference/launchchecklist/quality": {
819 "title": "",
820 "resources": [
821 "distribute/essentials/quality/core.html",
822 "distribute/essentials/quality/tablets.html",
smain@google.com941f8002014-06-18 16:13:56 -0700823 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800824 ]
825 },
826 "distribute/toolsreference/launchchecklist/rating": {
827 "title": "",
828 "resources": [
829 "https://support.google.com/googleplay/android-developer/answer/188189",
830 ]
831 },
832 "distribute/toolsreference/launchchecklist/country": {
833 "title": "",
834 "resources": [
835 "https://support.google.com/googleplay/android-developer/answer/138294"
836 ]
837 },
838 "distribute/toolsreference/launchchecklist/size": {
839 "title": "",
840 "resources": [
841 "google/play/expansion-files.html",
842 "tools/help/proguard.html"
843 ]
844 },
845 "distribute/toolsreference/launchchecklist/platform": {
846 "title": "",
847 "resources": [
848 "guide/practices/screens_support.html",
849 "about/dashboards/index.html",
850 "guide/topics/manifest/uses-sdk-element.html"
851 ]
852 },
853 "distribute/toolsreference/launchchecklist/price": {
854 "title": "",
855 "resources": [
856 "https://support.google.com/googleplay/android-developer/table/3541286",
857 ]
858 },
859 "distribute/toolsreference/launchchecklist/purchasemethod": {
860 "title": "",
861 "resources": [
862 "google/play/billing/index.html",
863 "google/play/billing/billing_subscriptions.html"
864 ]
865 },
866 "distribute/toolsreference/launchchecklist/setprice": {
867 "title": "",
868 "resources": [
869 "https://support.google.com/googleplay/android-developer/answer/1169947",
870 "https://support.google.com/googleplay/android-developer/answer/138412",
871 "https://support.google.com/googleplay/android-developer/answer/112622",
872 "https://support.google.com/googleplay/android-developer/answer/138000"
873 ]
874 },
875 "distribute/toolsreference/launchchecklist/localization": {
876 "title": "",
877 "resources": [
878 "distribute/tools/localization-checklist.html",
879 "guide/topics/resources/localization.html",
880 ]
881 },
882 "distribute/toolsreference/launchchecklist/graphics": {
883 "title": "",
884 "resources": [
885 "https://support.google.com/googleplay/android-developer/answer/1078870",
886 "http://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
887 ]
888 },
889 "distribute/toolsreference/launchchecklist/productdetails": {
890 "title": "",
891 "resources": [
892 "https://support.google.com/googleplay/android-developer/answer/113475",
893 "https://support.google.com/googleplay/android-developer/answer/1078870"
894 ]
895 },
896 "distribute/toolsreference/launchchecklist/badges": {
897 "title": "",
898 "resources": [
899 "distribute/tools/promote/badges.html",
900 "distribute/tools/promote/linking.html"
901 ]
902 },
903 "distribute/toolsreference/launchchecklist/finalchecks": {
904 "title": "",
905 "resources": [
906 "http://play.google.com/about/developer-content-policy.html",
907 "https://support.google.com/googleplay/android-developer/answer/113476",
908 "support.html"
909 ]
910 },
911 "distribute/toolsreference/launchchecklist/afterlaunch": {
912 "title": "",
913 "resources": [
914 "https://support.google.com/googleplay/android-developer/answer/113477",
915 "https://support.google.com/googleplay/android-developer/answer/1153479",
916 "https://support.google.com/payments/answer/2741495",
917 "distribute/essentials/optimizing-your-app.html"
918 ]
919 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800920
921
922
923 "distribute/toolsreference/launchchecklist/understanding/zhcn": {
924 "title": "",
925 "resources": [
926 "intl/zh-cn/tools/publishing/publishing_overview.html",
927 "intl/zh-cn/tools/publishing/preparing.html"
928 ]
929 },
930 "distribute/toolsreference/launchchecklist/policies/zhcn": {
931 "title": "",
932 "resources": [
933 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
934 "https://support.google.com/googleplay/android-developer/topic/2364761?hl=zh-Hans",
935 "https://support.google.com/googleplay/android-developer?hl=zh-Hans"
936 ]
937 },
938 "distribute/toolsreference/launchchecklist/quality/zhcn": {
939 "title": "",
940 "resources": [
941 "intl/zh-cn/distribute/essentials/quality/core.html",
942 "intl/zh-cn/distribute/essentials/quality/tablets.html",
943 "https://developers.google.com/edu/guidelines?hl=zh-Hans"
944 ]
945 },
946
947 "distribute/toolsreference/launchchecklist/rating/zhcn": {
948 "title": "",
949 "resources": [
950 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
951 ]
952 },
953 "distribute/toolsreference/launchchecklist/country/zhcn": {
954 "title": "",
955 "resources": [
956 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
957 ]
958 },
959 "distribute/toolsreference/launchchecklist/size/zhcn": {
960 "title": "",
961 "resources": [
962 "google/play/expansion-files.html",
963 "intl/zh-cn/tools/help/proguard.html"
964 ]
965 },
966 "distribute/toolsreference/launchchecklist/price/zhcn": {
967 "title": "",
968 "resources": [
969 "https://support.google.com/googleplay/android-developer/table/3541286?hl=zh-Hans",
970 ]
971 },
972 "distribute/toolsreference/launchchecklist/purchasemethod/zhcn": {
973 "title": "",
974 "resources": [
975 "intl/zh-cn/google/play/billing/index.html",
976 "google/play/billing/billing_subscriptions.html"
977 ]
978 },
979 "distribute/toolsreference/launchchecklist/setprice/zhcn": {
980 "title": "",
981 "resources": [
982 "https://support.google.com/googleplay/android-developer/answer/1169947?hl=zh-Hans",
983 "https://support.google.com/googleplay/android-developer/answer/138412?hl=zh-Hans",
984 "https://support.google.com/googleplay/android-developer/answer/112622?hl=zh-Hans",
985 "https://support.google.com/googleplay/android-developer/answer/138000?hl=zh-Hans"
986 ]
987 },
988 "distribute/toolsreference/launchchecklist/localization/zhcn": {
989 "title": "",
990 "resources": [
991 "intl/zh-cn/distribute/tools/localization-checklist.html",
992 "guide/topics/resources/localization.html"
993 ]
994 },
995 "distribute/toolsreference/launchchecklist/graphics/zhcn": {
996 "title": "",
997 "resources": [
998 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
999 "http://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
1000 ]
1001 },
1002 "distribute/toolsreference/launchchecklist/productdetails/zhcn": {
1003 "title": "",
1004 "resources": [
1005 "https://support.google.com/googleplay/android-developer/answer/113475?hl=zh-Hans",
1006 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans"
1007 ]
1008 },
1009 "distribute/toolsreference/launchchecklist/badges/zhcn": {
1010 "title": "",
1011 "resources": [
1012 "intl/zh-cn/distribute/tools/promote/badges.html",
1013 "intl/zh-cn/distribute/tools/promote/linking.html"
1014 ]
1015 },
1016 "distribute/toolsreference/launchchecklist/finalchecks/zhcn": {
1017 "title": "",
1018 "resources": [
1019 "http://play.google.com/about/developer-content-policy.html",
1020 "https://support.google.com/googleplay/android-developer/answer/113476?hl=zh-Hans",
1021 "support.html"
1022 ]
1023 },
1024 "distribute/toolsreference/launchchecklist/afterlaunch/zhcn": {
1025 "title": "",
1026 "resources": [
1027 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans",
1028 "https://support.google.com/googleplay/android-developer/answer/1153479?hl=zh-Hans",
1029 "https://support.google.com/payments/answer/2741495?hl=zh-Hans",
1030 "distribute/essentials/optimizing-your-app.html"
1031 ]
1032 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001033 "distribute/monetize/premium": {
1034 "title": "",
1035 "resources": [
1036 "google/play/billing/index.html",
1037 "https://support.google.com/googleplay/android-developer/answer/4407611"
1038 ]
Joe Fernandez957cddd2014-10-10 21:36:46 -07001039 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001040 "distribute/monetize/freemium": {
1041 "title": "",
1042 "resources": [
1043 "google/play/billing/index.html",
1044 "https://support.google.com/googleplay/android-developer/answer/4407611"
1045 ]
1046 },
1047 "distribute/monetize/subscriptions": {
1048 "title": "",
1049 "resources": [
1050 "google/play/billing/billing_subscriptions.html",
1051 "https://support.google.com/googleplay/android-developer/answer/4407611"
1052 ]
1053 },
1054 "distribute/monetize/ecommerce": {
1055 "title": "",
1056 "resources": [
1057 "https://developers.google.com/wallet/instant-buy/",
1058 "https://support.google.com/googleplay/android-developer/answer/4407611"
1059 ]
1060 },
1061 "distribute/monetize/advertising": {
1062 "title": "",
1063 "resources": [
1064 "http://www.google.com/ads/admob/#subid=us-en-et-dac",
1065 "http://www.google.com/doubleclick/publishers/small-business/index.html",
1066 "http://support.google.com/googleplay/android-developer/topic/2985714",
1067 "training/monetization/ads-and-ux.html"
1068 ]
1069 },
1070 "distribute/monetize/paymentmethods": {
1071 "title": "",
1072 "resources": [
1073 "https://play.google.com/about/giftcards/",
1074 "https://support.google.com/googleplay/answer/2651410"
1075 ]
1076 },
Luan Nguyen8662c042015-03-05 16:02:08 -08001077 "autolanding": {
1078 "title": "",
1079 "resources": [
1080 "auto/index.html",
1081 "design/auto/index.html",
1082 "training/auto/index.html"
1083 ]
1084 },
Dirk Doughertye1970f12014-11-01 21:40:32 -07001085 "tvlanding": {
1086 "title": "",
1087 "resources": [
1088 "tv/index.html",
1089 "design/tv/index.html",
1090 "training/tv/index.html"
1091 ]
1092 },
Luan Nguyencbd00322014-12-04 14:32:30 -08001093 "wearlanding": {
1094 "title": "",
1095 "resources": [
1096 "design/wear/index.html",
1097 "training/building-wearables.html",
1098 "training/wearables/ui/index.html"
1099 ]
1100 },
Dirk Dougherty326c70e2014-11-05 20:14:15 -08001101 "play_dev_guide": {
1102 "title": "",
1103 "resources": [
1104 "shareables/distribute/play_dev_guide_secrets_en.pdf"
1105 ]
1106 },
Quddus Chongc6aed462014-11-10 18:50:17 -08001107 "design/auto/auto_ui_guidelines": {
1108 "title": "",
1109 "resources": [
Luan Nguyen8662c042015-03-05 16:02:08 -08001110 "shareables/auto/AndroidAuto-audio-apps.pdf",
Quddus Chongc6aed462014-11-10 18:50:17 -08001111 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1112 "shareables/auto/AndroidAuto-custom-colors.pdf"
1113 ]
1114 },
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001115 "distribute/stories/games": {
1116 "title": "",
1117 "resources": [
1118 "http://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_Deerhunter2014_gpgs.pdf",
1119 "http://storage.googleapis.com/androiddevelopers/shareables/stories/ConcreteSoftware_PBABowling_gpgs.pdf",
1120 "http://storage.googleapis.com/androiddevelopers/shareables/stories/Dragonplay_DragonplaySlots_gpgs.pdf",
1121 "http://storage.googleapis.com/androiddevelopers/shareables/stories/Gameloft_Asphalt8_gpgs.pdf",
1122 "http://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_EternityWarriors3_gpgs.pdf",
1123 "http://storage.googleapis.com/androiddevelopers/shareables/stories/HotheadGames_RivalsatWar_gpgs.pdf",
1124 "http://storage.googleapis.com/androiddevelopers/shareables/stories/TMSOFT_Compulsive_gpgs.pdf",
1125 "http://storage.googleapis.com/androiddevelopers/shareables/stories/Noodlecake_SuperStickmanGolf2_gpgs.pdf",
1126 "http://storage.googleapis.com/androiddevelopers/shareables/stories/TinyRebel_DoctorWhoLegacy_gpgs.pdf",
1127 "http://storage.googleapis.com/androiddevelopers/shareables/stories/Senri_LeosFortune_gpgs.pdf"
1128 ]
Dirk Doughertya79acc02014-11-14 19:19:18 -08001129 },
1130 "overview/zhcn/1": {
1131 "title": "",
1132 "resources": [
1133 "intl/zh-cn/distribute/essentials/quality/core.html",
1134 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1135 "intl/zh-cn/distribute/tools/launch-checklist.html",
1136 "intl/zh-cn/tools/publishing/publishing_overview.html",
1137 "intl/zh-cn/distribute/tools/localization-checklist.html"
1138 ]
1139 },
1140 "overview/zhcn/2": {
1141 "title": "",
1142 "resources": [
1143 "intl/zh-cn/google/play/billing/index.html",
1144 "intl/zh-cn/google/play/billing/api.html",
1145 "intl/zh-cn/google/play/billing/billing_admin.html",
1146 "intl/zh-cn/google/play/billing/billing_testing.html",
1147 "intl/zh-cn/google/play/billing/billing_best_practices.html"
1148 ]
1149 },
1150 "overview/zhcn/3": {
1151 "title": "",
1152 "resources": [
1153 "intl/zh-cn/distribute/tools/promote/badges.html",
1154
1155 "intl/zh-cn/distribute/tools/promote/device-art.html",
1156 "intl/zh-cn/distribute/tools/promote/linking.html",
1157 "intl/zh-cn/distribute/tools/promote/brand.html",
1158 "intl/zh-cn/tools/help/proguard.html"
1159 ]
1160 },
1161 "overview/zhcn/4": {
1162 "title": "",
1163 "resources": [
1164 "intl/zh-cn/design/style/writing.html",
1165 "intl/zh-cn/training/basics/fragments/fragment-ui.html",
1166 "intl/zh-cn/training/multiscreen/index.html",
1167 "intl/zh-cn/training/monitoring-device-state/index.html"
1168 ]
1169 },
1170 "overview/carousel/zhcn": {
1171 "title": "",
1172 "resources": [
1173 "http://www.youtube.com/watch?v=vGV7FHGzpFU",
1174 "http://www.youtube.com/watch?v=aqc3ZOTzpdk",
1175 "http://www.youtube.com/watch?v=jaNrJ8uyLSc"
1176 ]
1177 },
1178 "overview/1": {
1179 "title": "",
1180 "resources": [
1181 "distribute/essentials/quality/core.html",
1182 "distribute/essentials/quality/tablets.html",
1183 "distribute/tools/launch-checklist.html",
1184 "tools/publishing/publishing_overview.html",
1185 "distribute/tools/localization-checklist.html"
1186 ]
1187 },
1188 "overview/2": {
1189 "title": "",
1190 "resources": [
1191 "google/play/billing/index.html",
1192 "google/play/billing/api.html",
1193 "google/play/billing/billing_admin.html",
1194 "google/play/billing/billing_testing.html",
1195 "google/play/billing/billing_best_practices.html"
1196 ]
1197 },
1198 "overview/3": {
1199 "title": "",
1200 "resources": [
1201 "distribute/tools/promote/badges.html",
1202 "distribute/tools/promote/device-art.html",
1203 "distribute/tools/promote/linking.html",
1204 "distribute/tools/promote/brand.html",
1205 "tools/help/proguard.html"
1206 ]
1207 },
1208 "overview/4": {
1209 "title": "",
1210 "resources": [
1211 "design/style/writing.html",
1212 "training/basics/fragments/fragment-ui.html",
1213 "training/multiscreen/index.html",
1214 "training/monitoring-device-state/index.html"
1215 ]
Joe Fernandez108ccac2015-02-19 23:56:07 -08001216 },
1217 "training/work/apps": {
1218 "title": "",
1219 "resources": [
1220 "training/enterprise/app-compatibility.html",
1221 "training/enterprise/app-restrictions.html",
1222 "samples/AppRestrictionSchema/index.html",
1223 "samples/AppRestrictionEnforcer/index.html"
1224 ]
1225 },
1226 "training/work/admin": {
1227 "title": "",
1228 "resources": [
1229 "training/enterprise/work-policy-ctrl.html",
1230 "samples/BasicManagedProfile/index.html"
1231 ]
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001232 }
Ryosuke Matsuuchi8f0e9c72015-02-27 03:41:48 +00001233}