Browse Source

Remove Context from function index in docs site

Francisco Giordano 4 years ago
parent
commit
a3a7e6fa34
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/contract.hbs

+ 2 - 0
docs/contract.hbs

@@ -34,6 +34,7 @@
 .Functions
 --
 {{#each inheritedItems}}
+{{#if (or @first (ne contract.name "Context"))}}
 {{#unless @first}}
 [.contract-subindex-inherited]
 .{{contract.name}}
@@ -42,6 +43,7 @@
 * {xref-{{slug anchor~}} }[`++{{name}}({{args.names}})++`]
 {{/each}}
 
+{{/if}}
 {{/each}}
 --
 {{/if}}