mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: add missing redirect (#30539)
We were still missing `/learn-more-about/conditional-access` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a new shortcut URL (/learn-more-about/conditional-access) that directs users to the Entra Conditional Access Integration guide. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
536db91fd1
commit
ac72d6c38f
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -935,6 +935,7 @@ module.exports.routes = {
|
|||
'GET /learn-more-about/request-hydrant-certificate': '/docs/rest-api#request-certificate',
|
||||
'GET /learn-more-about/yaml-software-setup-experience': '/docs/configuration/yaml-files#self-service-labels-categories-and-setup-experience',
|
||||
'GET /learn-more-about/microsoft-compliance-partner': '/guides/entra-conditional-access-integration',
|
||||
'GET /learn-more-about/conditional-access': '/guides/entra-conditional-access-integration',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue