v0.2.1
Add .LINK sections to public function documentation (#12)
Summary
This PR adds .LINK sections to the comment-based help for public functions, pointing to the repository's GitHub Pages documentation.
Changes
- Get-Greeting.ps1: Added
.LINKsection pointing tohttps://MariusStorhaug.github.io/MariusTestModule/Functions/Get-Greeting/ - Get-PSModuleTest.ps1: Added
.LINKsection pointing tohttps://MariusStorhaug.github.io/MariusTestModule/Functions/Get-PSModuleTest/
Benefits
- Users can easily access online documentation via
Get-Help <FunctionName>output - Provides a direct reference to comprehensive documentation on GitHub Pages