Skip to content

Commit

Permalink
Add redirect for use in the policies UI (#17641)
Browse files Browse the repository at this point in the history
Currently the policies UI links directly to the docs, but going forward
we're adding redirects for pages linked to from the Fleet UI, to make it
easier to keep those links up-to-date.

Since we're making changes to the policies UI right now, updating this
one.
  • Loading branch information
rachaelshaw authored Mar 14, 2024
1 parent cf64d85 commit e6dbb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ module.exports.routes = {
'GET /learn-more-about/custom-os-settings': '/docs/using-fleet/mdm-custom-os-settings',
'GET /learn-more-about/enrolling-hosts': '/docs/using-fleet/adding-hosts',
'GET /learn-more-about/setup-assistant': '/docs/using-fleet/mdm-macos-setup-experience#macos-setup-assistant',
'GET /learn-more-about/policy-automations': '/docs/using-fleet/automations',

// Sitemap
// =============================================================================================================
Expand Down

0 comments on commit e6dbb66

Please sign in to comment.