Skip to content

Commit 025c78e

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: PSJekyll.Template.IncludePSTypeName ( Fixes #87 )
Fixing data variable reference
1 parent 97a0f0c commit 025c78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/PSTypeName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% for functionName in site.data.PSModuleFunctionNames %}
1+
{% for functionName in site.data.PSExportTypeNames %}
22
{% if site.pages | where: "url", "/{{functionName}}" %}
33
* [{{ functionName }}](/{{functionName}})
44
{% else %}

0 commit comments

Comments
 (0)