Remove Context from function index in docs site
This commit is contained in:
@ -34,6 +34,7 @@
|
|||||||
.Functions
|
.Functions
|
||||||
--
|
--
|
||||||
{{#each inheritedItems}}
|
{{#each inheritedItems}}
|
||||||
|
{{#if (or @first (ne contract.name "Context"))}}
|
||||||
{{#unless @first}}
|
{{#unless @first}}
|
||||||
[.contract-subindex-inherited]
|
[.contract-subindex-inherited]
|
||||||
.{{contract.name}}
|
.{{contract.name}}
|
||||||
@ -42,6 +43,7 @@
|
|||||||
* {xref-{{slug anchor~}} }[`++{{name}}({{args.names}})++`]
|
* {xref-{{slug anchor~}} }[`++{{name}}({{args.names}})++`]
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
--
|
--
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user