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 9e8dc0b commit 879e2f8Copy full SHA for 879e2f8
docs/_includes/PSCmdlet.md
@@ -1,7 +1,3 @@
1
-{% for cmdletName in site.data.PSModuleCmdletNames %}
2
-{% if site.pages | where: "url", "/{{cmdletName}}" %}
+{% for cmdletName in site.data.PSModule.CmdletNames %}
3
* [{{ cmdletName }}](/{{cmdletName}})
4
-{% else %}
5
-* {{ cmdletName }}
6
-{% endif %}
7
{% endfor %}
0 commit comments