Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a514c2d authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android (Google) Code Review
Browse files

Merge "Doc change: update logo for samples, several edits." into mnc-preview-docs

parents 3c542d4f ae70b698
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ footer.hide=1
  <div class="wrap">
    <div class="cols dac-hero-content">
      <div class="col-1of2 col-push-1of2 dac-hero-figure">
        <img class="dac-hero-image" src="/images/google/hero-play-services_2x.png" style="height:400px">
        <img class="dac-hero-image" src="{@docRoot}images/google/hero-play-services_2x.png" style="height:400px">
      </div>
      <div class="col-1of2 col-pull-1of2">
        <h1 class="dac-hero-title">Build better apps with Google</h1>
@@ -21,11 +21,11 @@ footer.hide=1
          <p class="dac-hero-description">Start by setting up the Google Play services library,
          then build with the APIs you need. </p>

        <a class="dac-hero-cta" href="https://developers.google.com/android/guides/">
        <a class="dac-hero-cta" href="{@docRoot}google/play-services/index.html">
          <span class="dac-sprite dac-auto-chevron"></span>
          Set up Google Play services
        </a><br>
        <a class="dac-hero-cta" href="https://developers.google.com/android/reference/">
        <a class="dac-hero-cta" href="{@docRoot}reference/gms-packages.html">
          <span class="dac-sprite dac-auto-chevron"></span>
          API Reference
        </a><br>
+3.44 KiB (99.4 KiB)
Loading image diff...
+62.4 KiB
Loading image diff...
+3 −3
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ var RESOURCE_COLLECTIONS = {
      "https://developers.google.com/maps/documentation/android/",
      "https://developers.google.com/identity/sign-in/android/",
      "https://developers.google.com/mobile-ads-sdk/download",
      "https://developers.google.com/gcm/android/",
      "https://devsite.googleplex.com/cloud-messaging/gcm",
      "https://developers.google.com/app-indexing/"
    ]
  },
@@ -151,7 +151,7 @@ var RESOURCE_COLLECTIONS = {
      "https://www.udacity.com/course/ux-design-for-mobile-developers--ud849",
      "https://www.udacity.com/course/developing-android-apps--ud853",
      "https://www.udacity.com/course/android-performance--ud825",
      "https://www.udacity.com/android-nanodegree",
      "https://www.udacity.com/android",
      "https://www.udacity.com/course/advanced-android-app-development--ud855",
      "https://www.udacity.com/course/android-ubiquitous-computing--ud875",
      "https://www.udacity.com/course/google-play-services--ud876",
@@ -974,7 +974,7 @@ var RESOURCE_COLLECTIONS = {
  "distribute/engage/gcm": {
    "title": "",
    "resources": [
      "google/gcm/index.html",
      "https://devsite.googleplex.com/cloud-messaging/gcm",
      "http://developer.chrome.com/apps/cloudMessagingV2",
      "http://www.youtube.com/watch?v=y76rjidm8cU"
    ]
+14 −3
Original line number Diff line number Diff line
@@ -132,11 +132,22 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([
    "image":"images/cards/card-places_2x.png",
    "type":"Guide"
  },
  {
    "title":"GCM Client for Android",
    "titleFriendly":"",
    "summary":"Send push notifications and pubsub from your server to Android devices around the world.",
    "url":"https://developers.google.com/cloud-messaging/android/client",
    "group":"",
    "keywords": ["push","gcm"],
    "tags": [],
    "image":"images/cards/card-google-cloud-messaging_16-9_2x.png",
    "type":"Guide"
  },
  {
    "title":"Google Cloud Messaging",
    "titleFriendly":"",
    "summary":"Send push notifications and pubsub from your server to your users’ devices around the world.",
    "url":"https://developers.google.com/gcm/android/",
    "summary":"Learn about GCM and the kinds of services you can offer to users through push notifications",
    "url":"https://developers.google.com/cloud-messaging/gcm",
    "group":"",
    "keywords": ["push","gcm"],
    "tags": [],
Loading