website/docs: move type func docs to a useful location (#28940)
* website/docs: move type func docs to a useful location * docs don't exist if you don't put them in the index (again)
This commit is contained in:
parent
8617d0fed0
commit
9ca3cb4233
|
@ -833,6 +833,10 @@
|
||||||
<a href="/docs/language/functions/try.html">try</a>
|
<a href="/docs/language/functions/try.html">try</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="/docs/language/functions/type.html">type</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue