You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v0.13.0]
Removed
Removed build.psd1 as it is no longer required to build the project.
Removed ClassAst functions
Get-ClassResourceProperty
Get-ClassAst
Get-ClassResourceAst
Added
Added a devcontainer for development.
Added private function ConvertTo-WikiSidebarLinkName that converts a
name to a format suitable for use as a Wiki sidebar link.
New tasks:
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 parameter ReplaceHyphen 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. The task will convert standard hyphens to spaces and Unicode
hyphens to standard hyphens before comparison. The task can be controlled
by parameter RemoveTopLevelHeader in the task, which defaults to $true.
Replaces Unicode hyphens with standard hyphens for the Wiki sidebar.
Task Generate_Wiki_Content
Now calls Prepare_Markdown_FileNames_For_GitHub_Publish after the
markdown files and external help file for command help has been generated.
Now calls 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.
Task Generate_Markdown_For_Public_Commands
Verbose output of the markdown files that was created.
Task Generate_Markdown_For_DSC_Resources
Outputs a warning message if the old configuration key is used in the
build configuration but keeps using the old configuration key.
New-DscClassResourcePage
Remove using Ast to generate documentation. Fixes #116.