Tig Kindel e692a312fc Updated docs more hace 1 año
..
_exported_templates 0dcbdb847c Tweaked API docs format and content. Fixed build warnings. hace 3 años
docs e692a312fc Updated docs more hace 1 año
images 875b94688e potential v2 icon hace 1 año
schemas 9425b2a720 Fixes #2181 - (Really) Adds configuration manager (#2365) hace 2 años
templates ab5848902a new docfx! hace 1 año
README.md a96c2588d5 Tweaks to api docs hace 1 año
aboutbox.png 7f27d78cc7 Release Candiate 2 (#1248) hace 4 años
build.ps1 ab5848902a new docfx! hace 1 año
docfx.json a96c2588d5 Tweaks to api docs hace 1 año
index.md e692a312fc Updated docs more hace 1 año
toc.yml a96c2588d5 Tweaks to api docs hace 1 año

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.