Tig 10bdd4bc0f V2 config schema (#3760) před 1 rokem
..
_exported_templates eca05c9187 Apply docs changes from v2_2491-Overlapped před 1 rokem
docs f512cd49c3 Refactored Leave event and added unit tests před 1 rokem
images d71fa11a2b Fixed README, Showcase, and images před 1 rokem
schemas 10bdd4bc0f V2 config schema (#3760) před 1 rokem
README.md a96c2588d5 Tweaks to api docs před 2 roky
aboutbox.png 7f27d78cc7 Release Candiate 2 (#1248) před 4 roky
build.ps1 ab5848902a new docfx! před 2 roky
docfx.json 84642bec1b Fixed doc build to include schemas před 1 rokem
index.md eca05c9187 Apply docs changes from v2_2491-Overlapped před 1 rokem
toc.yml a96c2588d5 Tweaks to api docs před 2 roky

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.