cowboy_swagger
cowboy_swagger copied to clipboard
Add Option to Include <meta name="robots" content="noindex, nofollow" /> Tag in Swagger UI
Hey. Currently, I don't see an option to include the <meta name="robots" content="noindex, nofollow" />
tag in the
Right now I'm handling this by forking the repository and manually adding the tag in cowboy_swagger/priv/swagger/index.html myself. But I think maybe there should be option provided by Swagger UI to include it. Is there already a method to do this that I might be missing, or could this feature be considered for future updates?