diff options
author | Scott Main <smain@google.com> | 2013-06-06 12:56:56 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-06 12:56:56 -0700 |
commit | f05723350bc48c0a77485e4ef15396e5987077da (patch) | |
tree | 83029a44de91b14459b2dab79cb84631564b60f0 | |
parent | 29ee561d2d525cd7f0c7bf5864fbe22680df03f3 (diff) | |
parent | c0b998d295b509349f21bd12ab2e5ca34576ea8e (diff) | |
download | frameworks_base-f05723350bc48c0a77485e4ef15396e5987077da.zip frameworks_base-f05723350bc48c0a77485e4ef15396e5987077da.tar.gz frameworks_base-f05723350bc48c0a77485e4ef15396e5987077da.tar.bz2 |
am c0b998d2: am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
* commit 'c0b998d295b509349f21bd12ab2e5ca34576ea8e':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
-rw-r--r-- | docs/html/_redirects.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index a147350..27cedcb 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -219,6 +219,21 @@ redirects: - from: /guide/tutorials/... to: /resources/tutorials/... +# move ui docs to design + +- from: /guide/practices/ui_guidelines/index.html + to: /design/index.html + +- from: /guide/practices/ui_guidelines/icon_design.* + to: /design/style/iconography.html + +- from: /guide/practices/ui_guidelines/activity_task_design.html + to: /design/patterns/app-structure.html + +- from: /guide/practices/ui_guidelines/menu_design.html + to: /design/patterns/actionbar.html + + # ------------------- RESOURCES ------------------- - from: /resources/dashboard/... |