My API documentation is stored in a swagger.yaml/.json file and I am looking to create a customized static file from it. My goal is to make more changes than just altering the color of a button, such as adjusting its placement or size. Ultimately, I aim to have an index.html file that incorporates these customizations.
While I have come across options like redoc-cli
or swagger-codegen
, they do not address my specific needs beyond selecting a 'theme'. Are there any tools available that would better assist me with this task?