Tig Kindel 94f36cef2e Updated API doc theme. Added Wizard Sample 3 年 前
..
_exported_templates 94f36cef2e Updated API doc theme. Added Wizard Sample 3 年 前
articles fc9e84a429 Updated docs; regeneraged docs (#1881) 3 年 前
images deaa17fd4f updated docs to match new layout 5 年 前
templates 94f36cef2e Updated API doc theme. Added Wizard Sample 3 年 前
README.md 75bebb12f9 generated docs 5 年 前
aboutbox.png 7f27d78cc7 Release Candiate 2 (#1248) 4 年 前
build.ps1 94f36cef2e Updated API doc theme. Added Wizard Sample 3 年 前
docfx.json 94f36cef2e Updated API doc theme. Added Wizard Sample 3 年 前
index.md 99890b18dc Fixes Wizard cancel logic and updates docs (#1878) 3 年 前
runbuild.cmd 239191cde0 Fixes #1434. Regenerating the docs. (#1528) 4 年 前
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.