mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
parent
62d861ac58
commit
2f5107c725
2 changed files with 2 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ const Secrets = () => {
|
|||
<span>
|
||||
Profiles can also use any of Fleet’s{" "}
|
||||
<CustomLink
|
||||
url="https://fleetdm.com/docs/configuration/yaml-files#macos-settings-and-windows-settings"
|
||||
url="https://fleetdm.com/learn-more-about/built-in-variables"
|
||||
text="built-in variables"
|
||||
newTab
|
||||
/>
|
||||
|
|
|
|||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -985,6 +985,7 @@ module.exports.routes = {
|
|||
'GET /learn-more-about/manual-enrollment-profile': '/docs/rest-api/rest-api#get-manual-enrollment-profile',
|
||||
'GET /learn-more-about/setup-experience/install-software': '/guides/macos-setup-experience#install-software',
|
||||
'GET /learn-more-about/setup-experience/run-script': '/guides/macos-setup-experience#run-script',
|
||||
'GET /learn-more-about/built-in-variables': '/docs/configuration/yaml-files#variables',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue