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 97a0f0c commit 025c78eCopy full SHA for 025c78e
docs/_includes/PSTypeName.md
@@ -1,4 +1,4 @@
1
-{% for functionName in site.data.PSModuleFunctionNames %}
+{% for functionName in site.data.PSExportTypeNames %}
2
{% if site.pages | where: "url", "/{{functionName}}" %}
3
* [{{ functionName }}](/{{functionName}})
4
{% else %}
0 commit comments