Skip to content

Commit

Permalink
Update Build-CommandReference.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 15, 2024
1 parent 7eae1c8 commit cd4f2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Build-CommandReference.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

if (-not (Get-Module Alt3.Docusaurus.Powershell -ListAvailable)) {
Install-Module Alt3.Docusaurus.Powershell -Scope CurrentUser -Force -SkipPublisherCheck
Install-Module PlatyPS -Scope CurrentUser -Force -SkipPublisherCheck
}
Import-Module Alt3.Docusaurus.Powershell
Import-Module PlatyPS
New-DocusaurusHelp -Module ./src/Maester.psm1 -DocsFolder ./docs/docs -NoPlaceHolderExamples
Copy-Item ./docs/docs-templates/commands-index.md ./docs/docs/commands/index.md

0 comments on commit cd4f2b4

Please sign in to comment.