mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
9 lines
170 B
PowerShell
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 |