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

Commit 87844a5a authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs...

Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 6006856b am: 5c197a15 am: 99dfd4c9 am: a75f0155
am: 270d36cc

* commit '270d36cc':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: I9e050260517f325f121e2d8915597e8bf9d0d5ed
parents 515227f5 270d36cc
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
# For information about this file's format, see
# https://developers.google.com/internal/publishing/redirects
redirects:
- from: /about/versions/index.html
  to: /about/index.html
@@ -22,11 +24,11 @@ redirects:
- from: /tools/debugging/debugging-projects-cmdline.html
  to: /studio/tools/debugging/index.html
- from: /sdk/compatibility-library.html
  to: /go/libraries/support-library/index.html
  to: /topic/libraries/support-library/index.html
- from: /tools/extras/support-library.html
  to: /go/libraries/support-library/index.html
  to: /topic/libraries/support-library/index.html
- from: /training/basics/fragments/support-lib.html
  to: /go/libraries/support-library/setup.html
  to: /topic/libraries/support-library/setup.html
- from: /sdk/eclipse-adt.html
  to: /studio/tools/sdk/eclipse-adt.html
- from: /sdk/RELEASENOTES.html
@@ -70,7 +72,7 @@ redirects:
- from: /tools/publishing/app-signing-eclipse.html
  to: /studio/tools/help/adt.html
- from: /tools/help/uiautomator/...
  to: /go/libraries/testing-support-library/
  to: /topic/libraries/testing-support-library/
- from: /tools/testing/testing_ui.html
  to: /training/testing/ui-testing/index.html
- from: /tools/testing/activity_test.html
@@ -846,16 +848,16 @@ redirects:
- from: /downloads/
  to: https://commondatastorage.googleapis.com/androiddevelopers/

# Redirects for the new go/libraries/ area
# Redirects for the new [dac]/topic/libraries/ area

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

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

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

# GCM redirects
- from: /reference/com/google/...
+1 −4
Original line number Diff line number Diff line
@@ -365,11 +365,8 @@ toc:
  - title: App Install Location
    path: /guide/topics/data/install-location.html


- title: Libraries
  path: /go/libraries/index.html
  section:
  - include: /go/libraries/_book.yaml
  path: /topic/libraries/index.html

- title: Administration
  path: /guide/topics/admin/index.html
+5 −5
Original line number Diff line number Diff line
@@ -4535,12 +4535,12 @@ METADATA['en'].collections = {
      "https://support.google.com/googleplay/answer/2651410"
    ]
  },
  "go/libraries": {
  "topic/libraries": {
    "title": "",
    "resources": [
      "go/libraries/support-library/index.html",
      "go/libraries/testing-support-library/index.html",
      "go/libraries/data-binding/index.html"
      "topic/libraries/support-library/index.html",
      "topic/libraries/testing-support-library/index.html",
      "topic/libraries/data-binding/index.html"
    ]
  },
  "autolanding": {
+17 −0
Original line number Diff line number Diff line
toc:
- title: Support Library
  path: /tools/support-library/index.html
  path: /topic/libraries/support-library/index.html
  section:
  - title: Features
    path: /tools/support-library/features.html
    path: /topic/libraries/support-library/features.html
  - title: Setup
    path: /tools/support-library/setup.html
    path: /topic/libraries/support-library/setup.html

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

- title: Testing Support Library
  path: /tools/testing-support-library/index.html
  path: /topic/libraries/testing-support-library/index.html
  section:
  - title: API Reference
    path: /reference/android/support/test/package-summary.html
Loading