diff options
author | Scott Main <smain@google.com> | 2013-06-06 12:51:53 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-06 12:51:53 -0700 |
commit | 865047f80c04a2c539d6d5052fca5436dcb7e0e3 (patch) | |
tree | d7a68a6ad23b6f9756d72a1f243ec691ccaca8fa /docs | |
parent | b4825b0e55b71ff0aca96a560802f3355e3db5a7 (diff) | |
parent | 6e3c1222f06bf5b3be271a06e32d371c68fafb0e (diff) | |
download | frameworks_base-865047f80c04a2c539d6d5052fca5436dcb7e0e3.zip frameworks_base-865047f80c04a2c539d6d5052fca5436dcb7e0e3.tar.gz frameworks_base-865047f80c04a2c539d6d5052fca5436dcb7e0e3.tar.bz2 |
am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
* commit '6e3c1222f06bf5b3be271a06e32d371c68fafb0e':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
Diffstat (limited to 'docs')
-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/... |