From 33fb6f31150f4312cf02042df7c604dd4369abde Mon Sep 17 00:00:00 2001 From: chuongtran Date: Fri, 28 Oct 2022 10:01:31 +0700 Subject: [PATCH 1/4] docs(ecosystem): Add fastify-list-routes --- docs/Guides/Ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 50f9dd06bf..c1c46a82c3 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -608,6 +608,7 @@ section. and lightweight Sequelize plugin for Fastify. - [`typeorm-fastify-plugin`](https://github.com/jclemens24/fastify-typeorm) A simple and updated Typeorm plugin for use with Fastify. +- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes) A simple plugin for Fastify list all available routes. #### [Community Tools](#community-tools) - [`@fastify-userland/workflows`](https://github.com/fastify-userland/workflows) From ef4cf3f0c3426913df4ca75ca1b18df7cadcee0e Mon Sep 17 00:00:00 2001 From: chuongtran Date: Fri, 28 Oct 2022 15:07:43 +0700 Subject: [PATCH 2/4] update order alphabet --- docs/Guides/Ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index c1c46a82c3..37ff653251 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -378,6 +378,7 @@ section. Fastify plugin to parse request language. - [`fastify-lcache`](https://github.com/denbon05/fastify-lcache) Lightweight cache plugin +- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes) A simple plugin for Fastify list all available routes. - [`fastify-loader`](https://github.com/TheNoim/fastify-loader) Load routes from a directory and inject the Fastify instance in each file. - [`fastify-lured`](https://github.com/lependu/fastify-lured) Plugin to load lua @@ -608,7 +609,6 @@ section. and lightweight Sequelize plugin for Fastify. - [`typeorm-fastify-plugin`](https://github.com/jclemens24/fastify-typeorm) A simple and updated Typeorm plugin for use with Fastify. -- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes) A simple plugin for Fastify list all available routes. #### [Community Tools](#community-tools) - [`@fastify-userland/workflows`](https://github.com/fastify-userland/workflows) From 88c8ccc8206e90b04b985f3e4d3b6ccf99fed349 Mon Sep 17 00:00:00 2001 From: chuongtran Date: Fri, 28 Oct 2022 15:32:56 +0700 Subject: [PATCH 3/4] update format --- 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 37ff653251..44d524676d 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -378,7 +378,8 @@ section. Fastify plugin to parse request language. - [`fastify-lcache`](https://github.com/denbon05/fastify-lcache) Lightweight cache plugin -- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes) A simple plugin for Fastify list all available routes. +- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes) +A simple plugin for Fastify list all available routes. - [`fastify-loader`](https://github.com/TheNoim/fastify-loader) Load routes from a directory and inject the Fastify instance in each file. - [`fastify-lured`](https://github.com/lependu/fastify-lured) Plugin to load lua From 5734bf8dedaa6e420d24c3e5b3909ce1e70969a3 Mon Sep 17 00:00:00 2001 From: chuongtran Date: Fri, 28 Oct 2022 17:13:36 +0700 Subject: [PATCH 4/4] update format --- docs/Guides/Ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 44d524676d..5ec7cdb10f 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -379,7 +379,7 @@ section. - [`fastify-lcache`](https://github.com/denbon05/fastify-lcache) Lightweight cache plugin - [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes) -A simple plugin for Fastify list all available routes. + A simple plugin for Fastify list all available routes. - [`fastify-loader`](https://github.com/TheNoim/fastify-loader) Load routes from a directory and inject the Fastify instance in each file. - [`fastify-lured`](https://github.com/lependu/fastify-lured) Plugin to load lua