blob: bedbd2e275d50f89a74d6adb07172877026ea9fa [file] [log] [blame]
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001var RESOURCE_COLLECTIONS = {
Dirk Dougherty6c1c2632015-05-02 16:31:11 -07002 "index/carousel": {
3 "title": "",
4 "resources": [
5 "about/versions/lollipop.html"
6 ]
7 },
Robert Ly1568c192014-06-15 18:14:06 -07008 "index/primary": {
9 "title": "",
10 "resources": [
Robert Lya460cc42014-06-25 10:54:40 -070011 "training/building-wearables.html",
smain@google.com271078f52014-10-09 17:00:20 -070012 "training/material/index.html",
Luan Nguyen4221d7e2014-12-10 13:42:05 -080013 "sdk/index.html"
Robert Ly1568c192014-06-15 18:14:06 -070014 ]
15 },
Dirk Dougherty19332342015-06-12 19:41:35 -070016 "index/secondary/carousel": {
17 "title": "",
18 "resources": [
Dirk Dougherty8713a032016-02-21 16:57:49 -080019 "http://www.youtube.com/watch?v=9m6MoBM-sFI",
Dirk Dougherty43eb9512016-03-03 14:53:16 -080020 "http://www.youtube.com/watch?v=Pms0pcyPbAM",
Dirk Dougherty8713a032016-02-21 16:57:49 -080021 "http://www.youtube.com/watch?v=e7t3svG9PTk",
22 "http://www.youtube.com/watch?v=J3IvOfvH1ys"
Dirk Dougherty19332342015-06-12 19:41:35 -070023 ]
24 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070025 "index/multiscreen": {
26 "title": "",
27 "resources": [
28 "wear/index.html",
29 "tv/index.html",
30 "auto/index.html"
31 ]
32 },
Dirk Doughertya79acc02014-11-14 19:19:18 -080033 "index/primary/zhcn": {
34 "title": "",
35 "resources": [
36 "intl/zh-cn/resources.html",
37 "intl/zh-cn/distribute/tools/launch-checklist.html",
38 "intl/zh-cn/distribute/tools/localization-checklist.html"
39 ]
40 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070041 "design/landing/latest": {
42 "title": "",
43 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -080044 "https://www.youtube.com/watch?v=p4gmvHyuZzw",
45 "https://www.youtube.com/watch?v=YaG_ljfzeUw",
46 "https://www.youtube.com/watch?v=XOcCOBe8PTc"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070047 ]
48 },
49 "design/landing/materialdesign": {
50 "title": "",
51 "resources": [
52 "https://www.google.com/design/spec/animation/",
53 "https://www.google.com/design/spec/style/",
54 "https://www.google.com/design/spec/layout/",
55 "https://www.google.com/design/spec/components/",
56 "https://www.google.com/design/spec/patterns/",
57 "https://www.google.com/design/spec/usability/"
58 ]
59 },
60 "design/landing/pureandroid": {
61 "title": "",
62 "resources": [
63 "design/get-started/creative-vision.html",
64 "design/material/index.html",
65 "training/material/index.html",
66 "design/patterns/pure-android.html",
67 "design/patterns/new.html",
68 "design/devices.html"
69 ]
70 },
71 "design/landing/resources": {
72 "title": "",
73 "resources": [
74 "https://www.google.com/design/spec/resources/color-palettes.html",
75 "https://www.google.com/design/spec/resources/layout-templates.html",
76 "https://www.google.com/design/spec/resources/sticker-sheets-icons.html",
77 "https://www.google.com/design/spec/resources/roboto-noto-fonts.html",
Dirk Dougherty674b1fc2015-05-07 20:39:50 -070078 "https://www.google.com/design/icons/index.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070079 "design/downloads/index.html#Wear"
80 ]
81 },
82 "develop/landing/mainlinks": {
83 "title": "",
84 "resources": [
85 "tools/studio/index.html",
86 "samples/new/index.html",
87 "tools/projects/templates.html"
88 ]
89 },
90 "develop/landing/latest": {
91 "title": "",
92 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -080093 "https://android-developers.blogspot.com/2015/04/new-android-code-samples.html",
94 "https://android-developers.blogspot.com/2015/04/android-support-library-221.html",
95 "https://android-developers.blogspot.com/2015/03/a-new-reference-app-for-multi-device.html"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070096 ]
97 },
Quddus Chong921e2042015-11-09 16:07:24 -080098 "develop/landing/devpatterns": {
99 "title": "",
100 "resources": [
101 "https://www.youtube.com/watch?v=kmUGLURRPkI",
102 "https://www.youtube.com/watch?v=HGElAW224dE",
103 "https://www.youtube.com/watch?v=zQekzaAgIlQ"
104 ]
105 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700106 "develop/landing/performance": {
107 "title": "",
108 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800109 "https://www.youtube.com/watch?v=fEEulSk1kNY",
110 "https://www.youtube.com/watch?v=-3ry8PxcJJA",
111 "https://www.youtube.com/watch?v=_kKTGK-Cb_4"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700112 ]
113 },
114 "develop/landing/buildwithgoogle": {
115 "title": "",
116 "resources": [
117 ]
118 },
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700119 "develop/landing/ubicomp": {
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700120 "title": "",
121 "resources": [
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700122 "https://www.youtube.com/watch?v=AK38PJZmIW8&list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef",
123 "https://www.youtube.com/watch?v=6K_jxccHv5M&index=1&list=PLOU2XLYxmsILFBfx66ens76VMLMEPJAB0",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700124 "https://www.youtube.com/watch?v=ctiaVxgclsg&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM"
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700125 ]
126 },
127 "develop/landing/tools": {
128 "title": "",
129 "resources": [
Dirk Dougherty98794c02015-05-09 12:10:56 -0700130 "https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
131 "https://www.youtube.com/watch?v=3PIc-DuEU2s&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX",
132 "https://www.youtube.com/watch?v=cD7NPxuuXYY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
133 "https://www.youtube.com/watch?v=JLLnhwtDoHw&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
134 "https://www.youtube.com/watch?v=2I6fuD20qlY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
135 "https://www.youtube.com/watch?v=5Be2mJzP-Uw&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700136 ]
137 },
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800138 "preview/landing/resources": {
139 "title": "",
140 "resources": [
141 "preview/overview.html",
142 "preview/api-overview.html",
143 "preview/behavior-changes.html",
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800144 "preview/setup-sdk.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800145 "preview/samples.html",
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800146 "preview/support.html"
147 ]
148 },
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800149 "preview/landing/more": {
150 "title": "",
151 "resources": [
Andrew Solovay4158fc12016-03-10 17:45:23 -0800152 "https://www.youtube.com/watch?v=CsulIu3UaUM",
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800153 "preview/features/multi-window.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800154 "preview/features/notification-updates.html",
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800155 "preview/features/background-optimization.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800156 "preview/features/data-saver.html",
157 "preview/features/direct-boot.html",
158 "preview/features/icu4j-framework.html",
159 "preview/features/multilingual-support.html",
160 "preview/features/scoped-folder-access.html",
161 "preview/features/picture-in-picture.html",
162 "preview/features/tv-recording-api.html"
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800163 ]
164 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700165 "google/landing/services": {
166 "title": "",
167 "resources": [
168 "https://developers.google.com/analytics/devguides/collection/android/",
169 "https://developers.google.com/maps/documentation/android/",
Dirk Dougherty74709452015-05-15 00:51:24 -0700170 "https://developers.google.com/identity/sign-in/android/",
171 "https://developers.google.com/mobile-ads-sdk/download",
Dirk Dougherty518651c2015-05-27 20:24:37 -0700172 "https://developers.google.com/cloud-messaging/gcm",
Dirk Dougherty74709452015-05-15 00:51:24 -0700173 "https://developers.google.com/app-indexing/"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700174 ]
175 },
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700176 "google/landing/videos": {
177 "title": "",
178 "resources": [
Dirk Dougherty08710f12015-05-28 22:01:36 -0700179 "https://www.youtube.com/watch?v=M3Udfu6qidk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700180 "https://www.youtube.com/watch?v=FOn64iqlphk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
181 "https://www.youtube.com/watch?v=F0Kh_RnSM0w&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
182 "https://www.youtube.com/watch?v=fvtMtfCuEpw&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf"
183 ]
184 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700185 "google/landing/googleplay": {
186 "title": "",
187 "resources": [
188 "google/play/billing/index.html",
189 "google/play/billing/billing_subscriptions.html",
190 "google/play/developer-api.html"
191 ]
192 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700193 "develop/landing/courses": {
194 "title": "",
195 "resources": [
Dirk Dougherty3b41bb12015-09-18 16:09:21 -0700196 "https://www.udacity.com/course/ud849",
197 "https://www.udacity.com/course/ud853",
198 "https://www.udacity.com/course/ud825",
Dirk Doughertyae70b692015-05-27 16:58:46 -0700199 "https://www.udacity.com/android",
Dirk Dougherty3b41bb12015-09-18 16:09:21 -0700200 "https://www.udacity.com/course/ud855",
201 "https://www.udacity.com/course/ud875A",
202 "https://www.udacity.com/course/ud875B",
203 "https://www.udacity.com/course/ud875C",
204 "https://www.udacity.com/course/ud876--1",
205 "https://www.udacity.com/course/ud876--2",
206 "https://www.udacity.com/course/ud876--3",
207 "https://www.udacity.com/course/ud876--4",
208 "https://www.udacity.com/course/ud876--5",
209 "https://www.udacity.com/course/ud862",
210 "https://www.udacity.com/course/ud837",
211 "https://www.udacity.com/course/ud867"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700212 ]
213 },
214 "distribute/landing/carousel": {
215 "title": "",
216 "resources": [
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700217 "distribute/googleplay/guide.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800218 "https://www.youtube.com/watch?v=JrR6o5tYMWQ",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700219 "https://www.youtube.com/watch?v=B6ydLpkhq04&list=PLOU2XLYxmsIKLNUPiFCWVtcO7mZRZ9MmS",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800220 "https://www.youtube.com/watch?v=yJisuP94lHU",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700221 ]
222 },
223 "distribute/landing/googleplay": {
224 "title": "",
225 "resources": [
226 "distribute/googleplay/about.html",
227 "distribute/googleplay/developer-console.html",
228 "distribute/googleplay/index.html#opportunities"
229 ]
230 },
231 "distribute/landing/more": {
232 "title": "",
233 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800234 "distribute/users/promote-with-ads.html",
235 "distribute/monetize/ads.html",
236 "distribute/analyze/index.html",
237 "distribute/engage/deep-linking.html",
238 "distribute/engage/easy-signin.html",
239 "https://cloud.google.com/docs/"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700240 ]
241 },
Robert Ly7298a3f2014-07-14 14:12:13 -0700242 "distribute/edu/videos/stories": {
Robert Ly1568c192014-06-15 18:14:06 -0700243 "title": "",
244 "resources": [
Robert Ly7298a3f2014-07-14 14:12:13 -0700245 "https://www.youtube.com/watch?v=Idu7VcTTXfk",
246 "https://www.youtube.com/watch?v=iokH4SAIfRw"
247 ]
248 },
249 "distribute/edu/videos/bestpractices": {
250 "title": "",
251 "resources": [
252 "https://www.youtube.com/watch?v=iulXz8QTD1g",
253 "https://www.youtube.com/watch?v=IKhU180eJMo",
254 "https://www.youtube.com/watch?v=_AZ6UcPz-_g",
255 "https://www.youtube.com/watch?v=Eh2adsAyTKc"
256 ]
257 },
258 "distribute/edu/videos/experience": {
259 "title": "",
260 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800261 "https://youtu.be/vzvpcEffvaE"
Robert Ly1568c192014-06-15 18:14:06 -0700262 ]
263 },
Dirk Dougherty74709452015-05-15 00:51:24 -0700264/* "launch/static": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800265 "title": "",
266 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800267 "https://www.youtube.com/watch?v=1RIz-cmTQB4",
268 "https://www.youtube.com/watch?v=MVBMWDzyHAI",
269 "https://android-developers.blogspot.com/2013/11/app-translation-service-now-available.html",
270 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
271 "https://android-developers.blogspot.com/2013/11/bring-your-apps-into-classroom-with.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700272 "distribute/essentials/quality/tablets.html",
273 "distribute/users/build-buzz.html",
274 "distribute/monetize/premium.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800275 "distribute/monetize/freemium.html",
276 "distribute/monetize/ads.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700277 "distribute/essentials/best-practices/apps.html",
278 "distribute/essentials/best-practices/games.html",
279 "distribute/users/know-your-user.html",
280 "distribute/googleplay/developer-console.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800281 ]
Dirk Dougherty74709452015-05-15 00:51:24 -0700282 }, */
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900283 "launch/static/ja": {
284 "title": "",
285 "resources": [
286 "https://www.youtube.com/watch?v=xelYnWcYkuE",
287 "https://www.youtube.com/playlist?list=PLCOC_kP3nqGIHEgwm9mybvA04Vn4Cg9nn",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800288 "https://googledevjp.blogspot.jp/2014/12/android-wear.html",
289 "https://googledevjp.blogspot.jp/2014/12/android-studio-10.html",
290 "https://googledevjp.blogspot.jp/2014/12/google-play-65.html",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900291 "intl/ja/distribute/googleplay/developer-console.html#alpha-beta",
292 "intl/ja/distribute/googleplay/guide.html",
293 "intl/ja/distribute/essentials/quality/core.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800294 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ja",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900295 "intl/ja/support.html",
296 "intl/ja/distribute/essentials/quality/wear.html",
297 "intl/ja/training/tv/start/index.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800298 "https://googleforwork-japan.blogspot.jp/2014/12/gcp-google-cloud-platform-rpg-gcp.html",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900299 "intl/ja/distribute/monetize/ads.html"
300 ]
301 },
Ryosuke Matsuuchi2fb3dc22015-04-14 18:44:35 +0900302 "launch/static/ko": {
303 "title": "",
304 "resources": [
305 "https://www.youtube.com/watch?v=7X9Ue0Nfdh4&index=2&list=PL_WJkTbDHdBksDBRoqfeyLchEQqBAOlNl",
306 "https://www.youtube.com/watch?v=83FpwuschCQ",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800307 "https://googledevkr.blogspot.com/2014/11/android50guidefordevelopers.html",
308 "https://googledevkr.blogspot.com/2014/10/material-design-on-android-checklist.html",
309 "https://googledevkr.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html",
Ryosuke Matsuuchi2fb3dc22015-04-14 18:44:35 +0900310 "intl/ko/distribute/googleplay/developer-console.html#alpha-beta",
311 "intl/ko/distribute/googleplay/guide.html",
312 "intl/ko/distribute/essentials/quality/core.html",
313 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ko",
314 "intl/ko/support.html",
315 "intl/ko/distribute/essentials/quality/wear.html",
316 "intl/ko/tv/index.html",
317 "intl/ko/google/play-services/games.html",
318 "intl/ko/distribute/monetize/ads.html"
319 ]
320 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800321 "distribute/gp/gplanding": {
322 "resources": [
323 "distribute/googleplay/about.html",
324 "distribute/googleplay/start.html",
325 "distribute/googleplay/developer-console.html"
326 ]
327 },
328 "distribute/gp/gpfelanding": {
329 "resources": [
Luan Nguyencbd00322014-12-04 14:32:30 -0800330 "distribute/googleplay/wear.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700331 "distribute/googleplay/tv.html",
332 "distribute/googleplay/auto.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700333 "distribute/googleplay/families/about.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700334 "distribute/googleplay/work/about.html",
335 "distribute/googleplay/edu/about.html",
336 "distribute/googleplay/cast.html",
337 "distribute/googleplay/cardboard.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700338 "distribute/googleplay/guide.html"
Dirk Dougherty74709452015-05-15 00:51:24 -0700339 ]
340 },
341 "distribute/googleplay/gpfw": {
342 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800343 "https://www.android.com/work/",
Dirk Dougherty74709452015-05-15 00:51:24 -0700344 "https://www.youtube.com/watch?v=jQWB_-o1kz4&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
345 "training/enterprise/index.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800346 ]
347 },
348 "distribute/essentials": {
349 "resources": [
350 "distribute/essentials/quality/core.html",
351 "distribute/essentials/quality/tablets.html",
Joe Fernandez957cddd2014-10-10 21:36:46 -0700352 "distribute/essentials/quality/tv.html",
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700353 "distribute/essentials/quality/wear.html",
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800354 "distribute/essentials/quality/auto.html",
355 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800356 ]
357 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800358 "distribute/essentials/zhcn": {
359 "resources": [
360 "intl/zh-cn/distribute/essentials/quality/core.html",
361 "intl/zh-cn/distribute/essentials/quality/tablets.html",
362 "distribute/essentials/quality/tv.html",
363 "distribute/essentials/quality/wear.html",
364 "https://developers.google.com/edu/guidelines",
365 "distribute/essentials/optimizing-your-app.html"
366 ]
367 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800368 "distribute/users": {
369 "title": "",
370 "resources": [
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800371 "distribute/users/your-listing.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700372 "distribute/users/promote-with-ads.html",
373 "distribute/users/appindexing.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700374 "distribute/googleplay/index.html#opportunities",
375 "distribute/analyze/improve-roi.html",
376 "distribute/users/expand-to-new-markets.html",
377 "distribute/users/promote-with-ads.html",
378 "distribute/analyze/index.html",
379 "distribute/users/app-invites.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700380 "distribute/users/ota-installs.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700381 "distribute/users/youtube.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700382 "distribute/users/house-ads.html",
Andrew Solovay827b8022015-11-13 13:09:12 -0800383 "distribute/users/experiments.html",
384 "distribute/users/user-acquisition.html",
385 "distribute/users/banners.html",
386 "distribute/users/beta.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800387 ]
388 },
389 "distribute/engagelanding": {
390 "resources": [
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700391 "distribute/engage/intents.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800392 "distribute/engage/widgets.html",
393 "distribute/engage/notifications.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800394 "distribute/engage/deep-linking.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700395 "distribute/engage/ads.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700396 "distribute/engage/game-services.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700397 "distribute/engage/easy-signin.html",
398 "distribute/analyze/build-better-apps.html",
399 "distribute/engage/gcm.html",
Andrew Solovay827b8022015-11-13 13:09:12 -0800400 "distribute/engage/beta.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800401 ]
402 },
403 "distribute/monetize": {
404 "resources": [
405 "distribute/monetize/premium.html",
406 "distribute/monetize/freemium.html",
407 "distribute/monetize/subscriptions.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800408 "distribute/monetize/ads.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700409 "distribute/monetize/ecommerce.html",
410 "distribute/monetize/payments.html",
411 "distribute/analyze/understand-user-value.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800412 ]
413 },
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800414 "distribute/analyzelanding": {
415 "resources": [
416 "distribute/analyze/start.html",
417 "distribute/analyze/measure.html",
418 "distribute/analyze/understand-user-value.html",
419 "distribute/analyze/improve-roi.html",
420 "distribute/analyze/build-better-apps.html",
421 "distribute/analyze/google-services.html"
422 ]
423 },
424 "distribute/analyzestart": {
425 "resources": [
426 "https://analyticsacademy.withgoogle.com/course04",
427 "google/play-services/index.html",
428 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
429 "https://developers.google.com/analytics/devguides/collection/android/",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800430 "https://www.google.com/tagmanager/",
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800431 "https://github.com/googleanalytics/google-analytics-plugin-for-unity"
432 ]
433 },
434 "distribute/analyzemeasure": {
435 "resources": [
436
437 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
438 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
439 "https://support.google.com/analytics/answer/1032415",
440 "https://developers.google.com/analytics/devguides/collection/android/v4/events",
441 "https://developers.google.com/analytics/devguides/collection/android/v4/customdimsmets",
442 "https://developers.google.com/analytics/devguides/collection/android/v4/user-id"
443 ]
444 },
445 "distribute/analyzeunderstand": {
446 "resources": [
447 "https://developers.google.com/analytics/devguides/collection/android/v4/display-features",
448 "https://support.google.com/analytics/answer/3123906",
449 "https://support.google.com/analytics/answer/2568874?ref_topic=6012392",
450 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
451 "https://support.google.com/analytics/answer/1032415",
452 ]
453 },
454 "distribute/analyzeimprove": {
455 "resources": [
456
457 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns",
458 "https://support.google.com/analytics/answer/2956981",
459 "https://support.google.com/analytics/answer/1033961",
460 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-url-builder",
461 "https://developers.google.com/analytics/solutions/mobile-campaign-deep-link"
462 ]
463 },
464 "distribute/analyzebuild": {
465 "resources": [
466 "https://support.google.com/tagmanager/answer/6003007",
467 "https://support.google.com/analytics/answer/2785577",
468 "https://support.google.com/analytics/answer/1151300"
469 ]
470 },
471 "distribute/analyzeact": {
472 "resources": [
473 "https://support.google.com/analytics/answer/2611268",
474 "https://support.google.com/analytics/answer/1033961",
475 "https://support.google.com/admob/answer/3508177",
476 "https://support.google.com/analytics/answer/2956981",
477 "https://support.google.com/tagmanager/answer/6003007"
478 ]
479 },
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700480 "distribute/essentials/guidelines": {
481 "title": "",
482 "resources": [
483 "distribute/essentials/quality/core.html",
484 "distribute/essentials/quality/tablets.html",
485 "distribute/essentials/quality/wear.html",
486 "distribute/essentials/quality/tv.html",
487 "distribute/essentials/quality/auto.html",
488 "https://developers.google.com/edu/guidelines"
489 ]
490 },
491 "distribute/essentials/tools": {
492 "title": "",
493 "resources": [
494 "distribute/tools/launch-checklist.html",
495 "distribute/tools/localization-checklist.html",
496 "https://support.google.com/googleplay/android-developer",
497 "distribute/tools/promote/brand.html",
498 "distribute/tools/promote/device-art.html",
Quddus Chong665cf852015-11-10 10:11:16 -0800499 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700500 "distribute/tools/promote/linking.html",
501 "distribute/tools/open-distribution.html",
502 "about/dashboards/index.html"
503 ]
504 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800505 "distribute/tools/checklists": {
506 "title": "",
507 "resources": [
508 "distribute/tools/launch-checklist.html",
509 "distribute/tools/localization-checklist.html"
510 ]
511 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800512 "distribute/tools/checklists/zhcn": {
513 "title": "",
514 "resources": [
515 "intl/zh-cn/distribute/tools/launch-checklist.html",
516 "intl/zh-cn/distribute/tools/localization-checklist.html"
517 ]
518 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800519 "distribute/tools/promote": {
520 "resources": [
521 "distribute/tools/promote/device-art.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800522 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800523 "distribute/tools/promote/linking.html"
524 ]
525 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800526 "distribute/tools/promote/zhcn": {
527 "resources": [
528 "intl/zh-cn/distribute/tools/promote/device-art.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800529 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800530 "intl/zh-cn/distribute/tools/promote/linking.html"
531 ]
532 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800533 "distribute/tools/support": {
534 "title": "Google Play",
535 "resources": [
536 "https://support.google.com/googleplay/android-developer",
537 "https://support.google.com/googleplay/android-developer/answer/4430948",
538 "support.html"
539 ]
540 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800541 "distribute/tools/support/zhcn": {
542 "title": "Google Play",
543 "resources": [
544 "https://support.google.com/googleplay/android-developer?hl=zh-Hans",
545 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
546 "support.html"
547 ]
548 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800549 "distribute/tools/news": {
550 "title": "",
551 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800552 "https://android-developers.blogspot.com/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800553 "https://plus.google.com/+AndroidDevelopers/"
554 ]
555 },
556 "distribute/tools/more": {
557 "title": "Google Play",
558 "resources": [
559 "distribute/tools/promote/brand.html",
560 "distribute/tools/open-distribution.html",
561 "about/dashboards/index.html"
562 ]
563 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800564 "distribute/tools/more/zhcn": {
565 "title": "Google Play",
566 "resources": [
567 "intl/zh-cn/distribute/tools/promote/brand.html",
568 "distribute/tools/open-distribution.html",
569 "about/dashboards/index.html"
570 ]
571 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800572 "distribute/googleplay": {
573 "title": "Google Play",
574 "resources": [
575 "distribute/googleplay/developer-console.html",
576 "distribute/essentials/best-practices/apps.html",
577 "distribute/tools/launch-checklist.html",
578 "distribute/essentials/best-practices/games.html",
579 ]
580 },
581 "distribute/googleplay/gettingstarted": {
582 "title": "Get Started",
583 "resources": [
584 "distribute/googleplay/developer-console.html",
585 "https://support.google.com/googleplay/android-developer/answer/113468",
586 "https://support.google.com/googleplay/android-developer/answer/138294",
587 "https://support.google.com/googleplay/android-developer"
588 ]
589 },
Andrew Solovay827b8022015-11-13 13:09:12 -0800590 "distribute/googleplay/developerconsole/related": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800591 "title": "Developer Console",
592 "resources": [
593 "google/play/billing/index.html",
594 "https://support.google.com/googleplay/android-developer/answer/138294"
595 ]
596 },
Andrew Solovay827b8022015-11-13 13:09:12 -0800597 "distribute/googleplay/beta": {
598 "title": "Alpha and Beta Testing",
599 "resources": [
600 "https://support.google.com/googleplay/android-developer/answer/3131213",
601 "https://support.google.com/googleplay/android-developer/answer/3131213#games",
602 "distribute/googleplay/experiments.html"
603 ]
604 },
605 "distribute/googleplay/experiments/successes": {
606 "title": "Store Listing Experiment successes",
607 "resources": [
608 ]
609 },
610 "distribute/googleplay/experiments/related": {
611 "title": "Store Listing Experiments",
612 "resources": [
613 "https://support.google.com/googleplay/android-developer/answer/6227309",
614 "https://www.youtube.com/watch?v=B6ydLpkhq04",
615 "https://support.google.com/tagmanager/answer/6003007"
616 ]
617 },
618 "distribute/googleplay/banners/related": {
619 "title": "App Install Banners",
620 "resources": [
621 "https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android#native"
622 ]
623 },
624 "distribute/googleplay/useracquisition/related": {
625 "title": "User Acquisition",
626 "resources": [
627 "https://support.google.com/googleplay/android-developer/answer/6263332"
628 ]
629 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700630 "distribute/googleplay/cast": {
631 "title": "Google Cast",
632 "resources": [
633 "https://developers.google.com/cast/docs/ux_guidelines",
634 "https://developers.google.com/cast/docs/android_sender",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800635 "https://www.github.com/googlecast"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700636 ]
637 },
638 "distribute/googleplay/cardboard": {
639 "title": "Google Cast",
640 "resources": [
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700641 "https://www.google.com/get/cardboard/get-cardboard/",
Dirk Doughertyde401c82015-05-09 12:10:56 -0700642 "https://developers.google.com/cardboard/android/download",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800643 "https://www.google.com/design/spec-vr"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700644 ]
645 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800646 "distribute/googleplay/gpfe/highlight": {
647 "title": "About Google Play for Education",
648 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800649 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800650 ]
651 },
652 "distribute/googleplay/gpfe/dev/about": {
653 "title": "About Google Play for Education / Developers",
654 "resources": [
655 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700656 "https://developers.google.com/edu/guidelines",
657 "https://developers.google.com/edu/faq",
658 "distribute/essentials/quality/tablets.html",
659 "https://developers.google.com/edu/",
660 "https://www.google.com/edu/tablets/#tablets-family"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800661 ]
662 },
663 "distribute/googleplay/gpfe/dev": {
664 "title": "About Google Play for Education / Developers",
665 "resources": [
666 "distribute/googleplay/edu/about.html",
smain@google.com941f8002014-06-18 16:13:56 -0700667 "https://developers.google.com/edu/guidelines",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800668 "distribute/essentials/quality/tablets.html",
669 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800670 "https://play.google.com/about/developer-distribution-agreement-addendum.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800671 ]
672 },
673 "distribute/googleplay/aboutgpfe/educators/about": {
674 "title": "About Google Play for Education / Educators",
675 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800676 "https://www.google.com/edu/tablets/",
677 "https://www.youtube.com/watch?v=haEmsMo0f3w"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800678 ]
679 },
680 "distribute/googleplay/aboutgpfe/educators": {
681 "title": "About Google Play for Education / Educators",
682 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800683 "https://www.google.com/edu/tablets/",
684 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800685 ]
686 },
687 "distribute/googleplay/gettingstartedgpfe/educators": {
688 "title": "About Google Play for Education / Educators",
689 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800690 "https://www.google.com/edu/tablets/",
691 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800692 ]
693 },
694 "distribute/essentials/eduessentials/developers": {
695 "title": "",
696 "resources": [
697 "distribute/googleplay/developer-console.html",
698 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700699 "https://developers.google.com/edu/faq"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800700 ]
701 },
702 "distribute/essentials/eduessentials/educators": {
703 "title": "",
704 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800705 "https://www.google.com/edu/tablets/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800706 "distribute/essentials/quality/tablets.html",
707 ]
708 },
709 "distribute/essentials/optimizing": {
710 "title": "Optimizing Your App",
711 "resources": [
712 "design/index.html",
713 "training/articles/perf-anr.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800714 "https://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800715 ]
716 },
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700717 "distribute/users/appinvites": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800718 "title": "",
719 "resources": [
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700720 "https://developers.google.com/app-invites/",
721 "https://developers.google.com/identity/sign-in/android/",
722 "https://developers.google.com/app-indexing/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800723 ]
724 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700725 "distribute/users/promotewithads": {
726 "title": "",
727 "resources": [
Dirk Dougherty98794c02015-05-09 12:10:56 -0700728 "https://support.google.com/adwords/answer/6032059",
729 "https://support.google.com/adwords/answer/6032073",
730 "https://support.google.com/adwords/answer/6167164",
731 "https://support.google.com/adwords/answer/6167162"
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700732 ]
733 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800734 "distribute/users/buildbuzz": {
735 "title": "",
736 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800737 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800738 "distribute/tools/promote/linking.html",
739 "distribute/tools/promote/device-art.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800740 "https://plus.google.com/+GooglePlay"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800741 ]
742 },
743 "distribute/users/createagreatlisting": {
744 "title": "",
745 "resources": [
746 "https://support.google.com/googleplay/android-developer/answer/1078870",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800747 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800748 "distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800749 "https://android-developers.blogspot.com/2013/07/making-beautiful-android-app-icons.html",
750 "https://android-developers.blogspot.com/2012/12/localize-your-promotional-graphics-on.html",
751 "https://android-developers.blogspot.com/2013/10/making-your-app-content-more-accessible.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800752 ]
753 },
754 "distribute/users/buildcommunity": {
755 "title": "",
756 "resources": [
757 "distribute/googleplay/developer-console.html",
758 "https://support.google.com/groups/answer/46601",
759 "https://support.google.com/plus/topic/2888488",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800760 "https://www.youtube.com/yt/dev/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800761 ]
762 },
Dirk Dougherty98794c02015-05-09 12:10:56 -0700763 "distribute/users/appindexing": {
764 "title": "",
765 "resources": [
766 "https://developers.google.com/app-indexing/",
767 "https://developers.google.com/app-indexing/webmasters/details",
Dirk Doughertyca9fd6f2015-06-11 11:53:40 -0700768 "distribute/engage/deep-linking.html",
769 "training/app-indexing/index.html"
Dirk Dougherty74709452015-05-15 00:51:24 -0700770 ]
771 },
772 "distribute/users/otas": {
773 "title": "",
774 "resources": [
775 "https://developers.google.com/identity/sign-in/android/",
776 "https://developers.google.com/+/features/play-installs",
777 "https://developers.google.com/+/features/analytics"
778 ]
779 },
780 "distribute/users/houseads": {
781 "title": "",
782 "resources": [
783 "https://support.google.com/admob/topic/2784623",
784 "https://developers.google.com/mobile-ads-sdk/download",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800785 "https://support.google.com/googleplay/android-developer/topic/2985714",
786 "https://analyticsacademy.withgoogle.com/mobile-app",
Dirk Dougherty74709452015-05-15 00:51:24 -0700787 "https://support.google.com/analytics/answer/2611404",
788 "https://support.google.com/admob/answer/3111064"
789 ]
790 },
791 "distribute/users/youtube": {
792 "title": "",
793 "resources": [
794 "https://support.google.com/youtube/answer/6140493",
795 "https://support.google.com/youtube/answer/2797387"
Dirk Dougherty98794c02015-05-09 12:10:56 -0700796 ]
797 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800798 "distribute/toolsreference/bestpractices/apps": {
799 "title": "",
800 "resources": [
801 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800802 "https://android-developers.blogspot.com/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800803 ]
804 },
805 "distribute/toolsreference/bestpractices/games": {
806 "title": "",
807 "resources": [
808 "google/play-services/games.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800809 "https://android-developers.blogspot.com/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800810 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800811 "https://www.youtube.com/watch?v=1RIz-cmTQB4"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800812 ]
813 },
814 "distribute/essentials/corequalityguidelines/visualdesign": {
815 "title": "",
816 "resources": [
817 "design/index.html",
818 "design/patterns/navigation.html",
819 "design/patterns/actionbar.html",
820 "design/style/iconography.html",
821 "design/patterns/notifications.html"
822 ]
823 },
824 "distribute/essentials/corequalityguidelines/functionality": {
825 "title": "",
826 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800827 "https://android-developers.blogspot.com/2011/11/making-android-games-that-play-nice.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800828 "guide/components/tasks-and-back-stack.html",
829 "training/basics/activity-lifecycle/recreating.html"
830 ]
831 },
Joe Fernandez957cddd2014-10-10 21:36:46 -0700832 "distribute/essentials/tvqualityguidelines/visualdesign": {
833 "title": "",
834 "resources": [
835 "design/tv/index.html",
836 "training/tv/start/index.html"
837 ]
838 },
839 "distribute/essentials/tvqualityguidelines/functionality": {
840 "title": "",
841 "resources": [
842 "training/tv/start/hardware.html",
843 "training/tv/games/index.html"
844 ]
845 },
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700846 "distribute/essentials/wearqualityguidelines/visualdesign": {
847 "title": "",
848 "resources": [
849 "design/wear/index.html",
850 "training/building-wearables.html",
851 "training/wearables/ui/index.html"
852 ]
853 },
854 "distribute/essentials/wearqualityguidelines/functionality": {
855 "title": "",
856 "resources": [
857 "training/wearables/notifications/index.html",
858 "training/wearables/apps/index.html",
859 "training/wearables/notifications/voice-input.html"
860 ]
861 },
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800862 "distribute/essentials/autoqualityguidelines/visualdesign": {
863 "title": "",
864 "resources": [
865 "training/auto/messaging/index.html",
866 "training/auto/start/index.html"
867 ]
868 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800869 "distribute/essentials/core/performance": {
870 "title": "",
871 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800872 "https://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800873 "training/articles/perf-anr.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800874 "https://android-developers.blogspot.com/2010/07/multithreading-for-performance.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800875 ]
876 },
877 "distribute/essentials/core/play": {
878 "title": "",
879 "resources": [
880 "distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800881 "https://play.google.com/about/developer-content-policy.html?hl=zh-Hans",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800882 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
883 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800884 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800885 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
886 ]
887 },
888 "distribute/essentials/core/play/zhcn": {
889 "title": "",
890 "resources": [
891 "intl/zh-cn/distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800892 "https://play.google.com/about/developer-content-policy.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800893 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
894 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800895 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800896 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800897 ]
898 },
899 "distribute/essentials/tabletguidelines/optimize": {
900 "title": "",
901 "resources": [
902 "design/style/metrics-grids.html",
903 "design/style/devices-displays.html",
904 "guide/practices/screens_support.html",
905 //"guide/practices/screens_support.html#ConfigurationExamples",
906 ]
907 },
908 "distribute/essentials/tabletguidelines/extrascreen": {
909 "title": "",
910 "resources": [
911 "design/patterns/multi-pane-layouts.html",
912 "training/design-navigation/multiple-sizes.html",
913 "training/multiscreen/index.html",
914 ]
915 },
916 "distribute/essentials/tabletguidelines/assets": {
917 "title": "",
918 "resources": [
919 "design/style/iconography.html",
920 "guide/topics/resources/providing-resources.html",
921 "guide/practices/screens_support.html",
922 "training/basics/supporting-devices/screens.html"
923 ]
924 },
925 "distribute/essentials/tabletguidelines/fonts": {
926 "title": "",
927 "resources": [
928 "design/style/metrics-grids.html",
929 "design/style/typography.html",
930 "guide/practices/screens_support.html",
931 "training/multiscreen/screendensities.html"
932 ]
933 },
934 "distribute/essentials/tabletguidelines/widgets": {
935 "title": "",
936 "resources": [
937 "guide/topics/appwidgets/index.html#MetaData",
938 "guide/topics/appwidgets/index.html",
939 "design/patterns/widgets.html"
940 ]
941 },
942 "distribute/essentials/tabletguidelines/versions": {
943 "title": "",
944 "resources": [
945 "guide/topics/manifest/uses-sdk-element.html#ApiLevels",
946 "guide/topics/manifest/uses-sdk-element.html",
947 "training/basics/supporting-devices/platforms.html"
948 ]
949 },
950 "distribute/essentials/tabletguidelines/hardware": {
951 "title": "",
952 "resources": [
953 "guide/topics/manifest/uses-feature-element.html",
954 "guide/topics/manifest/uses-feature-element.html#testing"
955 ]
956 },
957 "distribute/essentials/tabletguidelines/tabletscreens": {
958 "title": "",
959 "resources": [
960 "guide/practices/screens_support.html#DeclaringScreenSizeSupport",
961 "guide/practices/screens_support.html"
962 ]
963 },
964 "distribute/essentials/tabletguidelines/showcase": {
965 "title": "",
966 "resources": [
967 "distribute/tools/launch-checklist.html",
968 "https://play.google.com/apps/publish/",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800969 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800970 "distribute/tools/promote/device-art.html"
971 ]
972 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800973 "distribute/essentials/tabletguidelines/showcase/zhcn": {
974 "title": "",
975 "resources": [
976 "intl/zh-cn/distribute/tools/launch-checklist.html",
977 "https://play.google.com/apps/publish/?hl=zh-Hans",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800978 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800979 "intl/zh-cn/distribute/tools/promote/device-art.html"
980 ]
981 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800982 "distribute/essentials/tabletguidelines/googleplay": {
983 "title": "",
984 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800985 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800986 "google/play/filters.html"
987 ]
988 },
989 "distribute/essentials/tabletguidelines": {
990 "title": "",
991 "resources": [
992 "distribute/essentials/quality/core.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800993 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800994 "distribute/tools/launch-checklist.html",
995 "distribute/tools/promote/device-art.html"
996 ]
997 },
998 "distribute/getusers/notifications": {
999 "title": "",
1000 "resources": [
1001 "design/patterns/notifications.html",
1002 "distribute/engage/gcm.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001003 "https://play.google.com/about/developer-content-policy.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001004 ]
1005 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -07001006 "distribute/engage/analytics": {
1007 "title": "",
1008 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001009 "https://www.google.com/analytics/mobile/",
1010 "https://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html",
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -07001011 "https://developers.google.com/analytics/devguides/collection/android/"
1012 ]
1013 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001014 "distribute/engage/widgets": {
1015 "title": "",
1016 "resources": [
1017 "design/patterns/widgets.html",
1018 "guide/topics/appwidgets/index.html"
1019 ]
1020 },
Dirk Dougherty98794c02015-05-09 12:10:56 -07001021 "distribute/engage/reengage": {
1022 "title": "",
1023 "resources": [
1024 "https://support.google.com/adwords/answer/6032073",
1025 "distribute/engage/deep-linking.html",
1026 "https://support.google.com/adwords/answer/6167162",
1027 "distribute/users/promote-with-ads.html"
1028 ]
1029 },
1030 "distribute/engage/appindexing": {
1031 "title": "",
1032 "resources": [
1033 "distribute/engage/intents.html",
Dirk Dougherty10d44b72015-05-23 14:46:57 -07001034 "distribute/engage/deep-linking.html",
Dirk Doughertyca9fd6f2015-06-11 11:53:40 -07001035 "distribute/users/appindexing.html",
1036 "training/app-indexing/index.html"
Dirk Dougherty98794c02015-05-09 12:10:56 -07001037 ]
1038 },
1039 "distribute/engage/intents": {
1040 "title": "",
1041 "resources": [
1042 "guide/components/intents-filters.html",
Dirk Dougherty10d44b72015-05-23 14:46:57 -07001043 "distribute/engage/deep-linking.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -07001044 "distribute/engage/ads.html"
1045 ]
1046 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001047 "distribute/getusers/expandnewmarkets": {
1048 "title": "",
1049 "resources": [
1050 "distribute/tools/localization-checklist.html",
1051 "https://support.google.com/googleplay/android-developer/table/3541286",
1052 "distribute/stories/localization.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001053 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001054 "distribute/tools/promote/device-art.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001055 "https://www.youtube.com/watch?v=SkHHPf3EdzE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001056 ]
1057 },
1058 "distribute/engage/gcm": {
1059 "title": "",
1060 "resources": [
Dirk Dougherty518651c2015-05-27 20:24:37 -07001061 "https://developers.google.com/cloud-messaging/gcm",
1062 "https://developers.google.com/cloud-messaging/android/client",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001063 ]
1064 },
Andrew Solovay827b8022015-11-13 13:09:12 -08001065 "distribute/engage/gamesservices/related": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001066 "title": "",
1067 "resources": [
Andrew Solovay827b8022015-11-13 13:09:12 -08001068 "https://developers.google.com/games/services/",
1069 "distribute/analyze/start.html",
1070 "distribute/googleplay/cardboard.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001071 "https://www.google.com/admob/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001072 ]
1073 },
1074 "distribute/engage/gplus": {
1075 "title": "",
1076 "resources": [
Dirk Dougherty74709452015-05-15 00:51:24 -07001077 "distribute/users/ota-installs.html",
1078 "https://developers.google.com/identity/sign-in/android/people",
1079 "https://developers.google.com/+/mobile/android/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001080 ]
1081 },
1082 "distribute/engage/community": {
1083 "title": "",
1084 "resources": [
1085 "distribute/users/build-community.html",
1086 "distribute/engage/video.html"
1087 ]
1088 },
1089 "distribute/engage/deeplinks": {
1090 "title": "",
1091 "resources": [
1092 "distribute/engage/easy-signin.html",
1093 "https://developers.google.com/app-indexing/",
1094 "https://developers.google.com/+/mobile/android/share/interactive-post"
1095 ]
1096 },
1097 "distribute/engage/appupdates": {
1098 "title": "",
1099 "resources": [
1100 "distribute/essentials/optimizing-your-app.html",
1101 "distribute/tools/launch-checklist.html",
1102 "distribute/googleplay/developer-console.html",
1103 "design/patterns/notifications.html"
1104 ]
1105 },
1106 "distribute/engage/video/more": {
1107 "title": "",
1108 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001109 "https://www.youtube.com/yt/dev/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001110 "distribute/essentials/best-practices/games.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001111 "https://www.youtube.com/watch?v=RRelFvc6Czo"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001112 ]
1113 },
1114 "distribute/engage/community": {
1115 "title": "",
1116 "resources": [
1117 "distribute/users/build-community.html",
1118 "distribute/engage/video.html"
1119 ]
1120 },
1121 "distribute/engage/kiwi": {
1122 "title": "",
1123 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001124 "https://www.youtube.com/watch?v=WWArLD6nqrk"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001125 ]
1126 },
1127 "distribute/toolsreference/gpfefaq": {
1128 "title": "",
1129 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001130 "https://www.google.com/edu/tablets/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001131 "distribute/googleplay/edu/start.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001132 "https://play.google.com/about/developer-distribution-agreement-addendum.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001133 "distribute/essentials/quality/core.html",
1134 "distribute/essentials/quality/tablets.html"
1135 ]
1136 },
1137 "distribute/toolsreference/localizationchecklist/identifylocales": {
1138 "title": "",
1139 "resources": [
1140 "https://support.google.com/googleplay/android-developer/answer/138294"
1141 ]
1142 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001143 "distribute/toolsreference/localizationchecklist/identifylocales/zhcn": {
1144 "title": "",
1145 "resources": [
1146 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
1147 ]
1148 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001149 "distribute/tools/loc/designforloc": {
1150 "title": "",
1151 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001152 "https://android-developers.blogspot.com/2013/03/native-rtl-support-in-android-42.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001153 "guide/topics/resources/string-resource.html#Plurals",
1154 "guide/topics/resources/string-resource.html",
1155 "reference/java/util/Locale.html"
1156 ]
1157 },
1158 "distribute/toolsreference/localizationchecklist/managestrings": {
1159 "title": "",
1160 "resources": [
1161 "guide/topics/resources/string-resource.html",
1162 "design/style/writing.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001163 "https://en.wikipedia.org/wiki/XLIFF"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001164 ]
1165 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001166 "distribute/toolsreference/localizationchecklist/managestrings/zhcn": {
1167 "title": "",
1168 "resources": [
1169 "guide/topics/resources/string-resource.html",
1170 "intl/zh-cn/design/style/writing.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001171 "https://en.wikipedia.org/wiki/XLIFF"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001172 ]
1173 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001174 "distribute/toolsreference/localizationchecklist/translatestrings": {
1175 "title": "",
1176 "resources": [
1177 "distribute/stories/localization.html",
1178 ]
1179 },
1180 "distribute/toolsreference/localizationchecklist/preplaunch": {
1181 "title": "",
1182 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001183 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001184 "distribute/tools/promote/device-art.html"
1185 ]
1186 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001187 "distribute/toolsreference/localizationchecklist/preplaunch/zhcn": {
1188 "title": "",
1189 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001190 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001191 "intl/zh-cn/distribute/tools/promote/device-art.html"
1192 ]
1193 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001194 "distribute/toolsreference/localizationchecklist/supportlaunch": {
1195 "title": "",
1196 "resources": [
1197 "distribute/tools/launch-checklist.html",
1198 ]
1199 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001200 "distribute/toolsreference/localizationchecklist/supportlaunch/zhcn": {
1201 "title": "",
1202 "resources": [
1203 "intl/zh-cn/distribute/tools/launch-checklist.html",
1204 ]
1205 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001206 "distribute/toolsreference/launchchecklist/understanding": {
1207 "title": "",
1208 "resources": [
1209 "tools/publishing/publishing_overview.html",
1210 "tools/publishing/preparing.html"
1211 ]
1212 },
1213 "distribute/toolsreference/launchchecklist/policies": {
1214 "title": "",
1215 "resources": [
1216 "https://support.google.com/googleplay/android-developer/answer/4430948",
1217 "https://support.google.com/googleplay/android-developer/topic/2364761",
1218 "https://support.google.com/googleplay/android-developer"
1219 ]
1220 },
1221 "distribute/toolsreference/launchchecklist/quality": {
1222 "title": "",
1223 "resources": [
1224 "distribute/essentials/quality/core.html",
1225 "distribute/essentials/quality/tablets.html",
smain@google.com941f8002014-06-18 16:13:56 -07001226 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001227 ]
1228 },
1229 "distribute/toolsreference/launchchecklist/rating": {
1230 "title": "",
1231 "resources": [
1232 "https://support.google.com/googleplay/android-developer/answer/188189",
1233 ]
1234 },
1235 "distribute/toolsreference/launchchecklist/country": {
1236 "title": "",
1237 "resources": [
1238 "https://support.google.com/googleplay/android-developer/answer/138294"
1239 ]
1240 },
1241 "distribute/toolsreference/launchchecklist/size": {
1242 "title": "",
1243 "resources": [
1244 "google/play/expansion-files.html",
1245 "tools/help/proguard.html"
1246 ]
1247 },
1248 "distribute/toolsreference/launchchecklist/platform": {
1249 "title": "",
1250 "resources": [
1251 "guide/practices/screens_support.html",
1252 "about/dashboards/index.html",
1253 "guide/topics/manifest/uses-sdk-element.html"
1254 ]
1255 },
1256 "distribute/toolsreference/launchchecklist/price": {
1257 "title": "",
1258 "resources": [
1259 "https://support.google.com/googleplay/android-developer/table/3541286",
1260 ]
1261 },
1262 "distribute/toolsreference/launchchecklist/purchasemethod": {
1263 "title": "",
1264 "resources": [
1265 "google/play/billing/index.html",
1266 "google/play/billing/billing_subscriptions.html"
1267 ]
1268 },
1269 "distribute/toolsreference/launchchecklist/setprice": {
1270 "title": "",
1271 "resources": [
1272 "https://support.google.com/googleplay/android-developer/answer/1169947",
1273 "https://support.google.com/googleplay/android-developer/answer/138412",
1274 "https://support.google.com/googleplay/android-developer/answer/112622",
1275 "https://support.google.com/googleplay/android-developer/answer/138000"
1276 ]
1277 },
1278 "distribute/toolsreference/launchchecklist/localization": {
1279 "title": "",
1280 "resources": [
1281 "distribute/tools/localization-checklist.html",
1282 "guide/topics/resources/localization.html",
1283 ]
1284 },
1285 "distribute/toolsreference/launchchecklist/graphics": {
1286 "title": "",
1287 "resources": [
1288 "https://support.google.com/googleplay/android-developer/answer/1078870",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001289 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001290 ]
1291 },
1292 "distribute/toolsreference/launchchecklist/productdetails": {
1293 "title": "",
1294 "resources": [
1295 "https://support.google.com/googleplay/android-developer/answer/113475",
1296 "https://support.google.com/googleplay/android-developer/answer/1078870"
1297 ]
1298 },
1299 "distribute/toolsreference/launchchecklist/badges": {
1300 "title": "",
1301 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001302 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001303 "distribute/tools/promote/linking.html"
1304 ]
1305 },
1306 "distribute/toolsreference/launchchecklist/finalchecks": {
1307 "title": "",
1308 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001309 "https://play.google.com/about/developer-content-policy.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001310 "https://support.google.com/googleplay/android-developer/answer/113476",
1311 "support.html"
1312 ]
1313 },
1314 "distribute/toolsreference/launchchecklist/afterlaunch": {
1315 "title": "",
1316 "resources": [
1317 "https://support.google.com/googleplay/android-developer/answer/113477",
1318 "https://support.google.com/googleplay/android-developer/answer/1153479",
1319 "https://support.google.com/payments/answer/2741495",
1320 "distribute/essentials/optimizing-your-app.html"
1321 ]
1322 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001323 "distribute/toolsreference/launchchecklist/understanding/zhcn": {
1324 "title": "",
1325 "resources": [
1326 "intl/zh-cn/tools/publishing/publishing_overview.html",
1327 "intl/zh-cn/tools/publishing/preparing.html"
1328 ]
1329 },
1330 "distribute/toolsreference/launchchecklist/policies/zhcn": {
1331 "title": "",
1332 "resources": [
1333 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
1334 "https://support.google.com/googleplay/android-developer/topic/2364761?hl=zh-Hans",
1335 "https://support.google.com/googleplay/android-developer?hl=zh-Hans"
1336 ]
1337 },
1338 "distribute/toolsreference/launchchecklist/quality/zhcn": {
1339 "title": "",
1340 "resources": [
1341 "intl/zh-cn/distribute/essentials/quality/core.html",
1342 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1343 "https://developers.google.com/edu/guidelines?hl=zh-Hans"
1344 ]
1345 },
1346
1347 "distribute/toolsreference/launchchecklist/rating/zhcn": {
1348 "title": "",
1349 "resources": [
1350 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
1351 ]
1352 },
1353 "distribute/toolsreference/launchchecklist/country/zhcn": {
1354 "title": "",
1355 "resources": [
1356 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
1357 ]
1358 },
1359 "distribute/toolsreference/launchchecklist/size/zhcn": {
1360 "title": "",
1361 "resources": [
1362 "google/play/expansion-files.html",
1363 "intl/zh-cn/tools/help/proguard.html"
1364 ]
1365 },
1366 "distribute/toolsreference/launchchecklist/price/zhcn": {
1367 "title": "",
1368 "resources": [
1369 "https://support.google.com/googleplay/android-developer/table/3541286?hl=zh-Hans",
1370 ]
1371 },
1372 "distribute/toolsreference/launchchecklist/purchasemethod/zhcn": {
1373 "title": "",
1374 "resources": [
1375 "intl/zh-cn/google/play/billing/index.html",
1376 "google/play/billing/billing_subscriptions.html"
1377 ]
1378 },
1379 "distribute/toolsreference/launchchecklist/setprice/zhcn": {
1380 "title": "",
1381 "resources": [
1382 "https://support.google.com/googleplay/android-developer/answer/1169947?hl=zh-Hans",
1383 "https://support.google.com/googleplay/android-developer/answer/138412?hl=zh-Hans",
1384 "https://support.google.com/googleplay/android-developer/answer/112622?hl=zh-Hans",
1385 "https://support.google.com/googleplay/android-developer/answer/138000?hl=zh-Hans"
1386 ]
1387 },
1388 "distribute/toolsreference/launchchecklist/localization/zhcn": {
1389 "title": "",
1390 "resources": [
1391 "intl/zh-cn/distribute/tools/localization-checklist.html",
1392 "guide/topics/resources/localization.html"
1393 ]
1394 },
1395 "distribute/toolsreference/launchchecklist/graphics/zhcn": {
1396 "title": "",
1397 "resources": [
1398 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001399 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001400 ]
1401 },
1402 "distribute/toolsreference/launchchecklist/productdetails/zhcn": {
1403 "title": "",
1404 "resources": [
1405 "https://support.google.com/googleplay/android-developer/answer/113475?hl=zh-Hans",
1406 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans"
1407 ]
1408 },
1409 "distribute/toolsreference/launchchecklist/badges/zhcn": {
1410 "title": "",
1411 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001412 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001413 "intl/zh-cn/distribute/tools/promote/linking.html"
1414 ]
1415 },
1416 "distribute/toolsreference/launchchecklist/finalchecks/zhcn": {
1417 "title": "",
1418 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001419 "https://play.google.com/about/developer-content-policy.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001420 "https://support.google.com/googleplay/android-developer/answer/113476?hl=zh-Hans",
1421 "support.html"
1422 ]
1423 },
1424 "distribute/toolsreference/launchchecklist/afterlaunch/zhcn": {
1425 "title": "",
1426 "resources": [
1427 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans",
1428 "https://support.google.com/googleplay/android-developer/answer/1153479?hl=zh-Hans",
1429 "https://support.google.com/payments/answer/2741495?hl=zh-Hans",
1430 "distribute/essentials/optimizing-your-app.html"
1431 ]
1432 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001433 "distribute/monetize/premium": {
1434 "title": "",
1435 "resources": [
1436 "google/play/billing/index.html",
1437 "https://support.google.com/googleplay/android-developer/answer/4407611"
1438 ]
Joe Fernandez957cddd2014-10-10 21:36:46 -07001439 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001440 "distribute/monetize/freemium": {
1441 "title": "",
1442 "resources": [
1443 "google/play/billing/index.html",
1444 "https://support.google.com/googleplay/android-developer/answer/4407611"
1445 ]
1446 },
1447 "distribute/monetize/subscriptions": {
1448 "title": "",
1449 "resources": [
1450 "google/play/billing/billing_subscriptions.html",
1451 "https://support.google.com/googleplay/android-developer/answer/4407611"
1452 ]
1453 },
1454 "distribute/monetize/ecommerce": {
1455 "title": "",
1456 "resources": [
1457 "https://developers.google.com/wallet/instant-buy/",
1458 "https://support.google.com/googleplay/android-developer/answer/4407611"
1459 ]
1460 },
1461 "distribute/monetize/advertising": {
1462 "title": "",
1463 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001464 "https://www.google.com/ads/admob/#subid=us-en-et-dac",
1465 "https://www.google.com/doubleclick/publishers/small-business/index.html",
1466 "https://support.google.com/googleplay/android-developer/topic/2985714",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001467 "training/monetization/ads-and-ux.html"
1468 ]
1469 },
Dirk Dougherty98794c02015-05-09 12:10:56 -07001470 "distribute/monetize/admob": {
1471 "title": "",
1472 "resources": [
1473 "https://support.google.com/admob/topic/2784623",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001474 "https://admob.blogspot.com/",
1475 "https://analyticsacademy.withgoogle.com/mobile-app",
Dirk Dougherty98794c02015-05-09 12:10:56 -07001476 ]
1477 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001478 "distribute/monetize/paymentmethods": {
1479 "title": "",
1480 "resources": [
1481 "https://play.google.com/about/giftcards/",
1482 "https://support.google.com/googleplay/answer/2651410"
1483 ]
1484 },
Luan Nguyen8662c042015-03-05 16:02:08 -08001485 "autolanding": {
1486 "title": "",
1487 "resources": [
1488 "auto/index.html",
1489 "design/auto/index.html",
1490 "training/auto/index.html"
1491 ]
1492 },
Dirk Doughertye1970f12014-11-01 21:40:32 -07001493 "tvlanding": {
1494 "title": "",
1495 "resources": [
1496 "tv/index.html",
1497 "design/tv/index.html",
1498 "training/tv/index.html"
1499 ]
1500 },
Luan Nguyencbd00322014-12-04 14:32:30 -08001501 "wearlanding": {
1502 "title": "",
1503 "resources": [
1504 "design/wear/index.html",
1505 "training/building-wearables.html",
1506 "training/wearables/ui/index.html"
1507 ]
1508 },
Quddus Chongc6aed462014-11-10 18:50:17 -08001509 "design/auto/auto_ui_guidelines": {
1510 "title": "",
1511 "resources": [
Luan Nguyen8662c042015-03-05 16:02:08 -08001512 "shareables/auto/AndroidAuto-audio-apps.pdf",
Quddus Chongc6aed462014-11-10 18:50:17 -08001513 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1514 "shareables/auto/AndroidAuto-custom-colors.pdf"
1515 ]
1516 },
Joe Fernandez66d14b52015-03-06 16:08:13 -08001517 "training/auto/overview": {
1518 "title": "",
1519 "resources": [
1520 "training/auto/start/index.html",
1521 "design/auto/index.html",
1522 "shareables/auto/AndroidAuto-custom-colors.pdf"
1523 ]
1524 },
1525 "training/auto/messaging": {
1526 "title": "",
1527 "resources": [
1528 "training/auto/messaging/index.html",
1529 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1530 "samples/MessagingService/index.html"
1531 ]
1532 },
1533 "training/auto/media": {
1534 "title": "",
1535 "resources": [
1536 "training/auto/audio/index.html",
1537 "shareables/auto/AndroidAuto-audio-apps.pdf",
1538 "samples/MediaBrowserService/index.html"
1539 ]
1540 },
1541 "training/auto/distribute": {
1542 "title": "",
1543 "resources": [
1544 "distribute/essentials/quality/auto.html",
1545 "distribute/googleplay/auto.html"
1546 ]
1547 },
Quddus Chonge3f6c812015-08-26 14:16:05 -07001548 "training/testing/overview": {
1549 "title": "",
1550 "resources": [
1551 "training/testing/start/index.html",
1552 "tools/testing/testing_android.html",
1553 "https://www.youtube.com/watch?v=vdasFFfXKOY"
1554 ]
1555 },
1556 "training/testing/tools": {
1557 "title": "",
1558 "resources": [
1559 "tools/testing-support-library/index.html",
1560 "tools/help/monkey.html",
1561 "tools/help/monkeyrunner_concepts.html",
1562 "tools/testing/testing_otheride.html",
1563 "https://source.android.com/devices/tech/debug/dumpsys.html"
1564 ]
1565 },
1566 "training/testing/techniques": {
1567 "title": "",
1568 "resources": [
1569 "training/testing/ui-testing/index.html",
1570 "training/testing/unit-testing/index.html",
1571 "training/testing/performance.html"
1572 ]
1573 },
1574 "training/testing/resources": {
1575 "title": "",
1576 "resources": [
1577 "https://github.com/googlesamples/android-testing",
1578 "https://www.youtube.com/watch?v=2I6fuD20qlY",
1579 "https://codelabs.developers.google.com/codelabs/android-testing/index.html",
1580 "https://github.com/googlesamples/android-testing-templates",
1581 "https://google.github.io/android-testing-support-library"
1582 ]
1583 },
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001584 "distribute/stories/games": {
1585 "title": "",
1586 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001587 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_Deerhunter2014_gpgs.pdf",
1588 "https://storage.googleapis.com/androiddevelopers/shareables/stories/ConcreteSoftware_PBABowling_gpgs.pdf",
1589 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Dragonplay_DragonplaySlots_gpgs.pdf",
1590 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Gameloft_Asphalt8_gpgs.pdf",
1591 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_EternityWarriors3_gpgs.pdf",
1592 "https://storage.googleapis.com/androiddevelopers/shareables/stories/HotheadGames_RivalsatWar_gpgs.pdf",
1593 "https://storage.googleapis.com/androiddevelopers/shareables/stories/TMSOFT_Compulsive_gpgs.pdf",
1594 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Noodlecake_SuperStickmanGolf2_gpgs.pdf",
1595 "https://storage.googleapis.com/androiddevelopers/shareables/stories/TinyRebel_DoctorWhoLegacy_gpgs.pdf",
1596 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Senri_LeosFortune_gpgs.pdf"
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001597 ]
Dirk Doughertya79acc02014-11-14 19:19:18 -08001598 },
1599 "overview/zhcn/1": {
1600 "title": "",
1601 "resources": [
1602 "intl/zh-cn/distribute/essentials/quality/core.html",
1603 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1604 "intl/zh-cn/distribute/tools/launch-checklist.html",
1605 "intl/zh-cn/tools/publishing/publishing_overview.html",
1606 "intl/zh-cn/distribute/tools/localization-checklist.html"
1607 ]
1608 },
1609 "overview/zhcn/2": {
1610 "title": "",
1611 "resources": [
1612 "intl/zh-cn/google/play/billing/index.html",
1613 "intl/zh-cn/google/play/billing/api.html",
1614 "intl/zh-cn/google/play/billing/billing_admin.html",
1615 "intl/zh-cn/google/play/billing/billing_testing.html",
1616 "intl/zh-cn/google/play/billing/billing_best_practices.html"
1617 ]
1618 },
1619 "overview/zhcn/3": {
1620 "title": "",
1621 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001622 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001623
1624 "intl/zh-cn/distribute/tools/promote/device-art.html",
1625 "intl/zh-cn/distribute/tools/promote/linking.html",
1626 "intl/zh-cn/distribute/tools/promote/brand.html",
1627 "intl/zh-cn/tools/help/proguard.html"
1628 ]
1629 },
1630 "overview/zhcn/4": {
1631 "title": "",
1632 "resources": [
1633 "intl/zh-cn/design/style/writing.html",
1634 "intl/zh-cn/training/basics/fragments/fragment-ui.html",
1635 "intl/zh-cn/training/multiscreen/index.html",
1636 "intl/zh-cn/training/monitoring-device-state/index.html"
1637 ]
1638 },
1639 "overview/carousel/zhcn": {
1640 "title": "",
1641 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001642 "https://www.youtube.com/watch?v=vGV7FHGzpFU",
1643 "https://www.youtube.com/watch?v=aqc3ZOTzpdk",
1644 "https://www.youtube.com/watch?v=jaNrJ8uyLSc"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001645 ]
1646 },
1647 "overview/1": {
1648 "title": "",
1649 "resources": [
1650 "distribute/essentials/quality/core.html",
1651 "distribute/essentials/quality/tablets.html",
1652 "distribute/tools/launch-checklist.html",
1653 "tools/publishing/publishing_overview.html",
1654 "distribute/tools/localization-checklist.html"
1655 ]
1656 },
1657 "overview/2": {
1658 "title": "",
1659 "resources": [
1660 "google/play/billing/index.html",
1661 "google/play/billing/api.html",
1662 "google/play/billing/billing_admin.html",
1663 "google/play/billing/billing_testing.html",
1664 "google/play/billing/billing_best_practices.html"
1665 ]
1666 },
1667 "overview/3": {
1668 "title": "",
1669 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001670 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001671 "distribute/tools/promote/device-art.html",
1672 "distribute/tools/promote/linking.html",
1673 "distribute/tools/promote/brand.html",
1674 "tools/help/proguard.html"
1675 ]
1676 },
1677 "overview/4": {
1678 "title": "",
1679 "resources": [
1680 "design/style/writing.html",
1681 "training/basics/fragments/fragment-ui.html",
1682 "training/multiscreen/index.html",
1683 "training/monitoring-device-state/index.html"
1684 ]
Joe Fernandez108ccac2015-02-19 23:56:07 -08001685 },
1686 "training/work/apps": {
1687 "title": "",
1688 "resources": [
1689 "training/enterprise/app-compatibility.html",
1690 "training/enterprise/app-restrictions.html",
Matt954d57d2016-02-17 21:22:47 -05001691 "training/enterprise/cosu.html",
Andrew Solovayc9adf2c2015-06-01 14:44:21 -07001692 "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
Joe Fernandez108ccac2015-02-19 23:56:07 -08001693 "samples/AppRestrictionSchema/index.html",
Matt954d57d2016-02-17 21:22:47 -05001694 "https://www.youtube.com/watch?v=dH41OutAMNM",
1695 "samples/AppRestrictionEnforcer/index.html"
Joe Fernandez108ccac2015-02-19 23:56:07 -08001696 ]
1697 },
1698 "training/work/admin": {
1699 "title": "",
1700 "resources": [
1701 "training/enterprise/work-policy-ctrl.html",
Andrew Solovay00ebd142015-06-24 11:56:56 -07001702 "samples/BasicManagedProfile/index.html",
1703 "https://www.youtube.com/watch?v=j3QC6hcpy90"
Joe Fernandez108ccac2015-02-19 23:56:07 -08001704 ]
Aleks Haecky881e72992015-04-23 13:17:19 -07001705 },
1706 "tools/performance/rendering": {
1707 "title": "",
1708 "resources": [
1709 "tools/performance/debug-gpu-overdraw/index.html",
1710 "tools/performance/profile-gpu-rendering/index.html",
1711 "tools/performance/hierarchy-viewer/setup.html",
1712 "tools/performance/hierarchy-viewer/index.html",
1713 "tools/performance/hierarchy-viewer/profiling.html"
1714 ]
1715 },
1716 "tools/performance/memory": {
1717 "title": "",
1718 "resources": [
1719 "tools/performance/memory-monitor/index.html",
1720 "tools/performance/heap-viewer/index.html",
1721 "tools/performance/allocation-tracker/index.html",
1722 "tools/performance/comparison.html"
1723 ]
1724 },
1725 "tools/performance/cpu": {
1726 "title": "",
1727 "resources": [
1728 "tools/performance/traceview/index.html",
1729 "tools/performance/systrace/index.html"
1730 ]
1731 },
1732 "tools/performance/battery": {
1733 "title": "",
1734 "resources": [
1735 "tools/performance/batterystats-battery-historian/index.html",
1736 "tools/performance/batterystats-battery-historian/charts.html"
1737 ]
Quddus Chong0f049722015-09-21 11:38:05 -07001738 },
1739 "marshmallow/landing/resources": {
1740 "title": "",
1741 "resources": [
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001742 "about/versions/marshmallow/android-6.0-changes.html",
Quddus Chong0f049722015-09-21 11:38:05 -07001743 "about/versions/marshmallow/android-6.0.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001744 "about/versions/marshmallow/samples.html"
Quddus Chong0f049722015-09-21 11:38:05 -07001745 ]
1746 },
Quddus Chong10a91472015-09-25 17:09:32 -07001747 "marshmallow/landing/videos": {
1748 "title": "",
1749 "resources": [
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001750 "https://youtu.be/U9tw5ypqEN0",
1751 "https://youtu.be/N72ksDKrX6c",
1752 "https://youtu.be/iZqDdvhTZj0",
Quddus Chong10a91472015-09-25 17:09:32 -07001753 "https://www.youtube.com/watch?v=vcSj8ln-BlE",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001754 "https://youtu.be/LQoohRwojmw",
1755 "https://www.youtube.com/watch?v=VOn7VrTRlA4",
1756 "https://youtu.be/5sCQjeGoE7M",
1757 "https://www.youtube.com/watch?v=C8lUdPVSzDk",
1758 "https://www.youtube.com/watch?v=HXacyy0HSW0",
Quddus Chong10a91472015-09-25 17:09:32 -07001759 "https://www.youtube.com/watch?v=OW1A4XFRuyc",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001760 "https://www.youtube.com/watch?v=j3QC6hcpy90",
Quddus Chong10a91472015-09-25 17:09:32 -07001761 "https://www.youtube.com/watch?v=f17qe9vZ8RM",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001762 "https://www.youtube.com/watch?v=ndBdf1_oOGA"
Quddus Chong10a91472015-09-25 17:09:32 -07001763 ]
1764 },
Quddus Chong0f049722015-09-21 11:38:05 -07001765 "marshmallow/landing/more": {
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001766 "title": "",
1767 "resources": [
Quddus Chong10a91472015-09-25 17:09:32 -07001768 "training/permissions/requesting.html",
1769 "training/backup/autosyncapi.html",
Quddus Chong1c7be2e2015-09-28 11:22:53 -07001770 "training/monitoring-device-state/doze-standby.html",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001771 "training/app-links/index.html",
1772 "training/articles/assistant.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001773 "training/testing/performance.html",
1774 "https://developers.google.com/android/nexus/images"
Quddus Chong0f049722015-09-21 11:38:05 -07001775 ]
1776 },
Andrew Solovayc9adf2c2015-06-01 14:44:21 -07001777}