mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* prepping for v1.7 release * Updated release notes for v1.7 * updated rel notes * regen docs * trying to fix view source * reactive ui update
11 lines
216 B
PowerShell
11 lines
216 B
PowerShell
# Builds the Terminal.gui API documentation using docfx
|
|
|
|
dotnet build --configuration Release ../Terminal.sln
|
|
|
|
rm ../docs -Recurse -Force
|
|
|
|
$env:DOCFX_SOURCE_BRANCH_NAME="main"
|
|
|
|
docfx --metadata
|
|
|
|
docfx --serve --force |