Sha256: ac79bebc4cd753c52901062a6522531a01aa57a1889e48a99657a677b600cc45

Contents?: true

Size: 1.43 KB

Versions: 35

Compression:

Stored size: 1.43 KB

Contents

<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>QA 2.2 Linked Data API</title>
    <link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
    <link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
    <link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
    <style>
      html
      {
        box-sizing: border-box;
        overflow: -moz-scrollbars-vertical;
        overflow-y: scroll;
      }

      *,
      *:before,
      *:after
      {
        box-sizing: inherit;
      }

      body
      {
        margin:0;
        background: #fafafa;
      }
    </style>
  </head>

  <body>
    <div id="swagger-ui"></div>

    <script src="./swagger-ui-bundle.js"> </script>
    <script src="./swagger-ui-standalone-preset.js"> </script>
    <script>
    var yamlurl = self.location.protocol +"//"+ self.location.hostname +":"+ self.location.port +"/qa/apidoc/apidoc.json";
    window.onload = function() {

      // Build a system
      const ui = SwaggerUIBundle({
        url: yamlurl,
        dom_id: '#swagger-ui',
        deepLinking: true,
        presets: [
          SwaggerUIBundle.presets.apis,
          SwaggerUIStandalonePreset
        ],
        plugins: [
          SwaggerUIBundle.plugins.DownloadUrl
        ],
        layout: "StandaloneLayout"
      })

      window.ui = ui
    }
    </script>
  </body>
</html>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
qa-5.14.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.13.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.12.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.11.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.10.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.9.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.8.1 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.8.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.7.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.6.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.5.2 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-4.3.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-3.1.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-2.3.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.5.1 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.5.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.4.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.3.1 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.3.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html
qa-5.2.0 lib/generators/qa/apidoc/templates/public/qa/apidoc/index.html