Skip to content

Commit def7ed5

Browse files
Add canonical public help links
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 411039d commit def7ed5

15 files changed

Lines changed: 75 additions & 0 deletions

src/functions/public/Auth/Connect-DomeneshopAccount.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ function Connect-DomeneshopAccount {
3333
.NOTES
3434
Credentials are encrypted by the Context module.
3535
36+
.LINK
37+
https://psmodule.io/Domeneshop/Functions/Connect-DomeneshopAccount/
38+
3639
.LINK
3740
https://api.domeneshop.no/docs/
3841
#>

src/functions/public/Auth/Get-DomeneshopContext.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ function Get-DomeneshopContext {
3131
.NOTES
3232
The configuration entry used to track the default is excluded from list output.
3333
34+
.LINK
35+
https://psmodule.io/Domeneshop/Functions/Get-DomeneshopContext/
36+
3437
.LINK
3538
https://psmodule.io/Context/
3639
#>

src/functions/public/Ddns/Update-DomeneshopDdns.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ function Update-DomeneshopDdns {
2424
.NOTES
2525
Uses the caller's public IP address when MyIP is omitted.
2626
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Update-DomeneshopDdns/
29+
2730
.LINK
2831
https://api.domeneshop.no/docs/
2932
#>

src/functions/public/Dns/Add-DomeneshopDnsRecord.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ function Add-DomeneshopDnsRecord {
2424
.NOTES
2525
Uses the default context when Context is omitted.
2626
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Add-DomeneshopDnsRecord/
29+
2730
.LINK
2831
https://api.domeneshop.no/docs/
2932
#>

src/functions/public/Dns/Get-DomeneshopDnsRecord.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ function Get-DomeneshopDnsRecord {
2929
.NOTES
3030
Uses the default context when Context is omitted.
3131
32+
.LINK
33+
https://psmodule.io/Domeneshop/Functions/Get-DomeneshopDnsRecord/
34+
3235
.LINK
3336
https://api.domeneshop.no/docs/
3437
#>

src/functions/public/Dns/Remove-DomeneshopDnsRecord.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ function Remove-DomeneshopDnsRecord {
2424
.NOTES
2525
Uses the default context when Context is omitted.
2626
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Remove-DomeneshopDnsRecord/
29+
2730
.LINK
2831
https://api.domeneshop.no/docs/
2932
#>

src/functions/public/Dns/Set-DomeneshopDnsRecord.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ function Set-DomeneshopDnsRecord {
2424
.NOTES
2525
Uses the default context when Context is omitted.
2626
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Set-DomeneshopDnsRecord/
29+
2730
.LINK
2831
https://api.domeneshop.no/docs/
2932
#>

src/functions/public/Domains/Get-DomeneshopDomain.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ function Get-DomeneshopDomain {
2727
.NOTES
2828
Uses the default context when Context is omitted.
2929
30+
.LINK
31+
https://psmodule.io/Domeneshop/Functions/Get-DomeneshopDomain/
32+
3033
.LINK
3134
https://api.domeneshop.no/docs/
3235
#>

src/functions/public/Forwards/Add-DomeneshopForward.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ function Add-DomeneshopForward {
2828
.NOTES
2929
Uses the default context when Context is omitted.
3030
31+
.LINK
32+
https://psmodule.io/Domeneshop/Functions/Add-DomeneshopForward/
33+
3134
.LINK
3235
https://api.domeneshop.no/docs/
3336
#>

src/functions/public/Forwards/Get-DomeneshopForward.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ function Get-DomeneshopForward {
2929
.NOTES
3030
Uses the default context when Context is omitted.
3131
32+
.LINK
33+
https://psmodule.io/Domeneshop/Functions/Get-DomeneshopForward/
34+
3235
.LINK
3336
https://api.domeneshop.no/docs/
3437
#>

0 commit comments

Comments
 (0)