diff options
| author | Scott Main <smain@google.com> | 2013-06-06 12:33:08 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2013-06-06 12:44:16 -0700 |
| commit | 2f55af55fca237b8d675dbe5b1b7da1821d630fc (patch) | |
| tree | 1c33ca8c4cbf5550f9326439a924ae72f8cb7b88 /docs/html | |
| parent | 2d312a987aa768c148c16742d6ad622279fb6e42 (diff) | |
| download | frameworks_base-2f55af55fca237b8d675dbe5b1b7da1821d630fc.zip frameworks_base-2f55af55fca237b8d675dbe5b1b7da1821d630fc.tar.gz frameworks_base-2f55af55fca237b8d675dbe5b1b7da1821d630fc.tar.bz2 | |
add redirects for UI guideline docs,
as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
Change-Id: I81edd9e30e8d522adb185c8dab8d303577ef6f01
Diffstat (limited to 'docs/html')
| -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/... |
