Skip to content

Commit d751c66

Browse files
Align help links with grouped documentation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 175cde4 commit d751c66

20 files changed

Lines changed: 41 additions & 17 deletions

src/functions/private/Auth/Get-DomeneshopConfig.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ function Get-DomeneshopConfig {
2626
.NOTES
2727
This read helper does not create or update Context vault entries.
2828
29+
.LINK
30+
https://psmodule.io/Domeneshop/Functions/Auth/Get-DomeneshopContext
31+
2932
.LINK
3033
https://psmodule.io/Context/
3134
#>

src/functions/private/Auth/Resolve-DomeneshopContext.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ function Resolve-DomeneshopContext {
2424
.NOTES
2525
This helper never selects or defaults a context. Public commands own that behavior.
2626
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Auth/Get-DomeneshopContext
29+
2730
.LINK
2831
https://psmodule.io/Context/
2932
#>

src/functions/private/Auth/Set-DomeneshopDefaultContext.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ function Set-DomeneshopDefaultContext {
2626
.NOTES
2727
Supports WhatIf and Confirm before changing the module configuration.
2828
29+
.LINK
30+
https://psmodule.io/Domeneshop/Functions/Auth/Connect-DomeneshopAccount
31+
2932
.LINK
3033
https://psmodule.io/Context/
3134
#>

src/functions/private/Auth/Test-DomeneshopContextName.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ function Test-DomeneshopContextName {
2323
2424
.NOTES
2525
Throws when the context name is reserved.
26+
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Auth/Connect-DomeneshopAccount
2629
#>
2730
[OutputType([bool])]
2831
[CmdletBinding()]

src/functions/private/Auth/Test-DomeneshopSecret.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ function Test-DomeneshopSecret {
2323
2424
.NOTES
2525
Supported values are String and SecureString.
26+
27+
.LINK
28+
https://psmodule.io/Domeneshop/Functions/Auth/Connect-DomeneshopAccount
2629
#>
2730
[OutputType([bool])]
2831
[CmdletBinding()]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Connect-DomeneshopAccount {
3434
Credentials are encrypted by the Context module.
3535
3636
.LINK
37-
https://psmodule.io/Domeneshop/Functions/Connect-DomeneshopAccount/
37+
https://psmodule.io/Domeneshop/Functions/Auth/Connect-DomeneshopAccount
3838
3939
.LINK
4040
https://api.domeneshop.no/docs/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Get-DomeneshopContext {
3232
The configuration entry used to track the default is excluded from list output.
3333
3434
.LINK
35-
https://psmodule.io/Domeneshop/Functions/Get-DomeneshopContext/
35+
https://psmodule.io/Domeneshop/Functions/Auth/Get-DomeneshopContext
3636
3737
.LINK
3838
https://psmodule.io/Context/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Update-DomeneshopDdns {
2525
Uses the caller's public IP address when MyIP is omitted.
2626
2727
.LINK
28-
https://psmodule.io/Domeneshop/Functions/Update-DomeneshopDdns/
28+
https://psmodule.io/Domeneshop/Functions/Ddns/Update-DomeneshopDdns
2929
3030
.LINK
3131
https://api.domeneshop.no/docs/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Add-DomeneshopDnsRecord {
2525
Uses the default context when Context is omitted.
2626
2727
.LINK
28-
https://psmodule.io/Domeneshop/Functions/Add-DomeneshopDnsRecord/
28+
https://psmodule.io/Domeneshop/Functions/Dns/Add-DomeneshopDnsRecord
2929
3030
.LINK
3131
https://api.domeneshop.no/docs/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function Get-DomeneshopDnsRecord {
3030
Uses the default context when Context is omitted.
3131
3232
.LINK
33-
https://psmodule.io/Domeneshop/Functions/Get-DomeneshopDnsRecord/
33+
https://psmodule.io/Domeneshop/Functions/Dns/Get-DomeneshopDnsRecord
3434
3535
.LINK
3636
https://api.domeneshop.no/docs/

0 commit comments

Comments
 (0)