I've developed a pretty extense API, and I have it on Postman, which works pretty nice. Now I have to generate an html doc to keep it versioned inside /docs along with my sources.
Is there a tool or a way to achieve this? I really don't want to write all this documentation.I don't want to use Postman publish docs also. Sharing the postman collection is not an option How can we convert Postman Collection to PDF/Word document?


You can publish the documentation of your collection through postman :
This will open a new page to postman website in which you can preview your documentation
.
Click on Preview Documentation, it will open a new page as the html version of the documentation.
Right click to display chrome option Print it
This will provide you the option to save it as a pdf
This answer was inspired from here for Creating html doc from postman collection.