mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Adding redirect to teach users how to use YAML for software management (#28545)
Adding an anchor link as I imagine that the guide will encompass a lot of different things and want to link users in tihs instance to the software info. For #28110 --------- Co-authored-by: Ian Littman <iansltx@gmail.com>
This commit is contained in:
parent
4b5f8de637
commit
d403755b59
1 changed files with 4 additions and 0 deletions
4
website/config/routes.js
vendored
4
website/config/routes.js
vendored
|
|
@ -820,6 +820,10 @@ module.exports.routes = {
|
|||
// =============================================================================================================
|
||||
// Redirects for external links from the Fleet UI & CLI, including to fleetdm.com and to external websites not
|
||||
// maintained by Fleet. These help avoid broken links by reducing surface area of links to maintain in the UI.
|
||||
|
||||
'GET /learn-more-about/yaml-software': 'https://fleetdm.com/docs/configuration/yaml-files#software',
|
||||
'GET /learn-more-about/yaml-packages': 'https://fleetdm.com/docs/configuration/yaml-files#packages',
|
||||
'GET /learn-more-about/yaml-fleet-maintained-apps': 'https://fleetdm.com/docs/configuration/yaml-files#fleet-maintained-apps',
|
||||
'GET /learn-more-about/uninstalling-windows-software': 'https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98',
|
||||
'GET /learn-more-about/tarball-archives': 'https://fleetdm.com/guides/deploy-software-packages',
|
||||
'GET /learn-more-about/reinstall-software': '/guides/automatic-software-install-in-fleet#templates-for-policy-queries',
|
||||
|
|
|
|||
Loading…
Reference in a new issue