Sha256: 57def67105f484575b92921579de6ba4573791199cc9b9a665cf69c4b44c8c41
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 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'> <script src="{{path_to_root}}js/jquery.min.js" defer></script> <script src="{{path_to_root}}js/jazzy.js" defer></script> </head> <body> {{#dash_type}} <a name="//apple_ref/swift/{{dash_type}}/{{name}}" class="dashAnchor"></a> {{/dash_type}} <a title="{{name}} {{kind}} Reference"></a> {{> header}} <div class="content-wrapper"> <p id="breadcrumbs"> <a href="{{path_to_root}}index.html">{{module_name}} Reference</a> <img id="carat" src="{{path_to_root}}img/carat.png" /> {{name}} {{kind}} Reference </p> </div> <div class="content-wrapper"> {{> nav}} <article class="main-content"> <section> <section class="section"> {{^hide_name}}<h1>{{name}}</h1>{{/hide_name}} {{{overview}}} </section> {{> tasks}} </section> {{> footer}} </article> </div> </body> </div> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jazzy-0.2.3 | lib/jazzy/templates/doc.mustache |
jazzy-0.2.2 | lib/jazzy/templates/doc.mustache |