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 5ad005e commit 33e63dcCopy full SHA for 33e63dc
Types/PSJekyll.Template/Include.PSTypeName.md.ps1
@@ -2,6 +2,6 @@ param()
2
3
@"
4
{% for typeName in site.data.PSModule.TypeNames %}
5
-* [{{ typeName }}](/{{typeName}})
+* [{{ typeName }}](/{{typeName | replace: ".", "/"}})
6
{% endfor %}
7
"@
0 commit comments