Tig cbfd545f43 Fix cancellable work pattern doc links (#4105) 6 kuukautta sitten
..
_exported_templates eca05c9187 Apply docs changes from v2_2491-Overlapped 1 vuosi sitten
docs cbfd545f43 Fix cancellable work pattern doc links (#4105) 6 kuukautta sitten
images 39d4c7dd3d Fixes #3691 - Adds `ViewArrangement.Popover` (#3852) 8 kuukautta sitten
schemas 7422385457 Fixes #4057 - MASSIVE! Fully implements `ColorScheme`->`Scheme` + `VisualRole` + `Colors.`->`SchemeManager.` (#4062) 6 kuukautta sitten
README.md a96c2588d5 Tweaks to api docs 2 vuotta sitten
aboutbox.png b62e826576 API doc updates (#3928) 9 kuukautta sitten
build.ps1 ab5848902a new docfx! 2 vuotta sitten
docfx.json 84642bec1b Fixed doc build to include schemas 1 vuosi sitten
index.md b62e826576 API doc updates (#3928) 9 kuukautta sitten
toc.yml b62e826576 API doc updates (#3928) 9 kuukautta sitten

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.