Tig Kindel 99890b18dc Fixes Wizard cancel logic and updates docs (#1878) 3 年之前
..
articles 99890b18dc Fixes Wizard cancel logic and updates docs (#1878) 3 年之前
images deaa17fd4f updated docs to match new layout 5 年之前
templates 14f08a8d63 Updated docfx. Generated fresh docs. Added an icon. 5 年之前
README.md 75bebb12f9 generated docs 4 年之前
aboutbox.png 7f27d78cc7 Release Candiate 2 (#1248) 4 年之前
build.ps1 75bebb12f9 generated docs 4 年之前
docfx.json 1d287fabe7 Fixes #1560. Documentation link broken. (#1562) 3 年之前
index.md 99890b18dc Fixes Wizard cancel logic and updates docs (#1878) 3 年之前
runbuild.cmd 239191cde0 Fixes #1434. Regenerating the docs. (#1528) 3 年之前
sample.gif cc04bb37f5 Release v1.6.0 (#1722) 3 年之前
sample.png 3befb45673 updated gif 5 年之前
toc.yml deaa17fd4f updated docs to match new layout 5 年之前

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.