diff options
author | Dirk Dougherty <ddougherty@google.com> | 2015-04-18 23:11:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-18 23:11:42 +0000 |
commit | ff233af75f2201c2724f8b388c39d3abeb8c6a2e (patch) | |
tree | ae4061f8e3914985e15fddb6129320d104c178cd /docs/html | |
parent | 1fcc6bd854f6e152cf8796a4a70965e350c3bdcf (diff) | |
parent | 1792ec17b8a352a2469e2136c6ea9bb34d99b282 (diff) | |
download | frameworks_base-ff233af75f2201c2724f8b388c39d3abeb8c6a2e.zip frameworks_base-ff233af75f2201c2724f8b388c39d3abeb8c6a2e.tar.gz frameworks_base-ff233af75f2201c2724f8b388c39d3abeb8c6a2e.tar.bz2 |
Merge "Doc change: distribute landing page." into lmp-docs
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/distribute/index.jd | 15 | ||||
-rw-r--r-- | docs/html/jd_collections.js | 25 |
2 files changed, 23 insertions, 17 deletions
diff --git a/docs/html/distribute/index.jd b/docs/html/distribute/index.jd index da960ce..d0ea661 100644 --- a/docs/html/distribute/index.jd +++ b/docs/html/distribute/index.jd @@ -7,15 +7,20 @@ page.metaDescription=The most visited store in the world for Android apps. Cloud @jd:body - <div class="resource-widget resource-carousel-layout col-16" + <div class="resource-widget resource-carousel-layout col-16" style="height:420px;margin-top:20px;padding-top:0" - data-query="type:youtube+tag:googleplay+tag:developerstory+tag:featured, type:blog+tag:googleplay+tag:distribute+tag:featured" + data-query="type:youtube+tag:googleplay+tag:developerstory+tag:featured" data-sortOdrder="-timestamp" data-maxResults="4"></div> - + + <div class="resource-widget resource-flow-layout col-16" + data-query="type:blog+tag:googleplay+tag:distribute+tag:featured" + data-sortOrder="" + data-cardSizes="9x6" + data-maxResults="2"></div> + <div class="resource-widget resource-flow-layout col-16" data-query="collection:launch/static" data-sortOrder="" - data-cardSizes="6x6,6x6,6x2x3,12x6,6x6,6x2x3,6x6,6x6,12x6,6x6" + data-cardSizes="6x2x3,6x6,6x6,6x6,6x6,6x2x3,6x2x3,6x6,6x6,6x6,6x6,6x6" data-maxResults="24"></div> - diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index 99b9dd1..6a168a4 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -40,20 +40,21 @@ var RESOURCE_COLLECTIONS = { "launch/static": { "title": "", "resources": [ - "http://www.youtube.com/watch?v=1RIz-cmTQB4", - "http://www.youtube.com/watch?v=MVBMWDzyHAI", - "http://android-developers.blogspot.com/2013/11/app-translation-service-now-available.html", - "http://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html", - "http://android-developers.blogspot.com/2013/11/bring-your-apps-into-classroom-with.html", - "distribute/essentials/quality/tablets.html", - "distribute/users/build-buzz.html", - "distribute/monetize/premium.html", + "distribute/googleplay/about.html", + "distribute/googleplay/guide.html", + "about/versions/lollipop.html", + "distribute/googleplay/wear.html", + "distribute/googleplay/tv.html", + "distribute/googleplay/edu/about.html", + "distribute/googleplay/families/about.html", + "distribute/monetize/subscriptions.html", "distribute/monetize/freemium.html", "distribute/monetize/ads.html", - "distribute/essentials/best-practices/apps.html", - "distribute/essentials/best-practices/games.html", - "distribute/users/know-your-user.html", - "distribute/googleplay/developer-console.html" + "distribute/users/promote-with-ads.html", + "distribute/engage/deep-linking.html", + "distribute/engage/game-services.html", + "distribute/essentials/optimizing-your-app.html", + "distribute/engage/easy-signin.html", ] }, "launch/static/ja": { |