fastify / website

Home Page:https://fastify.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecosystem page

Eomm opened this issue · comments

We need to implement the Ecosystem page:

https://www.fastify.io/ecosystem/

image

Challenges

  • Generate the plugin list
  • Nice to have: add a filter under the Name and Description columns

Note that downloading the https://github.com/fastify/fastify/blob/main/docs/Guides/Ecosystem.md file is not in the scope of this task. You can assume that you have the markdown file in one directory. So, starting from there, you should be able to write a script that generates a JSON file that the new ecosystem page can render.

Tips

Looks like a good first issue for me

Top! When you have something to show, feel free to open a draft PR - don't wait till the end 👍🏽

Hi! Just posted my very first PR.
It's part of the work but should be enough to take a look and decide some aspects (stylign, proper website organization etc..)
Will continue during these days.