mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Handbook: Tweaks to messaging (#15684)
Mike T, I did not update the messaging framework yet doc. (want to get your feedback first)
This commit is contained in:
parent
abaeeac697
commit
b49008bb30
7
website/views/pages/fleet-mdm.ejs
vendored
7
website/views/pages/fleet-mdm.ejs
vendored
@ -48,8 +48,9 @@
|
||||
<h3>Convention over configuration</h3>
|
||||
<p>Configure your users' computers with sensible defaults, or customize every traditional MDM feature exactly how you want it with Fleet's API, CLI, and webhooks.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Set up and verify ongoing compliance with CIS standards (one click, 400+ queries, supported by Fleet)</p>
|
||||
<p>Tasked with zero trust? Use sensible, enterprise-ready device health checks from the community</p>
|
||||
<p>Migrate devices quickly with out-of-the-box features, or control every detail using a modern REST API</p>
|
||||
<p>Tasked with zero trust? Use sensible, enterprise-ready device health checks from the community, or build your own</p>
|
||||
<p>Set up and verify ongoing compliance with CIS standards (one click, 400+ queries, supported by Fleet), or pick and choose baselines for different environments</p>
|
||||
<p>Use default workflows for employee offboarding, or run any low-level MDM command</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -75,7 +76,7 @@
|
||||
</div>
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h3>ClickOps or DevOps</h3>
|
||||
<p>Manage your IT infrastructure in any browser or use git to make infrastructure changes as code. You can use the CLI or API to automate the deployment, configuration, and monitoring of your devices.</p>
|
||||
<p>Manage your IT infrastructure in any browser, or use git to make changes using your existing <a href="https://fleetdm.com/handbook/company/why-this-way#why-direct-responsibility">approval processes</a> and audit trail.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
2
website/views/pages/homepage.ejs
vendored
2
website/views/pages/homepage.ejs
vendored
@ -108,7 +108,7 @@
|
||||
<div purpose="platform-block" class="d-flex flex-lg-row flex-column justify-content-between mx-auto align-items-lg-center align-items-start" :class="[selectedCategory === 'device-management' ? 'show' : 'hidden']">
|
||||
<div purpose="category-text-block" class="d-flex flex-column">
|
||||
<h3>Manage devices like code</h3>
|
||||
<p>Automate the management of your fleet of devices with increased visibility and control, improved stability, all while automating configuration deployments using GitOps.</p>
|
||||
<p>Manage your IT infrastructure in any browser, or use git to make changes using your existing approval processes and audit trail.</p>
|
||||
<a purpose="animated-arrow-button-red" class="text-nowrap" href="/device-management">More about device management</a>
|
||||
</div>
|
||||
<div purpose="category-image">
|
||||
|
Loading…
Reference in New Issue
Block a user