Skip to content

Commit

Permalink
powershell-style-guide.md: Update PlatyPS schema link
Browse files Browse the repository at this point in the history
The old link broke.
  • Loading branch information
SamB authored Nov 8, 2024
1 parent 1bc513d commit fafc5cd
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,11 @@ example, even if the parameter is positional. This reduces the chance of confusi

## Formatting cmdlet reference articles

Cmdlet reference articles have a specific structure. This structure is defined by [PlatyPS][07].
Cmdlet reference articles have a specific structure. This structure is defined by [PlatyPS][].
PlatyPS generates the cmdlet help for PowerShell modules in Markdown. After editing the Markdown
files, PlatyPS is used create the MAML help files used by the `Get-Help` cmdlet.

PlatyPS has a schema that expects a specific structure for cmdlet reference. The PlatyPS
[schema document][08] describes this structure. Schema violations cause build errors that must be
PlatyPS has a schema that expects a specific structure for cmdlet reference. The [PlatyPS schema document][] describes this structure. Schema violations cause build errors that must be
fixed before we can accept your contribution.

- Don't remove any of the ATX header structures. PlatyPS expects a specific set of headers in a
Expand Down Expand Up @@ -337,7 +336,7 @@ Basic formatting guidelines:
[04]: #markdown-for-code-samples
[05]: editorial-checklist.md
[06]: https://en.wikipedia.org/wiki/PascalCase
[07]: https://github.com/powershell/platyps
[08]: https://github.com/PowerShell/platyPS/blob/master/platyPS.schema.md
[PlatyPS]: https://github.com/powershell/platyps
[PlatyPS schema document]: https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md
[09]: https://pandoc.org
[10]: overview.md#get-started-writing-docs

0 comments on commit fafc5cd

Please sign in to comment.