Commit cddeaa22 by Francisco Giordano

Remove Context from function index in docs site

(cherry picked from commit a3a7e6fa)
parent 6be5ffe5
......@@ -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}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment