Tig c537c347ee doc tweak hai 1 ano
..
_exported_templates 0dcbdb847c Tweaked API docs format and content. Fixed build warnings. %!s(int64=3) %!d(string=hai) anos
docs c537c347ee doc tweak hai 1 ano
images d71fa11a2b Fixed README, Showcase, and images hai 1 ano
schemas fab361d554 Updated CM schema hai 1 ano
templates ab5848902a new docfx! hai 1 ano
README.md a96c2588d5 Tweaks to api docs hai 1 ano
aboutbox.png 7f27d78cc7 Release Candiate 2 (#1248) %!s(int64=4) %!d(string=hai) anos
build.ps1 ab5848902a new docfx! hai 1 ano
docfx.json fab361d554 Updated CM schema hai 1 ano
index.md 49ec9b7342 Updates V2 API docs (#3060) hai 1 ano
toc.yml a96c2588d5 Tweaks to api docs hai 1 ano

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.