Sha256: 90eab1cfd00c1ba9d7ac9c20a24f809819e54c3272868b704811266c0c44d819

Contents?: true

Size: 1.96 KB

Versions: 3

Compression:

Stored size: 1.96 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>{{name}} {{kind}} Reference</title>
    <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/jazzy.css" />
    <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/highlight.css" />
    {{#enable_katex}}
    <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/katex.min.css" />
    {{/enable_katex}}
    <meta charset="utf-8">
    <script src="{{path_to_root}}js/jquery.min.js" defer></script>
    {{#enable_katex}}
    <script src="{{path_to_root}}js/katex.min.js" defer></script>
    {{/enable_katex}}
    <script src="{{path_to_root}}js/jazzy.js" defer></script>
    {{{custom_head}}}
    {{^disable_search}}
    <script src="{{path_to_root}}js/lunr.min.js" defer></script>
    <script src="{{path_to_root}}js/typeahead.jquery.js" defer></script>
    <script src="{{path_to_root}}js/jazzy.search.js" defer></script>
    {{/disable_search}}
  </head>
  <body>

    {{#dash_type}}
    <a name="//apple_ref/{{language_stub}}/{{dash_type}}/{{name}}" class="dashAnchor"></a>
    {{/dash_type}}

    <a title="{{name}} {{kind}} Reference"></a>

    {{> header}}

    <p class="breadcrumbs">
      <a class="breadcrumb" href="{{path_to_root}}index.html">{{module_name}} Reference</a>
      <img class="carat" src="{{path_to_root}}img/carat.png" />
      {{name}} {{kind}} Reference
    </p>

    <div class="content-wrapper">
      {{> nav}}
      <article class="main-content">

        <section class="section">
          <div class="section-content top-matter">
            {{^hide_name}}<h1>{{name}}</h1>{{/hide_name}}
            {{> deprecation}}
            {{#declaration}}
              <div class="declaration">
                <div class="language">
                  {{{declaration}}}
                </div>
              </div>
            {{/declaration}}
            {{{overview}}}
          </div>
        </section>

        {{> tasks}}

      </article>
    </div>
    {{> footer}}
  </body>
</div>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jazzy-0.13.4 lib/jazzy/themes/fullwidth/templates/doc.mustache
jazzy-0.13.3 lib/jazzy/themes/fullwidth/templates/doc.mustache
jazzy-0.13.2 lib/jazzy/themes/fullwidth/templates/doc.mustache