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 49218ef commit e3b59d5Copy full SHA for e3b59d5
Types/PSJekyll.Template/Include.PSTypeName.md.ps1
@@ -1,7 +1,7 @@
1
param()
2
3
@"
4
-{% for functionName in site.data.PSModuleFunctionNames %}
+{% for functionName in site.data.PSExportTypeNames %}
5
{% if site.pages | where: "url", "/{{functionName}}" %}
6
* [{{ functionName }}](/{{functionName}})
7
{% else %}
0 commit comments