Skip to content

Commit

Permalink
Updated help to use the new mergemarkdown PowerShell module.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarqueWarrior committed Jul 24, 2018
1 parent 567ce51 commit b2c382f
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 120 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion .docs/gen-help.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ foreach ($file in $files) {
Set-Content -Path files.md -Value $sb.ToString()

Write-Output 'Merging Markdown files'
markdown-include $PSScriptRoot $PSScriptRoot\..\docs
Install-Module markdownmerge -Scope CurrentUser -Force
merge-markdown $PSScriptRoot $PSScriptRoot\..\docs

Write-Output 'Creating new file'
Import-Module platyPS -Force
Expand Down
76 changes: 0 additions & 76 deletions docs/Set-VSTeamDefaultProject..md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/Team.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ Sets the API versions to support either TFS2017, TFS2018 or VSTS.

Sets the status of approval to Approved, Rejected, Pending, or ReAssigned.

### [Set-VSTeamDefaultProject.](Set-VSTeamDefaultProject..md)
### [Set-VSTeamDefaultProject](Set-VSTeamDefaultProject.md)

<!-- #include "./synopsis/Set-VSTeamDefaultProject..md" -->
Sets the default project to be used with other calls in the module.

### [Set-VSTeamEnvironmentStatus](Set-VSTeamEnvironmentStatus.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ Sets the API versions to support either TFS2017, TFS2018 or VSTS.

Sets the status of approval to Approved, Rejected, Pending, or ReAssigned.

### [Set-VSTeamDefaultProject.](Set-VSTeamDefaultProject..md)
### [Set-VSTeamDefaultProject](Set-VSTeamDefaultProject.md)

<!-- #include "./synopsis/Set-VSTeamDefaultProject..md" -->
Sets the default project to be used with other calls in the module.

### [Set-VSTeamEnvironmentStatus](Set-VSTeamEnvironmentStatus.md)

Expand Down
Loading

0 comments on commit b2c382f

Please sign in to comment.