swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.66k stars 266 forks source link

Combining multiple swagger docs and typedoc docs into a single umbrella #257

Open RadientBrain opened 1 year ago

RadientBrain commented 1 year ago

Please see similar issue in here: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2043#issue-820848289

But I need to implement such thing in go-swagger.

Maybe combining multiple gin-swagger documentation and multiple typedoc documentation into a single swagger documentation. How to achieve this? @ubogdan @easonlin404 any idea?