Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 648 Bytes

File metadata and controls

18 lines (13 loc) · 648 Bytes

Platform Scripts

Automation that operates on platform itself. Scripts that operate on every repo in the AzureLocal org live in ../repo-management/org-scripts/.

Files

Script Purpose
Build-PlatformSite.ps1 Wraps mkdocs build with platform defaults; used by CI
Test-PlatformStructure.ps1 Validates this repo against its own rules (used by platform-ci.yml)
Update-StandardsIndex.ps1 Regenerates navigation / TOCs after standards edits

Running locally

./scripts/Test-PlatformStructure.ps1
./scripts/Build-PlatformSite.ps1 -OutputDir ./site