Sha256: eb694e57d87016f1f20362c7eefb80bbe1a9c86fcff841ecdcb3f8c1d4df8eb7
Contents?: true
Size: 1.82 KB
Versions: 3
Compression:
Stored size: 1.82 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" /> <meta charset='utf-8'> <meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1.0" /> <script src="{{path_to_root}}js/jquery.min.js" defer></script> <script src="{{path_to_root}}js/jazzy.js" defer></script> {{{custom_head}}} </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}} <div id="breadcrumbs-container"> <div class="content-wrapper"> <p id="breadcrumbs"> <span class="no-mobile"> <a href="{{path_to_root}}index.html">{{module_name}} Reference</a> <img id="carat" src="{{path_to_root}}img/carat.png" /> </span> {{name}} {{kind}} Reference </p> </div> </div> <div class="wrapper"> <div class="article-wrapper"> <article class="main-content"> <section> <section class="section"> {{^hide_name}}<h1>{{name}}</h1>{{/hide_name}} {{#declaration}} <div class="declaration"> <div class="language"> {{{declaration}}} </div> </div> {{/declaration}} {{{overview}}} </section> {{> tasks}} </section> </article> </div> <div class="nav-wrapper"> {{> nav}} </div> <div class="footer-wrapper"> {{> footer}} </div> </div> </body> </div> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jazzy-0.9.4 | lib/jazzy/themes/jony/templates/doc.mustache |
jazzy-0.9.3 | lib/jazzy/themes/jony/templates/doc.mustache |
jazzy-0.9.2 | lib/jazzy/themes/jony/templates/doc.mustache |