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 c680d7a commit 270ca56Copy full SHA for 270ca56
Types/PSJekyll.Template/Include.PSFunctions.md.ps1
@@ -1,11 +1,7 @@
1
param()
2
3
@"
4
-{% for functionName in site.data.PSModuleFunctionNames %}
5
-{% if site.pages | where: "url", "/{{functionName}}" %}
+{% for functionName in site.data.PSModule.FunctionNames %}
6
* [{{ functionName }}](/{{functionName}})
7
-{% else %}
8
-* {{ functionName }}
9
-{% endif %}
10
{% endfor %}
11
"@
0 commit comments