Charlie Kindel 75bebb12f9 generated docs 4 anni fa
..
articles c4e632dc89 fixing accidental deletion of articles. oops! 5 anni fa
images deaa17fd4f updated docs to match new layout 5 anni fa
templates 14f08a8d63 Updated docfx. Generated fresh docs. Added an icon. 5 anni fa
README.md 75bebb12f9 generated docs 4 anni fa
build.ps1 75bebb12f9 generated docs 4 anni fa
docfx.json e87b56cd77 updated api docs; implemented inheritdoc; may break deploy 5 anni fa
index.md cef0ecc8bb merged master and updated readme release notes 4 anni fa
sample.gif 56fbf9819b updated readme gif 5 anni fa
sample.png 3befb45673 updated gif 5 anni fa
toc.yml deaa17fd4f updated docs to match new layout 5 anni fa

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.