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