Charlie Kindel 4da9ad0e89 Fix 1130 broken links (#1131) 4 jaren geleden
..
articles 4da9ad0e89 Fix 1130 broken links (#1131) 4 jaren geleden
images deaa17fd4f updated docs to match new layout 5 jaren geleden
templates 14f08a8d63 Updated docfx. Generated fresh docs. Added an icon. 5 jaren geleden
README.md 75bebb12f9 generated docs 4 jaren geleden
build.ps1 75bebb12f9 generated docs 4 jaren geleden
docfx.json e87b56cd77 updated api docs; implemented inheritdoc; may break deploy 5 jaren geleden
index.md 4da9ad0e89 Fix 1130 broken links (#1131) 4 jaren geleden
sample.gif 56fbf9819b updated readme gif 5 jaren geleden
sample.png 3befb45673 updated gif 5 jaren geleden
toc.yml deaa17fd4f updated docs to match new layout 5 jaren geleden

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.