fleet/docs/2-Deployment
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-Installation.md typofix 2021-02-22 16:42:30 -06:00
2-Configuration.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
3-Adding-hosts.md Update Kolide to Fleet as appropriate in documentation (#263) 2021-02-02 12:16:59 -08:00
4-Example-deployment-scenarios.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 Part 1 of documentation restructure. Deployment section. (#147) 2020-12-24 14:00:22 -08:00

Deployment

Installation

Provides documentation on installing the Fleet binary and Fleets infrastructure dependencies

Configuration

Includes resources for configuring the Fleet binary, managing osquery configurations, and running with systemd

Adding hosts

Provides resources for enrolling your hosts to Fleet

Example deployment scenarios

Includes deployment walkthroughs for Fleet on CentOS, Ubuntu, and Kubernetes.

FAQ

Includes commonly asked questions and answers about deployment from the Fleet community.