The swagger-ui directory contains HTML, JavaScript, and CSS assets that dynamically generate Swagger documentation
from a Swagger-compliant API definition in api.swagger.json file.
That file is auto-generated by running make proto in the root of this repository. The static assets are copied
from this dist folder of the swagger-ui project. After
copying, swagger-initializer.js is edited to load the swagger file from the
local server instead of the default petstore. All *.js.map files are removed to decrease the size of the binary.
See the LICENSE file for applicable license terms.