aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc-default-themes/bin/minimal/partials/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc-default-themes/bin/minimal/partials/index.hbs')
-rw-r--r--node_modules/typedoc-default-themes/bin/minimal/partials/index.hbs19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/typedoc-default-themes/bin/minimal/partials/index.hbs b/node_modules/typedoc-default-themes/bin/minimal/partials/index.hbs
new file mode 100644
index 000000000..6224dfeab
--- /dev/null
+++ b/node_modules/typedoc-default-themes/bin/minimal/partials/index.hbs
@@ -0,0 +1,19 @@
+{{#if groups}}
+<section class="tsd-panel-group tsd-index-group">
+ <h2>Index</h2>
+ <section class="tsd-panel tsd-index-panel">
+ <div class="tsd-index-content">
+ {{#each groups}}
+ <section class="tsd-index-section {{cssClasses}}">
+ <h3>{{title}}</h3>
+ <ul class="tsd-index-list">
+ {{#each children}}
+ <li class="{{cssClasses}}"><a href="{{relativeURL url}}" class="tsd-kind-icon">{{#if name}}{{{wbr name}}}{{else}}<em>{{{wbr kindString}}}</em>{{/if}}</a></li>
+ {{/each}}
+ </ul>
+ </section>
+ {{/each}}
+ </div>
+ </section>
+</section>
+{{/if}} \ No newline at end of file