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 b8dfd9b commit 9e8dc0bCopy full SHA for 9e8dc0b
docs/_includes/PSFunctions.md
@@ -1,7 +1,3 @@
1
-{% for functionName in site.data.PSModuleFunctionNames %}
2
-{% if site.pages | where: "url", "/{{functionName}}" %}
+{% for functionName in site.data.PSModule.FunctionNames %}
3
* [{{ functionName }}](/{{functionName}})
4
-{% else %}
5
-* {{ functionName }}
6
-{% endif %}
7
{% endfor %}
0 commit comments