We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed114fe commit ad6c6e0Copy full SHA for ad6c6e0
helper/CreateDocumentation.ps1
@@ -0,0 +1,13 @@
1
+Import-Module -Name platyPS
2
+
3
+$mdHelpParams = @{
4
+ Module = 'FabricTools'
5
+ OutputFolder = ".\documentation"
6
+ AlphabeticParamsOrder = $true
7
+ UseFullTypeName = $true
8
+ WithModulePage = $true
9
+ ExcludeDontShow = $false
10
+ Encoding = [System.Text.Encoding]::UTF8
11
+ ModulePagePath = ".\documentation\readme.md"
12
+}
13
+New-MarkdownHelp @mdHelpParams
0 commit comments