Sha256: 92550e9574a6fac3adaec5827c8843687ed0f62d7469f7f27ef1eace5b4274ce

Contents?: true

Size: 745 Bytes

Versions: 7

Compression:

Stored size: 745 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 = "<%= OasRails::Engine.routes.find_script_name({}) %>.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

7 entries across 7 versions & 1 rubygems

Version Path
oas_rails-0.6.0 app/views/oas_rails/oas_rails/index.html.erb
oas_rails-0.5.0 app/views/oas_rails/oas_rails/index.html.erb
oas_rails-0.4.5 app/views/oas_rails/oas_rails/index.html.erb
oas_rails-0.4.4 app/views/oas_rails/oas_rails/index.html.erb
oas_rails-0.4.3 app/views/oas_rails/oas_rails/index.html.erb
oas_rails-0.4.2 app/views/oas_rails/oas_rails/index.html.erb
oas_rails-0.4.1 app/views/oas_rails/oas_rails/index.html.erb