I have Web-API enabled application hosted under IIS. I've added Swashbuckle to it and everything seems to work well. I'm able to access Swashbuckle documentation by api.cooldomain.com/swagger/ui/index
Is it possible to host Swashbuckle documentation on another Web site? (API is running on api.cooldomain.com and I would like to have Swashbuckle documentation on docs.cooldomain.com?