mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Add redirect for use in CLI (#16622)
Add redirect for a "more info" link printed to the CLI (so if the docs URL changes, we don't need to update it in the product as well). For https://github.com/fleetdm/fleet/issues/16382 (subtask of #9949)
This commit is contained in:
parent
b3452a67a7
commit
acd8d91350
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
@ -510,6 +510,7 @@ module.exports.routes = {
|
||||
'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366',
|
||||
'GET /learn-more-about/just-in-time-provisioning': 'https://fleetdm.com/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning',
|
||||
'GET /sign-in-to/microsoft-automatic-enrollment-tool': 'https://portal.azure.com',
|
||||
'GET /learn-more-about/enrolling-hosts': '/docs/using-fleet/adding-hosts',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user