gin-gonic / website

Official website and document for Gin
https://gin-gonic.com/
MIT License
122 stars 211 forks source link

In-depth documentation #140

Open NWBY opened 4 years ago

NWBY commented 4 years ago

I'm relatively new to Gin, and so far I love the framework.

My background is mostly based in PHP working with Laravel, and part of what makes Laravel so great to get started with is the documentation. I know that the Gin repository contains a very in-depth README, however, I feel that it would benefit the framework vastly by having an in-depth documentation for those who are new to the framework or those that are experienced to access.

This is something that I would personally be very happy to work on.

lyrandy commented 6 months ago

I started learning Gin and found the same issues you've mentioned. I've submitted PR#277 to start augmenting the documentation with information I found was missing from the Gin website.

Please have a look and also share if there are any particular topics that you think should be covered.