mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Docs image replacement
https://github.com/fleetdm/fleet/pull/2071 (removing hardcoded widths on images) undoes what we previously did for making smaller images look good at <990px breakpoints. Only current examples of these smaller images are on this page in the docs, although there are a couple of instances in the handbook. So I propose that we only crop images that will work at full container width sizes. With that in mind I have replaced one of the affected images on this page.
This commit is contained in:
parent
404ae820c9
commit
f9d9dbca7d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ To add your own device to Fleet, you'll first need to install the osquery agent.
|
|||
|
||||
> Take note on where your new Orbit directory is located on you device. Knowing this will be helpful when building the Orbit package in step 3.
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/78363703/130035034-7363ebe1-f89b-42af-9e88-24db867e8047.png" alt="Clone Orbit repository"/>
|
||||
<img src="https://user-images.githubusercontent.com/78363703/133367260-d78d1e11-b8a9-4c36-a39b-b11b2f4d1197.png" alt="Clone Orbit repository"/>
|
||||
|
||||
2. In Fleet UI's Host page, hit the "Add new host" button, and copy your Fleet enroll secret (you'll need this in the next step.)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue