fleet/docs/3-Contribution
noahtalerman 715d7b44e2
Fix markdown link check CI action. (#169)
- Split the array of objects to separate objects for each pattern in ignorePatterns. Rename the key in each object to "pattern." The documentation for the example config file is poor.
- Add hello@fleetdm.com and /server/datastore/mysql/migrations/ to ignorePatterns
- Add 999 to aliveStatucCodes (Seems to be a LinkedIn edge case)
- Fix all broken markdown links
2021-01-04 13:55:05 -08:00
..
1-Building-Fleet.md Update developer docs (#159) 2020-12-30 15:20:02 -08:00
2-Testing.md Part 3 of documentation restructure. Contribution section. (#149) 2020-12-24 14:33:03 -08:00
3-Migrations.md Update developer docs (#159) 2020-12-30 15:20:02 -08:00
4-Architecture-decisions.md Update developer docs (#159) 2020-12-30 15:20:02 -08:00
5-Releasing-Fleet.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
FAQ.md Part 3 of documentation restructure. Contribution section. (#149) 2020-12-24 14:33:03 -08:00
README.md Update developer docs (#159) 2020-12-30 15:20:02 -08:00

Contribution

Building Fleet

Provides documentation about building the code, development infrastructure, and database migrations

Testing

Includes documentation about Fleet's full test suite and integration tests

Migrations

Information about creating and updating database migrations

Architecture decisions

Provides a template for making architecturally significant changes to the project

Releasing Fleet

Provides a guide for Fleet's release process

FAQ

Includes commonly asked questions and answers about contributing to Fleet from the Fleet community