Thomas Nind bf1fa42f8b Removed shutdown call for from 'Dialog' example 3 years ago
..
articles bf1fa42f8b Removed shutdown call for from 'Dialog' example 3 years ago
images deaa17fd4f updated docs to match new layout 5 years ago
templates 14f08a8d63 Updated docfx. Generated fresh docs. Added an icon. 5 years ago
README.md 75bebb12f9 generated docs 4 years ago
aboutbox.png 7f27d78cc7 Release Candiate 2 (#1248) 4 years ago
build.ps1 75bebb12f9 generated docs 4 years ago
docfx.json 1d287fabe7 Fixes #1560. Documentation link broken. (#1562) 3 years ago
index.md 91ecc51e36 fixing #1560 - Fix docfx errors and warnings (#1586) 3 years ago
runbuild.cmd 239191cde0 Fixes #1434. Regenerating the docs. (#1528) 3 years ago
sample.gif 19b438ca74 Version 1.0 (#1227) 4 years ago
sample.png 3befb45673 updated gif 5 years ago
toc.yml deaa17fd4f updated docs to match new layout 5 years ago

README.md

This folder generates the API docs for Terminal.Gui.

The API documentation is generated using the DocFX tool. The output of docfx gets put into the ./docs folder which is then checked in. The ./docs folder is then picked up by Github Pages and published to Miguel's Github Pages (https://migueldeicaza.github.io/gui.cs/).

To Generate the Docs

  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.

If docfx fails with a Stackoverflow error. Just run it again. And again. Sometimes it takes a few times. If that doesn't work, create a fresh clone or delete the docfx/api, docfx/obj, and docs/ folders and run the steps above again.