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 00a94eb commit 1251a59Copy full SHA for 1251a59
docs/_includes/PSAlias.md
@@ -1,8 +1,5 @@
1
-{% for aliasName in site.data.PSModuleAliasNames %}
2
-{% assign pageLink = site.pages | where: "url", "/{{aliasName}}" %}
3
-{% if pageLink %}
4
-* [{{ aliasName }}](/{{aliasName}})
5
-{% else %}
6
-* {{ aliasName }}
7
-{% endif %}
+| Alias | Command |
+|-|-|
+{% for alias in site.data.PSModule.Aliases %}
+| {{ alias.Name }} | [{{ alias.Definition }}](/{{alias.Definition}}) |
8
{% endfor %}
0 commit comments