Files
Terminal.Gui/docfx/build.ps1
Charlie Kindel 75bebb12f9 generated docs
2020-10-22 12:31:38 -06:00

9 lines
170 B
PowerShell

# Builds the Terminal.gui API documentation using docfx
dotnet build --configuration Release ../Terminal.sln
rm ../docs -Recurse -Force
docfx --metadata
docfx --serve