Tig c00de4a092 Makes `Window` default `Arrangement` not be movable/resizable (#3931) hai 6 meses
..
_exported_templates eca05c9187 Apply docs changes from v2_2491-Overlapped hai 11 meses
docs c00de4a092 Makes `Window` default `Arrangement` not be movable/resizable (#3931) hai 6 meses
images b62e826576 API doc updates (#3928) hai 6 meses
schemas 10bdd4bc0f V2 config schema (#3760) hai 11 meses
README.md a96c2588d5 Tweaks to api docs hai 1 ano
aboutbox.png b62e826576 API doc updates (#3928) hai 6 meses
build.ps1 ab5848902a new docfx! hai 1 ano
docfx.json 84642bec1b Fixed doc build to include schemas hai 11 meses
index.md b62e826576 API doc updates (#3928) hai 6 meses
toc.yml b62e826576 API doc updates (#3928) hai 6 meses

README.md

This folder generates the API docs for Terminal.Gui.

The API documentation is generated via a GitHub Action (.github/workflows/api-docs.yml) using DocFX.

To Generate the Docs Locally

  1. Install DotFX https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
  2. Change to the ./docfx folder and run ./build.ps1
  3. Browse to http://localhost:8080 and verify everything looks good.
  4. Hit ctrl-c to stop the script.