Remove Context from function index in docs site

This commit is contained in:
Francisco Giordano
2020-11-20 13:12:15 -03:00
parent ef32c04795
commit a3a7e6fa34

View File

@ -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}}