From cddeaa226d9ed52460724b8026a2e5be239a42e6 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Fri, 20 Nov 2020 13:12:15 -0300 Subject: [PATCH] Remove Context from function index in docs site (cherry picked from commit a3a7e6fa34e83a60da69bc7955c22470ec1c75ad) --- docs/contract.hbs | 2 ++ 1 file changed, 2 insertions(+) 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}}