We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc38ff commit 5ad005eCopy full SHA for 5ad005e
docs/_includes/PSTypeName.md
@@ -1,7 +1,3 @@
1
-{% for functionName in site.data.PSExportTypeNames %}
2
-{% if site.pages | where: "url", "/{{functionName}}" %}
3
-* [{{ functionName }}](/{{functionName}})
4
-{% else %}
5
-* {{ functionName }}
6
-{% endif %}
+{% for typeName in site.data.PSModule.TypeNames %}
+* [{{ typeName }}](/{{typeName}})
7
{% endfor %}
0 commit comments