Moving swagger-ui files from www/swagger-ui to third-party/swagger-ui

and adding LICENSE and README files
This commit is contained in:
nikhiljindal
2015-01-05 15:50:19 -08:00
parent c908fbe59e
commit 1db30aeb51
30 changed files with 679 additions and 641 deletions

20
third_party/swagger-ui/README.md vendored Normal file
View File

@@ -0,0 +1,20 @@
# Readme
URL: https://github.com/swagger-api/swagger-ui/tree/master/dist
License: Apache License, Version 2.0
License File: LICENSE
## Description
Files from dist folder of https://github.com/swagger-api/swagger-ui.
These are dependency-free collection of HTML, Javascript, and CSS assets that
dynamically generate beautiful documentation and sandbox from a
Swagger-compliant API.
Instructions on how to use these:
https://github.com/swagger-api/swagger-ui#how-to-use-it
## Local Modifications
Updated the url to "../../swaggerapi" as per instructions at:
https://github.com/swagger-api/swagger-ui#how-to-use-it
LICENSE file has been created for compliance purposes.
Not included in original distribution.