mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Rename macOS MDM setup to Apple MDM setup (#34526)
Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
27bbebc122
commit
7aaf6b59b9
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# macOS MDM setup
|
||||
# Apple MDM setup
|
||||
|
||||
To turn on macOS, iOS, and iPadOS MDM features, follow the instructions on this page to connect Fleet to Apple Push Notification service (APNs).
|
||||
|
||||
|
|
@ -114,5 +114,5 @@ If a host is turned off due to user action or a low battery during the Setup Ass
|
|||
<meta name="authorGitHubUsername" value="zhumo">
|
||||
<meta name="authorFullName" value="Mo Zhu">
|
||||
<meta name="publishedOn" value="2024-07-02">
|
||||
<meta name="articleTitle" value="macOS MDM setup">
|
||||
<meta name="description" value="Learn how to turn on MDM features in Fleet.">
|
||||
<meta name="articleTitle" value="Apple MDM setup">
|
||||
<meta name="description" value="Learn how to turn on MDM features for Apple hosts in Fleet.">
|
||||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -835,6 +835,7 @@ module.exports.routes = {
|
|||
'GET /announcements/one-agent-fewer-tools-fewer-gaps': '/articles/one-agent-fewer-tools-fewer-gaps',
|
||||
'GET /announcements/i-work-in-operations-i-deployed-fleet-in-minutes': '/articles/i-work-in-operations-i-deployed-fleet-in-minutes',
|
||||
'GET /announcements/not-everything-runs-in-kubernete': '/articles/not-everything-runs-in-kubernete',
|
||||
'GET /guides/macos-mdm-setup': '/guides/apple-mdm-setup',
|
||||
|
||||
// ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗
|
||||
// ║║║║╚═╗║ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗ ┌┼─ ║║║ ║║║║║║║║ ║ ║╠═╣ ║║╚═╗
|
||||
|
|
|
|||
Loading…
Reference in a new issue