I have many projects, hosted in different git repositories, and I would like to know how I could put my swagger documentation on git.
I use this swagger documentation to generate classes in java and in angular.
I don't want to put the documentation in every project, I would like to have something like svn:externals link. At least a good practice to deal with it.
I already saw this post : How to share Swagger documentation, but it doesn't answer my question.
Thanks for your help