Updateable Help
PowerShell online help and updateable help use two different module metadata values:
HelpUriis used byGet-Help -Onlineto open a command's web help page.HelpInfoURIis used byUpdate-Helpto find the module's updateable help metadata.
For Keldor, command help pages live under /powershell/keldor/. Updateable help files live in the static site folder:
static/powershell-help/keldor/
Files placed there are served directly from the published site:
https://docs.keldor.dev/powershell-help/keldor/
Host HelpInfo.xml and generated locale CAB files, such as Keldor-help-en-US.cab, from this static folder when updateable help packages are published.