mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 22:08:41 +00:00
I was just browsing around and saw the concept of product group guides is gone, so just cleaning up some old links
29 lines
No EOL
1.5 KiB
Markdown
29 lines
No EOL
1.5 KiB
Markdown
# Fleet development guides
|
|
|
|
This directory contains guides for common development tasks in Fleet.
|
|
|
|
## General guides
|
|
|
|
- [Seeding Data](seeding-data.md) - Guide for seeding data in Fleet
|
|
- [Committing Changes](committing-changes.md) - Guide for committing changes to Fleet
|
|
- [Fleetctl Apply](cli/fleetctl-apply.md) - Guide for using fleetctl apply
|
|
- [Simulate Slow Network](simulate-slow-network.md) - Guide for simulating a slow network
|
|
- [Troubleshooting Live Queries](troubleshooting-live-queries.md) - Guide for troubleshooting live queries
|
|
- [Enroll hosts with plain osquery](enroll-hosts-with-plain-osquery.md) - Guide for enrolling hosts with plain osquery
|
|
- [Upcoming activities](upcoming-activities.md) - Guide for managing upcoming host activities
|
|
- [mTLS reverse proxy setup](mtls-reverse-proxy-setup.md) - Guide for setting up an mTLS reverse proxy for testing
|
|
|
|
## UI development
|
|
|
|
- [Fleet UI Testing](ui/fleet-ui-testing.md) - Guide for testing the Fleet UI
|
|
- [Generating UI Component Boilerplate](ui/generating-ui-component-boilerplate.md) - Guide for generating UI component boilerplate
|
|
- [Design QA Considerations](ui/design-qa-considerations.md) - Guide for design QA considerations
|
|
|
|
## API development
|
|
|
|
- [Adding New Endpoints](api/adding-new-endpoints.md) - Guide for adding new endpoints to the Fleet API
|
|
|
|
## Integration guides
|
|
|
|
- [SCIM Integration](integrations/scim-integration.md) - Guide for integrating Fleet with SCIM
|
|
- [Digicert Integration](integrations/digicert-integration.md) - Guide for integrating Fleet with Digicert |