diff options
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/jd_tag_helpers.js | 2 | ||||
| -rw-r--r-- | docs/html/training/app-indexing/index.jd | 8 | ||||
| -rw-r--r-- | docs/html/wear/index.jd | 5 |
3 files changed, 4 insertions, 11 deletions
diff --git a/docs/html/jd_tag_helpers.js b/docs/html/jd_tag_helpers.js index b0fe67a..7538e4d 100644 --- a/docs/html/jd_tag_helpers.js +++ b/docs/html/jd_tag_helpers.js @@ -64,6 +64,7 @@ function buildResourceLookupMap(resourceDict) { // Type lookups var ALL_RESOURCES_BY_TYPE = { + 'about': ABOUT_RESOURCES, 'design': DESIGN_RESOURCES, 'distribute': DISTRIBUTE_RESOURCES, 'google': GOOGLE_RESOURCES, @@ -79,6 +80,7 @@ var IS_RESOURCE_OF_TYPE = buildResourceLookupMap(ALL_RESOURCES_BY_TYPE); // Tag lookups var ALL_RESOURCES_BY_TAG = mergeMaps( + {map:ABOUT_BY_TAG,arr:ABOUT_RESOURCES}, {map:DESIGN_BY_TAG,arr:DESIGN_RESOURCES}, {map:DISTRIBUTE_BY_TAG,arr:DISTRIBUTE_RESOURCES}, {map:GOOGLE_BY_TAG,arr:GOOGLE_RESOURCES}, diff --git a/docs/html/training/app-indexing/index.jd b/docs/html/training/app-indexing/index.jd index cb4135f..7e7241b 100644 --- a/docs/html/training/app-indexing/index.jd +++ b/docs/html/training/app-indexing/index.jd @@ -59,14 +59,6 @@ in your app by adding intent filters in your app manifest.</li> </li> </ol> -<p class="note"><strong>Note: </strong> -Currently, the Google Search app indexing capability is restricted to -English-only Android apps from developers participating in the early adopter -program. You can sign up to be a participant by submitting the <a -href="https://docs.google.com/a/google.com/forms/d/1itcqPAQqggJ6e4m8aejWLM8Dc5O8P6qybgGbKCNxGV0/viewform" -class="external-link" target="_blank">App Indexing Expression of Interest</a> form. -</p> - <p>This class shows how to enable deep linking and indexing of your application content so that users can open this content directly from mobile search results.</p> diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index 1de09ee..829f73e 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -84,9 +84,8 @@ page.type=about <div class="landing-breakout cols"> <div class="col-3-wide"> - <div class="landing-inset-video-container"> - <img class="landing-bezel-only" src="{@docRoot}wear/images/screens/bezel.png" alt=""> - <img class="gif" src="{@docRoot}wear/images/screens/reservation_animated.gif"> + <div class="framed-wear-square" + <img src="{@docRoot}wear/images/screens/reservation_animated.gif"> </div> <p class="landing-small"> |
