From 7e22e9f8115167d52307558ffe8d4730ae2e5ebc Mon Sep 17 00:00:00 2001 From: LeAnn <97471894+Leanngove@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:34:48 -0700 Subject: [PATCH] Add route for manual sync guide (#50693) **Related issue:** #50001 ## Summary by CodeRabbit * **New Features** * Added a redirect from the Android manual sync learn-more page to the updated setup guide. --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index dae6aa29f9..b1f263e90c 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -1381,7 +1381,7 @@ module.exports.routes = { 'GET /learn-more-about/software-update-status': 'https://developers.google.com/android/management/reference/rest/v1/enterprises.devices#SystemUpdateInfo', 'GET /learn-more-about/linux-disk-encryption': '/guides/enforce-disk-encryption#enforce-disk-encryption-on-linux', 'GET /learn-more-about/removal-behavior': '/guides/custom-os-settings#removal-behavior', - + 'GET /learn-more-about/android-manual-sync': '/guides/how-to-manually-sync-an-android-device', // Sitemap // =============================================================================================================