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

am: 5c197a1513

* commit '5c197a1513a1a3b181977c6425a0f542d770a1bc':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: I1a49367d42f2d16e0b3c9c9f41bb844a00052490
This commit is contained in:
Andrew Solovay
2016-05-04 18:23:07 +00:00
committed by android-build-merger
11 changed files with 37 additions and 38 deletions

View File

@@ -1,3 +1,5 @@
# For information about this file's format, see
# https://developers.google.com/internal/publishing/redirects
redirects: redirects:
- from: /about/versions/index.html - from: /about/versions/index.html
to: /about/index.html to: /about/index.html
@@ -22,11 +24,11 @@ redirects:
- from: /tools/debugging/debugging-projects-cmdline.html - from: /tools/debugging/debugging-projects-cmdline.html
to: /studio/tools/debugging/index.html to: /studio/tools/debugging/index.html
- from: /sdk/compatibility-library.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 - 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 - 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 - from: /sdk/eclipse-adt.html
to: /studio/tools/sdk/eclipse-adt.html to: /studio/tools/sdk/eclipse-adt.html
- from: /sdk/RELEASENOTES.html - from: /sdk/RELEASENOTES.html
@@ -70,7 +72,7 @@ redirects:
- from: /tools/publishing/app-signing-eclipse.html - from: /tools/publishing/app-signing-eclipse.html
to: /studio/tools/help/adt.html to: /studio/tools/help/adt.html
- from: /tools/help/uiautomator/... - from: /tools/help/uiautomator/...
to: /go/libraries/testing-support-library/ to: /topic/libraries/testing-support-library/
- from: /tools/testing/testing_ui.html - from: /tools/testing/testing_ui.html
to: /training/testing/ui-testing/index.html to: /training/testing/ui-testing/index.html
- from: /tools/testing/activity_test.html - from: /tools/testing/activity_test.html
@@ -846,16 +848,16 @@ redirects:
- from: /downloads/ - from: /downloads/
to: https://commondatastorage.googleapis.com/androiddevelopers/ 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 - from: /tools/support-library
to: /go/libraries/support-library to: /topic/libraries/support-library
- from: /tools/data-binding/... - from: /tools/data-binding/...
to: /go/libraries/data-binding to: /topic/libraries/data-binding
- from: /tools/testing-support-library - from: /tools/testing-support-library
to: /go/libraries/testing-support-library to: /topic/libraries/testing-support-library
# GCM redirects # GCM redirects
- from: /reference/com/google/... - from: /reference/com/google/...

View File

@@ -1,17 +0,0 @@
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

View File

@@ -365,11 +365,8 @@ toc:
- title: App Install Location - title: App Install Location
path: /guide/topics/data/install-location.html path: /guide/topics/data/install-location.html
- title: Libraries - title: Libraries
path: /go/libraries/index.html path: /topic/libraries/index.html
section:
- include: /go/libraries/_book.yaml
- title: Administration - title: Administration
path: /guide/topics/admin/index.html path: /guide/topics/admin/index.html

View File

@@ -4535,12 +4535,12 @@ METADATA['en'].collections = {
"https://support.google.com/googleplay/answer/2651410" "https://support.google.com/googleplay/answer/2651410"
] ]
}, },
"go/libraries": { "topic/libraries": {
"title": "", "title": "",
"resources": [ "resources": [
"go/libraries/support-library/index.html", "topic/libraries/support-library/index.html",
"go/libraries/testing-support-library/index.html", "topic/libraries/testing-support-library/index.html",
"go/libraries/data-binding/index.html" "topic/libraries/data-binding/index.html"
] ]
}, },
"autolanding": { "autolanding": {

View File

@@ -0,0 +1,17 @@
toc:
- title: Support Library
path: /topic/libraries/support-library/index.html
section:
- title: Features
path: /topic/libraries/support-library/features.html
- title: Setup
path: /topic/libraries/support-library/setup.html
- title: Data Binding Library
path: /topic/libraries/data-binding/guide.html
- title: Testing Support Library
path: /topic/libraries/testing-support-library/index.html
section:
- title: API Reference
path: /reference/android/support/test/package-summary.html

View File

@@ -7,7 +7,7 @@ included with the Android Framework.</p>
<div class="dynamic-grid"> <div class="dynamic-grid">
<div class="resource-widget resource-flow-layout landing col-12" <div class="resource-widget resource-flow-layout landing col-12"
data-query="collection:go/libraries" data-query="collection:topic/libraries"
data-cardSizes="6x6" data-cardSizes="6x6"
data-maxResults="6"> data-maxResults="6">
</div> </div>

View File

@@ -34,11 +34,11 @@ page.title=Support Library Features
<h2>See also</h2> <h2>See also</h2>
<ol> <ol>
<li><a href="{@docRoot}go/libraries/support-library/index.html#revisions"> <li><a href="{@docRoot}topic/libraries/support-library/index.html#revisions">
Support Library Revisions</a></li> Support Library Revisions</a></li>
<li><a href="{@docRoot}go/libraries/support-library/setup.html"> <li><a href="{@docRoot}topic/libraries/support-library/setup.html">
Support Library Setup</a></li> Support Library Setup</a></li>
<li><a href="{@docRoot}go/libraries/testing-support-library/index.html"> <li><a href="{@docRoot}topic/libraries/testing-support-library/index.html">
Testing Support Library</a></li> Testing Support Library</a></li>
</ol> </ol>