insodoc / insomnia-documenter

Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
MIT License
494 stars 59 forks source link

feat: create tag favicon #83

Closed KesleyDavid closed 2 years ago

KesleyDavid commented 2 years ago

A need that always arose when using the lib, is that when generating the automated build by the ci/cd script, when I added the parameter for logo (--logo logo.png), only the logo was updated, and the favico it was updated to insomnia default, not my custom favicon.

Added this feature to the library, and updated the documentation.

Insert favicon:
--favicon favicon.ico

I hope it can be useful to everyone.

PaulAshraf commented 2 years ago

+1 for this