Closed johlju closed 1 month ago
Attention: Patch coverage is 78.66667%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 94%. Comparing base (
8dad542
) to head (1d247c8
). Report is 4 commits behind head on main.
Pull Request (PR) description
Removed
build.psd1
as it is no longer required to build the project.Added
ConvertTo-WikiSidebarLinkName
that converts a name to a format suitable for use as a Wiki sidebar link.Prepare_Markdown_FileNames_For_GitHub_Publish
- This task will prepare the markdown file names for publishing to the GitHub Wiki by replacing hyphens with spaces and converting Unicode hyphens to standard hyphens. It can be controlled by parameterReplaceHyphen
in the task, which defaults to$true
.Clean_WikiContent_For_GitHub_Publish
- This task will remove the top level header from any markdown file where the top level header equals the filename (converting Unicode hyphen to ASCII hyphen before comparison). It can be controlled by parameterRemoveTopLevelHeader
in the task, which defaults to$true
.Changed
New-GitHubWikiSidebar
Generate_Wiki_Content
Prepare_Markdown_FileNames_For_GitHub_Publish
after the markdown files and external help file for command help has been generated.Clean_WikiContent_For_GitHub_Publish
as the last step to remove the top level header from any markdown file where the top level header equals the filename.Generate_Markdown_For_Public_Commands
This Pull Request (PR) fixes the following issues
Task list
This change is