Website: add temporary redirect for Android MDM learn more link. (#27295)

Related to: https://github.com/fleetdm/fleet/issues/27290


Changes:
- Added a temporary redirect for the "Learn more" link on the Android
enterprise setup page.
This commit is contained in:
Eric 2025-03-19 12:50:45 -05:00 committed by GitHub
parent c2df8703df
commit 6fd73c9881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -879,6 +879,8 @@ module.exports.routes = {
'GET /learn-more-about/certificates-query': '/tables/certificates',
'GET /learn-more-about/gitops': 'https://github.com/fleetdm/fleet-gitops/',
'GET /learn-more-about/unsigning-configuration-profiles': 'https://fleetdm.com/guides/custom-os-settings#enforce-os-settings',
// FUTURE: update the temporary redirect below to go to the documentation for connecting Android enterprise
'GET /learn-more-about/how-to-connect-android-enterprise': (req,res)=> { return res.redirect(302, '/contact');},
// Sitemap
// =============================================================================================================