Sha256: 56626a711a07580b96c983f438479d57dc13394ec84b2193c8c35ff57f1e531f
Contents?: true
Size: 724 Bytes
Versions: 3
Compression:
Stored size: 724 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Oas rails</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters --> <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script> </head> <body> <rapi-doc spec-url = "<%= main_app.oas_rails_path %>.json" theme = "dark" bg-color="#0F172A" text-color= "#f7f7f7" show-header = 'false' primary-color = "#2de410" font-size="largest" show-method-in-nav-bar="as-colored-text" nav-text-color="#f7f7f7" nav-item-spacing="relaxed" allow-spec-file-download="true" > </rapi-doc> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oas_rails-0.4.0 | app/views/oas_rails/oas_rails/index.html.erb |
oas_rails-0.3.0 | app/views/oas_rails/oas_rails/index.html.erb |
oas_rails-0.2.3 | app/views/oas_rails/oas_rails/index.html.erb |