mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Add redirection for org logo sizes (#30506)
Related to: - #30093 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a new route for organization logo size information, redirecting users to the relevant documentation section. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
d771f846bd
commit
ca7300fbbd
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -936,6 +936,7 @@ module.exports.routes = {
|
|||
'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',
|
||||
'GET /learn-more-about/organization-logo-size': '/docs/configuration/yaml-files#org-info',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue