summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/theme/templates/doc.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/docs/theme/templates/doc.mustache')
m---------platform/darwin/docs/theme0
-rw-r--r--platform/darwin/docs/theme/templates/doc.mustache65
2 files changed, 0 insertions, 65 deletions
diff --git a/platform/darwin/docs/theme b/platform/darwin/docs/theme
new file mode 160000
+Subproject 22c2edaa33a17255f9b99ff28748a788211ab74
diff --git a/platform/darwin/docs/theme/templates/doc.mustache b/platform/darwin/docs/theme/templates/doc.mustache
deleted file mode 100644
index 2a2050d306..0000000000
--- a/platform/darwin/docs/theme/templates/doc.mustache
+++ /dev/null
@@ -1,65 +0,0 @@
-<!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>
- {{{custom_head}}}
- <style type="text/css">
- .nav-group-name[data-name="{{name}}"] > .small-heading,
- .nav-group-task[data-name="{{name}}"] {
- background-color: #f5f8fc;
- font-family: "Open Sans Bold";
- border-left: 3px solid #3a68d8;
- padding-left: 5px
- }
- </style>
- </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 class="breadcrumbs">
- <div class="limiter">
- <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
- </div>
- </div>
-
- <div class="content-wrapper limiter">
- {{> nav}}
- <article class="main-content">
-
- <section class="section">
- <div class="section-content">
- {{^hide_name}}<a href="#/{{name}}"><h1 id="{{name}}">{{name}}<span class="anchor-icon" /></h1></a>{{/hide_name}}
- {{> deprecation}}
- {{#declaration}}
- <div class="declaration">
- <div class="language">
- {{{declaration}}}
- </div>
- </div>
- {{/declaration}}
- {{{overview}}}
- </div>
- </section>
-
- {{> tasks}}
-
- </article>
- </div>
- {{> footer}}
- </body>
-</div>
-</html>