From 6b1a98d5cb1528fd1c597bb135175f0ba654c277 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:20:29 -0400 Subject: [PATCH] Fleet UI redirect (#30287) For the following user story: - #30095 New section in the docs is part of this PR here: https://github.com/fleetdm/fleet/pull/30254/files#diff-b71104232d8fbaaf4bd537065533cbf39ec5f9bf028ec1d8083346953ed5178dR450 --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index f6756338f0..5d83e7614f 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -922,6 +922,7 @@ module.exports.routes = { 'GET /learn-more-about/macos-distribution-packages': 'https://scriptingosx.com/2017/09/on-distribution-packages/', 'GET /learn-more-about/self-service-software': '/guides/software-self-service', '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', // Sitemap // =============================================================================================================