Skip to content

Commit

Permalink
gen doc automatically squash
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed May 22, 2016
1 parent 1ac2ba5 commit ad91000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.custom/GenerateDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ param(
$commandText = $commandText -replace '^(.+):\s(.+.gif)$', '![$1]($2)'
$commandText = $commandText -replace '^(\s+)\<\?xml', "~~~xml$lineFeed`$1<?xml"
$commandText = $commandText -replace '^(\s+)</packages>', "`$1</packages>$lineFeed~~~"
$commandText = $commandText -replace '(Chocolatey for Business|Chocolatey Pro[fessional]*)', '[$1](https://bit.ly/choco_pro_business)'
$commandText = $commandText -replace '(Chocolatey for Business|Chocolatey Pro[fessional]*)', '[$1](https://chocolatey.org/pricing)'

$optionsSwitches = @'
## $1
Expand Down

0 comments on commit ad91000

Please sign in to comment.