Fastify 用户列表
How to be featured here
Is your organisation using Fastify? That's great!
If you would like your organisation to have its logo featured in this list, here's how you do it!
You can submit your organisation, your logo and other few relevant details by following these steps:
- Fork the Fastify website repository on GitHub.
- Add the logo in the folder
src/website/content/images/organisations
.
Please make sure that your logo complies to the following specs:- Encoded in SVG (Scalable Vector Graphics) format
- Be reasonably optimized/minified (you can use imageOptim)
- Make sure image "width" or "height" are explicitely specified in the "svg" tag
- Update the file
src/website/data/organisations.yml
with a new entry (in alphabetical order by organization name).
Your entry must provide:name
: the name of your organisationimage
: the filename of the logo you added in the previous steplink
: a link to a website that represents your organisation (please includehttp(s)://
)
- Submit a PR!
As soon as your PR is reviewed and merged, your awesome logo will appear in this page.