1 | <h1 align="center">Fastify</h1>
|
2 |
|
3 | The documentation for Fastify is split into two categories:
|
4 |
|
5 | - [Reference documentation](./Reference/Index.md)
|
6 | - [Guides](./Guides/Index.md)
|
7 |
|
8 | The reference documentation utilizes a very formal style in an effort to document
|
9 | Fastify's API and implementation details thoroughly for the developer who needs
|
10 | such. The guides category utilizes an informal educational style as a means to
|
11 | introduce newcomers to core and advanced Fastify concepts.
|
12 |
|
13 | ## Where To Start
|
14 |
|
15 | Complete newcomers to Fastify should first read our [Getting
|
16 | Started](./Guides/Getting-Started.md) guide.
|
17 |
|
18 | Developers experienced with Fastify should consult the [reference
|
19 | documentation](./Reference/Index.md) directly to find the topic they are seeking
|
20 | more information about.
|
21 |
|
22 | ## Additional Documentation
|
23 |
|
24 | - Fastify's [Long Term Support (LTS)](./Reference/LTS.md) policy
|