Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Oct 4, 2017
1 parent 383803a commit decbc32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/Merge-MarkdownHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lyn
Much of the content is duplicated and thus we want to have a single file for the cmdlet with unique content merged from each individual file.




```
PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
```
Expand Down
4 changes: 2 additions & 2 deletions docs/New-ExternalHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Creates external help file based on markdown supported by PlatyPS.

```
New-ExternalHelp -Path <String[]> -OutputPath <String> [-ApplicableTag <String[]>] [-Encoding <Encoding>]
[-MaxAboutWidth <Int>] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
[-MaxAboutWidth <Int32>] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -171,7 +171,7 @@ Lines inside code blocks are not wrapped at all and are not affected by the
MaxAboutWidth parameter.

```yaml
Type: Int
Type: Int32
Parameter Sets: (All)
Aliases:
Expand Down

0 comments on commit decbc32

Please sign in to comment.