| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Creates an about_*.help.txt template source file for module documentation.
New-ModuleAboutTopic [-TopicName] <string> [-OutputPath <string>] [-ShortDescription <string>] [-Format <AboutTopicTemplateFormat>] [-Force] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]Use this cmdlet to scaffold about topic source files that are later converted by Invoke-ModuleBuild documentation generation into markdown pages under Docs\About.
New-ModuleAboutTopic -TopicName 'Troubleshooting' -OutputPath '.\Help\About'New-ModuleAboutTopic -TopicName 'about_Configuration' -OutputPath '.\Help\About' -ForceNew-ModuleAboutTopic -TopicName 'Troubleshooting' -OutputPath '.\Help\About' -Format MarkdownOverwrite existing file if it already exists.
Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOutput format for the scaffolded about topic file.
Type: AboutTopicTemplateFormat
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: HelpText, Markdown
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOutput directory for the source file.
Type: String
Parameter Sets: __AllParameterSets
Aliases: Path
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueReturns the created file path.
Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional short description seed for the generated template.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueTopic name. The about_ prefix is added automatically when missing.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
System.Object
- None