fleet/docs/03-Contributing
Tomas Touceda fe67b0486b
Finish first draft of API versions (#3216)
* Finish first draft of API versions

* wip

* Finalize tests

* Revert change in handler

* Remove made up version

* Update versioning with aliases

* Add changes file

* Address review comments

* Revert overupdated routes

* Expand life time of deprecated APIs

* Fix test

* Comment out problematic part of test

* Revert bad path changes
2021-12-21 12:23:12 -03:00
..
01-Building-Fleet.md Fix typo in build docs (#2833) 2021-11-07 19:26:42 -08:00
02-Testing.md Add multiple users for SSO testing (#2885) 2021-11-10 15:15:41 -08:00
03-Migrations.md Top-level seed data doc and re-numbering (#2109) 2021-09-20 11:48:24 -07:00
04-Committing-Changes.md Normalize docs and handbook headings (#2428) 2021-10-07 23:40:22 +09:00
05-Releasing-Fleet.md Update documentation for patch releases (#2652) 2021-11-08 18:17:42 -08:00
06-Seeding-Data.md Top-level seed data doc and re-numbering (#2109) 2021-09-20 11:48:24 -07:00
07-API-for-contributors.md Add a new "API for contributors" documentation page (#2743) 2021-11-01 11:38:34 -04:00
08-API-Versioning.md Finish first draft of API versions (#3216) 2021-12-21 12:23:12 -03:00
FAQ.md on multiple enrollments (#2966) 2021-11-16 14:01:55 -06:00
README.md Add top level links to "Contributing" section and move up Load testing "Results" (#2779) 2021-11-05 10:03:05 -04: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

Committing Changes

Contains information about how to merge changes into the codebase

Releasing Fleet

Provides a guide for Fleet's release process

Seeding Data

Provides a guide for adding fake data to your development instance

API for contributors

Provides documentation for Fleet API routes that are helpful when developing or contributing to Fleet

FAQ

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