diff options
| author | Scott Main <smain@google.com> | 2012-10-16 11:41:19 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-10-16 11:41:19 -0700 |
| commit | 487869a86bae6246b51cee91bc4ceb543d23b317 (patch) | |
| tree | c07b0d4bd90aa2f499844945b18b9ee304c97dd4 | |
| parent | d6308897c00e55fe1f56c9a513c15445342518b7 (diff) | |
| parent | 05bca821e1c401bbd9dacb200aa0e6a2759c3478 (diff) | |
am 05bca821: am ec54ca15: add redirect from nofification summary page to Notifications doc because this navigation is now flat so each doc is visible in side nav at top
* commit '05bca821e1c401bbd9dacb200aa0e6a2759c3478':
add redirect from nofification summary page to Notifications doc because this navigation is now flat so each doc is visible in side nav at top
| -rw-r--r-- | scripts/app_engine_server/redirects.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/app_engine_server/redirects.yaml b/scripts/app_engine_server/redirects.yaml index a6e72b514..42eb524a3 100644 --- a/scripts/app_engine_server/redirects.yaml +++ b/scripts/app_engine_server/redirects.yaml @@ -175,6 +175,11 @@ redirects: type: permanent comment: Redirect to new location +- src: /guide/topics/ui/notifiers/index.html + dst: /guide/topics/ui/notifiers/notifications.html + type: permanent + comment: Flatten side nav to make Notifications and Toasts separate + # new one - src: /guide/topics/wireless/ dst: /guide/topics/connectivity/ |
