Is there a method for creating static documentation for swagger 2.0? Perhaps like the 'preview' on editor.swagger.io.
I need to get static html files so I can include them in some static documents.
So far I've not found a way to do this. I see there is swagger-codegens static-docs but this only works for swagger <= 1.2.
swagger-codegen generate -i <path to your swagger file> -l html2 -o <path to output location>
modules/swagger-codegen/src/main/resources/htmlDocs2
folder to another place, for example: cp -R modules/swagger-codegen/src/main/resources/htmlDocs2 ~/templates
.mustache
templates in ~/templates
to fit your requirements.swagger-codegen generate -i <path to your swagger file> -l html2 -o <path to output location> -t <templates path>
for <templates path>
should be ~/templates
in the example above.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With