Commit 6d56750
authored
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 `.LINK` section pointing to
`https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-Greeting/`
- **Get-PSModuleTest.ps1**: Added `.LINK` section pointing to
`https://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
Pages1 parent ff97ef8 commit 6d56750
3 files changed
Lines changed: 7 additions & 0 deletions
File tree
- .github/workflows
- src/functions/public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments