Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: provide online links for all help topics, including the conceptual ones (about_*) #2939

Closed
mklement0 opened this issue Sep 19, 2018 · 7 comments · Fixed by #8136 or #8137
Closed
Assignees
Labels
area-helpsystem Area - Help services (pipeline, get/update-help)

Comments

@mklement0
Copy link
Contributor

Being able to read the online versions of help topics is always helpful:

  • for better visual presentation and a more convenient UI

  • to get the latest content (local content may be stale)

While that currently works for cmdlets - e.g. Get-Help -Online Get-Command - it doesn't for other types of help content, notably the conceptual about_* topics.

It would help if all downloadable help topics had a link to their online version.

@sdwheeler sdwheeler added the area-helpsystem Area - Help services (pipeline, get/update-help) label Sep 19, 2018
@markroloff
Copy link
Contributor

I can tackle this. Before I get ahead of myself @sdwheeler, will it interfere with the work being done in #1806?

@sdwheeler
Copy link
Contributor

@markroloff Thank you for the offer. But please wait on this for now. About topics are published differently than the cmdlet help. I am working on getting FWLinks defined for all content.

@yecril71pl
Copy link
Contributor

@markroloff Thank you for the offer. But please wait on this for now. About topics are published differently than the cmdlet help. I am working on getting FWLinks defined for all content.

Any progress?

@sdwheeler
Copy link
Contributor

No progress. Because of the way the help system works in PowerShell, there is no HelpURI for about topics. The help system does not support it. It will take a change to PowerShell. We want to get there at some point.

@yecril71pl
Copy link
Contributor

yecril71pl commented Jul 15, 2020

I am unable to locate the right technical issue for this.

@SamB
Copy link
Contributor

SamB commented Nov 4, 2020

@yecril71pl

I am unable to locate the right technical issue for this.

It looks like this has since been filed as PowerShell/PowerShell#13550.

@mklement0 mklement0 changed the title Suggestion: provide online links for all help topics Suggestion: provide online links for all help topics, including the conceptual ones (about_*) Mar 10, 2021
@sdwheeler sdwheeler self-assigned this Sep 24, 2021
@sdwheeler
Copy link
Contributor

The online version metadata has been added to all About_ articles. However, PowerShell's help system has no way to use that information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-helpsystem Area - Help services (pipeline, get/update-help)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants