Skip to content

Commit 4664c6c

Browse files
authored
Update H2 structure for about topics (#344)
1 parent 20f6595 commit 4664c6c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

reference/ps-modules/Microsoft.PowerShell.Crescendo/About/about_Crescendo.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ title: about_Microsoft.PowerShell.Crescendo
99
---
1010
# Microsoft.PowerShell.Crescendo
1111

12-
## about_Microsoft.PowerShell.Crescendo
12+
## ABOUT_MICROSOFT.POWERSHELL.CRESCENDO
1313

14-
## Short description
14+
## SHORT DESCRIPTION
1515

1616
The PowerShell Crescendo module provides a novel way to create proxy functions
1717
for native commands via `JSON` configuration files.
1818

19-
## Long description
19+
## LONG DESCRIPTION
2020

2121
PowerShell is capable of invoking native applications like any shell. However,
2222
it would improve the experience if the native command could participate in the
@@ -27,20 +27,20 @@ The PowerShell Crescendo module provides a way to take advantage of the
2727
PowerShell pipeline by invoking the native executable, facilitating parameter
2828
handling, and converting text output into objects.
2929

30-
## JSON Configuration
30+
## JSON CONFIGURATION
3131

3232
The PowerShell Crescendo module provides a way to create a small bit of JSON
3333
that's used to create a function that calls the native command.
3434

3535
An annotated schema is provided as part of the module that can improve the
3636
authoring process.
3737

38-
## Parameter handling
38+
## PARAMETER HANDLING
3939

4040
The PowerShell Crescendo module allows you to interact with parameters of
4141
native commands in the same way you do with cmdlets.
4242

43-
## Output Handling
43+
## OUTPUT HANDLING
4444

4545
It's also possible to create a script block that can be used to convert the
4646
output from the native command into objects. If the native command emits JSON
@@ -55,7 +55,7 @@ or XML it can be as simple as:
5555

5656
However, script blocks of arbitrary complexity may also be used.
5757

58-
## Examples
58+
## EXAMPLES
5959

6060
Several samples are provided as part of the module. You can find these in the
6161
`Samples` directory of the module base directory.
@@ -148,7 +148,7 @@ Count Name Group
148148
82 amd64 {@{Name=apt; Version=2.0.2ubuntu0.1; Architecture=amd64; State=System.String[]}, @{Name=base-files…
149149
```
150150

151-
## See also
151+
## SEE ALSO
152152

153153
The PowerShell Crescendo module is still in the development process, so we
154154
expect changes to be made.

reference/ps-modules/platyPS/About/about_platyPS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
description: Write PowerShell External Help in Markdown.
33
Locale: en-US
44
ms.date: 03/16/2021
@@ -8,11 +8,11 @@ title: about_platyPS
88
---
99
# about_platyPS
1010

11-
## Short description
11+
## SHORT DESCRIPTION
1212

1313
Write PowerShell External Help in Markdown.
1414

15-
## Long description
15+
## LONG DESCRIPTION
1616

1717
PlatyPS provides a way to:
1818

0 commit comments

Comments
 (0)