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

Commit 7877f69d authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Moving library docs out of /tools/

The /tools/ top-level directory is going away when we move to devsite
(and the Android Studio docs get their own home) so I'm moving the
non-AS docs out of there. Also adding redirects (and fixing redirects
that pointed to the old locations).

For the time being, I'm also adding these libraries in to the
"API Guides" TOC, just so they're discoverable from somewhere; I'm
expecting this to change post-redesign.

See first comment for doc stage location.

bug: 28270787
Change-Id: I07488251384fbd22d2512a797793cf98654f54e7
parent a872460f
Loading
Loading
Loading
Loading
+15 −6
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ redirects:
- from: /tools/debugging/debugging-projects-cmdline.html
  to: /tools/debugging/index.html
- from: /sdk/compatibility-library.html
  to: /tools/support-library/index.html
  to: /go/libraries/support-library/index.html
- from: /tools/extras/support-library.html
  to: /tools/support-library/index.html
  to: /go/libraries/support-library/index.html
- from: /training/basics/fragments/support-lib.html
  to: /tools/support-library/setup.html
  to: /go/libraries/support-library/setup.html
- from: /sdk/eclipse-adt.html
  to: /tools/sdk/eclipse-adt.html
- from: /sdk/RELEASENOTES.html
@@ -72,13 +72,11 @@ redirects:
- from: /tools/publishing/app-signing-eclipse.html
  to: /tools/help/adt.html
- from: /tools/help/uiautomator/.*
  to: /tools/testing-support-library/index.html
  to: /go/libraries/testing-support/library/
- from: /tools/testing/testing_ui.html
  to: /training/testing/ui-testing/index.html
- from: /tools/testing/activity_test.html
  to: /training/testing/ui-testing/index.html
- from: /tools/data-binding/index.html
  to: /tools/data-binding/guide.html
- from: /tools/testing/what_to_test.html
  to: /distribute/essentials/quality/core.html
- from: /tools/testing/testing_accessibility.html
@@ -725,3 +723,14 @@ redirects:
  to: https://commondatastorage.googleapis.com/androiddevelopers/shareables/
- from: /downloads/
  to: https://commondatastorage.googleapis.com/androiddevelopers/

# Redirects for the new go/libraries/ area

- from: /tools/support-library
  to: /go/libraries/support-library

- from: /tools/data-binding/...
  to: /go/libraries/data-binding

- from: /tools/testing-support-library
  to: /go/libraries/testing-support-library
+17 −0
Original line number Diff line number Diff line
toc:
- title: Support Library
  path: /tools/support-library/index.html
  section:
  - title: Features
    path: /tools/support-library/features.html
  - title: Setup
    path: /tools/support-library/setup.html

- title: Data Binding Library
  path: /tools/data-binding/guide.html

- title: Testing Support Library
  path: /tools/testing-support-library/index.html
  section:
  - title: API Reference
    path: /reference/android/support/test/package-summary.html
+2 −1
Original line number Diff line number Diff line
page.title=Data Binding Guide
page.title=Data Binding Library
page.metaDescription=The Data Binding Library enables you to write declarative layouts.
page.tags="databinding", "layouts"
@jd:body

+14 −0
Original line number Diff line number Diff line
page.title=Android Libraries

@jd:body

<p>This section describes several useful Android libraries that are not
included with the Android Framework.</p>

<div class="dynamic-grid">
  <div class="resource-widget resource-flow-layout landing col-12"
    data-query="collection:go/libraries"
    data-cardSizes="6x6"
    data-maxResults="6">
  </div>
</div>
+3 −3
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@ page.title=Support Library Features

    <h2>See also</h2>
    <ol>
      <li><a href="{@docRoot}tools/support-library/index.html#revisions">
      <li><a href="{@docRoot}go/libraries/support-library/index.html#revisions">
        Support Library Revisions</a></li>
      <li><a href="{@docRoot}tools/support-library/setup.html">
      <li><a href="{@docRoot}go/libraries/support-library/setup.html">
        Support Library Setup</a></li>
      <li><a href="{@docRoot}tools/testing-support-library/index.html">
      <li><a href="{@docRoot}go/libraries/testing-support-library/index.html">
        Testing Support Library</a></li>
    </ol>

Loading