diff --git a/docs/contract.hbs b/docs/contract.hbs index 0237a0b7c..04a8c81a5 100644 --- a/docs/contract.hbs +++ b/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}}