fleet/docs/1-Using-Fleet
noahtalerman 2c341ee755
Fix broken anchor links in documentation (#509)
This PR includes various fixes to anchor links used in the documentation.

There are certain characters GitHub doesn't support for the use of anchor links in markdown files. The general rule I've found is to only use a-z or A-Z characters in anchor links. All other characters should be removed.

For example, consider the section title How do I connect to the Mailhog simulated server?. The valid GitHub anchor link for this section is #how-do-i-connect-to-the-mailhog-simulated-server. Notice no ?.

Closes #494
2021-03-21 16:05:11 -07:00
..
1-Fleet-UI.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
2-fleetctl-CLI.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
3-REST-API.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
4-Osquery-logs.md Add AWS Lambda as logging plugin (#347) 2021-02-24 10:02:26 -08:00
5-Monitoring-Fleet.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
6-Security-best-practices.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
7-Updating-Fleet.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
FAQ.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
README.md Capitalize Fleet in "Using Fleet" folder name. (#150) 2020-12-24 14:45:43 -08:00

Using Fleet

Fleet UI

Provides documentation about running and scheduling queries from within the Fleet UI

fleetctl CLI

Includes resources for setting up and configuring Fleet via the fleetctl CLI

REST API

Provides resources for working with Fleet's API and includes example code for endpoints

Osquery logs

Includes documentation on the plugin options for working with osquery logs

Monitoring Fleet

Provides documentation for load balancer health checks and working with Fleet server metrics and performance

Security best practices

Includes resources for ways to mitigate against the OWASP top 10 issues

Updating Fleet

Includes a guide for how to update and run new versions of Fleet

FAQ

Includes commonly asked questions and answers about using Fleet from the Fleet community