Skip to content

Commit

Permalink
Merge pull request #764 from pkbullock/main
Browse files Browse the repository at this point in the history
Updated Help
  • Loading branch information
pkbullock authored Oct 31, 2024
2 parents 172b265 + 0899ccf commit 1e6809f
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 108 deletions.
8 changes: 2 additions & 6 deletions docfx/Get-HelpJson.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
function Process-PnPPowerShellDocs
{

$pnppsDocs = Join-Path -Path $currentLocation -ChildPath "powershell/documentation"
$pnppsDocs = Join-Path -Path $currentLocation -ChildPath "pnp-powershell/documentation"
Write-Host "Processing PnP PowerShell Path: $($pnppsDocs)"
$pnppsBaseSitePath = "https://pnp.github.io/powershell/cmdlets"
$pnppsDocsFiles = Get-ChildItem -Path $pnppsDocs
Expand Down Expand Up @@ -116,14 +116,10 @@ function Process-CliForM365Docs
Write-Host "CLI for Microsoft 365 cmdlets documentation generated"
}

# Pre Launch

# Update Repos - TODO

# For optimatization - only use help where cmdlet is used

# To refresh functions use . .\Get-HelpJson.ps1 in cmd window
$currentLocation = "C:\Git\utility\script-help\"
$currentLocation = "C:\git\readonly\script-samples-help\"
$outputPath = "$(Get-Location)\assets\help"

Process-PnPPowerShellDocs
Expand Down
Loading

0 comments on commit 1e6809f

Please sign in to comment.