Skip to content

Commit

Permalink
📦 Automatically generate external help during build (#167)
Browse files Browse the repository at this point in the history
* 🚧 Remove XML help from repo

* ➕ Add Platyps to build

* 📦 Update build to generate external help
Use Platyps to generate external help on build.
This will minimise the number of extra files in the repo.
We only need to maintain the MD docs in the repo itself.
  • Loading branch information
vexx32 committed May 4, 2019
1 parent 757d80d commit e0a54b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 843 deletions.
4 changes: 4 additions & 0 deletions Build/Psake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ Failed to update version for '$env:BHProjectName': $_.
Continuing with existing version.
"@
}

# Build external help files from Platyps MD files

New-ExternalHelp -Path "$ProjectRoot/docs/" -OutputPath "$ProjectRoot/PSKoans/en-us"
}
Loading

0 comments on commit e0a54b0

Please sign in to comment.