Sha256: b508377c6a09e8a42217a05438e0101c16a91aec4c93ed152691c506be9a1ce3

Contents?: true

Size: 879 Bytes

Versions: 2

Compression:

Stored size: 879 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>{{name}} | doc.useless.io</title>
  <link href="/doc.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

  <header class="api">
    <h1>{{name}}</h1>

    {{#resources}}
      <section class="resource header-section">
        <a class="path header-section-title" href="{{path}}">{{path}}</a>

        <p class="description">{{description}}</p>

        <table>
          {{#requests}}
            <tbody>
              <tr>
                <td><a href="{{doc_path}}">{{method}}</a></td>
                <td class="description">{{description}}</td>
              </tr>
            </tbody>
          {{/requests}}
        </table>
      </section>
    {{/resources}}
  </header>

  <section class="main description">
    <article>
      <p class="description api">{{description}}</p>
    </article>
  </section>

</body>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
useless-doc-0.3.1 lib/useless/doc/ui/godel/api.mustache
useless-doc-0.3.0 lib/useless/doc/ui/godel/api.mustache