diff options
| -rw-r--r-- | docs/html/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/preview/index.jd | 4 | ||||
| -rw-r--r-- | docs/html/wear/index.jd | 54 |
3 files changed, 3 insertions, 56 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index 606baf80e309..de2980ba9f10 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -1,6 +1,5 @@ fullpage=true page.viewport_width=970 -no_footer_links=true excludeFromSuggestions=true page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" /> diff --git a/docs/html/preview/index.jd b/docs/html/preview/index.jd index 0bcaf80c323d..e44e9f30a0d1 100644 --- a/docs/html/preview/index.jd +++ b/docs/html/preview/index.jd @@ -84,7 +84,7 @@ page.image={@docRoot}preview/images/hero.jpg material design, the new Google-wide standard. </p> <p class="landing-small"> - <a href="/preview/quantum/index.html">Learn about material</a> + <a href="/preview/material/index.html">Learn about material</a> </p> </div> <div class="col-4"> @@ -107,7 +107,7 @@ page.image={@docRoot}preview/images/hero.jpg how they look, and automatic syncing to non-handheld devices. </p> <p class="landing-small"> - <a href="/preview/api-overview#UI">Learn more</a> + <a href="/preview/api-overview.html#UI">Learn more</a> </p> </div> <div class="col-4"> diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index 05fd25088a7b..59d5506242a3 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -175,7 +175,7 @@ page.type=about for a hands-free experience. </p> <p class="landing-small"> - <a href="{@docRoot}training/wearables/apps/voice-actions.html/">Integrate voice actions</a> + <a href="{@docRoot}training/wearables/apps/voice-actions.html">Integrate voice actions</a> </p> </div> </div> @@ -183,58 +183,6 @@ page.type=about </div> <!-- end .wrap --> </div> <!-- end .landing-section --> -<!-- - - <div class="landing-section landing-white-background"> - <div class="wrap"> - <div class="landing-section-header"> - <div class="landing-h2">Building an Ecosystem</div> - <div class="landing-body landing-align-center"> - <p class="landing-small"> - We’re working with several partners to bring you watches powered by Android Wear later this year! - </p> - </div> - </div> - - <div class="landing-partners cols"> - <div class="col-4"> - <img src="/wear/images/partners/asus.png" alt="Asus"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/broadcom.png" alt="Broadcom"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/fossil.png" alt="Fossil"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/htc.png" alt="HTC"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/intel.png" alt="Intel"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/lg.png" alt="LG"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/mediatek.png" alt="Mediatek"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/mips.png" alt="MIPS"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/motorola.png" alt="Motorola"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/qualcomm.png" alt="Qualcomm"> - </div> - <div class="col-4"> - <img src="/wear/images/partners/samsung.png" alt="Samsung"> - </div> - </div> - </div> <!-- end .wrap - - </div> <!-- end .landing-section --> - <div class="landing-section landing-red-background"> <div class="wrap"> <div class="landing-section-header"> |