Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1023 Bytes

File metadata and controls

29 lines (24 loc) · 1023 Bytes
description How to add related links to a cmdlet help topic
ms.date 07/10/2023
title How to add related links to a cmdlet help topic

How to add related links to a cmdlet help topic

[!INCLUDE use-platyps]

This section describes how to add references to other content that's related to a PowerShell cmdlet Help topic. Because these references appear in a command window, they don't link directly to the referenced content.

In the cmdlet Help topics that are included in PowerShell, these links reference other cmdlets, conceptual content (about_), and other documents and Help files that aren't related to PowerShell.

The following XML shows how to add a RelatedLinks node that contains two references to related topics.

<maml:relatedLinks>
  <maml:navigationLink>
    <maml:linkText>Topic-name</maml:linkText>
  </maml:navigationLink>
  <maml:navigationLink>
    <maml:linkText>Topic-name</maml:linkText>
  </maml:navigationLink>
</ maml:relatedLinks >