You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/docs-conceptual/community/contributing/powershell-style-guide.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,12 +251,11 @@ example, even if the parameter is positional. This reduces the chance of confusi
251
251
252
252
## Formatting cmdlet reference articles
253
253
254
-
Cmdlet reference articles have a specific structure. This structure is defined by [PlatyPS][07].
254
+
Cmdlet reference articles have a specific structure. This structure is defined by [PlatyPS][].
255
255
PlatyPS generates the cmdlet help for PowerShell modules in Markdown. After editing the Markdown
256
256
files, PlatyPS is used create the MAML help files used by the `Get-Help` cmdlet.
257
257
258
-
PlatyPS has a schema that expects a specific structure for cmdlet reference. The PlatyPS
259
-
[schema document][08] describes this structure. Schema violations cause build errors that must be
258
+
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
260
259
fixed before we can accept your contribution.
261
260
262
261
- Don't remove any of the ATX header structures. PlatyPS expects a specific set of headers in a
0 commit comments