(New to Api documentation)
I am somewhat confused with the difference between SwaggerUI and SwaggerHub.
Currently I have a C# Asp.net Web API code and Swashbuckle.AspNetCore is reading the code and the API is being documented on Swagger UI. I have adopted a code first approach as everything is already coded. However, I would like to have my API documented in SwaggerHub.
I have currently not found any solutions of this online.
Is this possible and how do I go about doing it?