From fc7c7fb5c7282e87c76890acd341e4e2d5ffd3db Mon Sep 17 00:00:00 2001 From: Carlos Espa <43477095+Ceres6@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:47:31 +0100 Subject: [PATCH 1/2] Add fastify-constraints to community plugins --- docs/Guides/Ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 5ec7cdb10f..448efcee38 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -265,6 +265,7 @@ section. - [`fastify-cockroachdb`](https://github.com/alex-ppg/fastify-cockroachdb) Fastify plugin to connect to a CockroachDB PostgreSQL instance via the Sequelize ORM. +- [`fastify-constraints`](https://github.com/nearform/fastify-constraints) Fastify plugin to add constraints to multiple routes - [`fastify-couchdb`](https://github.com/nigelhanlon/fastify-couchdb) Fastify plugin to add CouchDB support via [nano](https://github.com/apache/nano). - [`fastify-crud-generator`](https://github.com/beliven-it/fastify-crud-generator) From 96d995eccc7f738a37c7bf0859164e99e678764e Mon Sep 17 00:00:00 2001 From: Carlos Espa <43477095+Ceres6@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:04:05 +0100 Subject: [PATCH 2/2] fix md lint --- docs/Guides/Ecosystem.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 448efcee38..f80dcc8282 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -265,7 +265,8 @@ section. - [`fastify-cockroachdb`](https://github.com/alex-ppg/fastify-cockroachdb) Fastify plugin to connect to a CockroachDB PostgreSQL instance via the Sequelize ORM. -- [`fastify-constraints`](https://github.com/nearform/fastify-constraints) Fastify plugin to add constraints to multiple routes +- [`fastify-constraints`](https://github.com/nearform/fastify-constraints) + Fastify plugin to add constraints to multiple routes - [`fastify-couchdb`](https://github.com/nigelhanlon/fastify-couchdb) Fastify plugin to add CouchDB support via [nano](https://github.com/apache/nano). - [`fastify-crud-generator`](https://github.com/beliven-it/fastify-crud-generator)