Sha256: 44dc5781f5ace9996c23825d7f265a38ecbe282d53e15ccea938e9cdba2aae1c
Contents?: true
Size: 754 Bytes
Versions: 1
Compression:
Stored size: 754 Bytes
Contents
!!! %html %head = stylesheet_link_tag 'package/swagger_screen', media: :screen = stylesheet_link_tag 'package/swagger_print', media: :print = javascript_include_tag 'package/documentation', defer: true :javascript var app = { "swagger": { "docsUrl": "#{docs_path}" } } %body.swagger-section .header .swagger-ui-wrap %form{id: 'api_selector'} .input %input{placeholder: "http://example.com/api", id: "input_baseUrl", name: "baseUrl", type: "text"} .auth_container .input %a.header__btn{id: "explore", href: "#"} Explore .swagger-ui-wrap{id: 'message-bar'} .swagger-ui-wrap{id: "swagger-ui-container"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apress-documentation-0.4.0 | app/views/apress/documentation/swagger_ui/show.html.haml |