Sha256: 2cf969bf9c3b124ca9672cc4cb48e5a6c4534e8d811fefe73e9214ed278c082c

Contents?: true

Size: 764 Bytes

Versions: 1

Compression:

Stored size: 764 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= OasRails.config.info.title %></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

1 entries across 1 versions & 1 rubygems

Version Path
oas_rails-0.7.0 app/views/oas_rails/oas_rails/index.html.erb