mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
c2df8703df
commit
6fd73c9881
1 changed files with 2 additions and 0 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -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
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue