mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 16:27:55 +01:00
11 lines
246 B
PowerShell
11 lines
246 B
PowerShell
# Builds the Terminal.gui API documentation using docfx
|
|
|
|
dotnet build --configuration Release ../Terminal.sln
|
|
|
|
rm ../docs -Recurse -Force -ErrorAction SilentlyContinue
|
|
|
|
$env:DOCFX_SOURCE_BRANCH_NAME="main"
|
|
|
|
docfx --metadata
|
|
|
|
docfx --serve --force |