github.com/enmand/kubernetes@v1.2.0-alpha.0/third_party/swagger-ui/README.md (about)

     1  # Readme
     2  
     3  URL: https://github.com/swagger-api/swagger-ui/tree/master/dist
     4  License: Apache License, Version 2.0
     5  License File: LICENSE
     6  
     7  ## Description
     8  Files from dist folder of https://github.com/swagger-api/swagger-ui.
     9  These are dependency-free collection of HTML, Javascript, and CSS assets that
    10  dynamically generate beautiful documentation and sandbox from a
    11  Swagger-compliant API.
    12  Instructions on how to use these:
    13  https://github.com/swagger-api/swagger-ui#how-to-use-it
    14  
    15  ## Local Modifications
    16  - Updated the url in index.html to "../../swaggerapi" as per instructions at:
    17  https://github.com/swagger-api/swagger-ui#how-to-use-it
    18  - Modified swagger-ui.js to list resources and operations in sorted order: https://github.com/kubernetes/kubernetes/pull/3421
    19  - Set supportedSubmitMethods: [] in index.html to remove "Try it out" buttons.
    20  
    21  LICENSE file has been created for compliance purposes.
    22  Not included in original distribution.