|
|
1 mês atrás | |
|---|---|---|
| .. | ||
| _exported_templates | 6 meses atrás | |
| apispec | 1 mês atrás | |
| docs | 1 mês atrás | |
| images | 6 meses atrás | |
| includes | 1 mês atrás | |
| schemas | 6 meses atrás | |
| scripts | 6 meses atrás | |
| README.md | 6 meses atrás | |
| aboutbox.png | 6 meses atrás | |
| docfx.json | 6 meses atrás | |
| index.md | 1 mês atrás | |
| toc.yml | 6 meses atrás | |
This folder generates the API docs for Terminal.Gui.
The API documentation is generated via a GitHub Action (.github/workflows/api-docs.yml) using DocFX.
./docfx/scripts/build.ps1views.md./docfx folder./scripts/generate-views-doc.ps1docs/views.mdThe API documentation for Terminal.Gui is a critical resource for developers, providing detailed information on classes, methods, properties, and events within the library. This documentation is hosted at gui-cs.github.io/Terminal.Gui and includes both auto-generated API references and conceptual guides. For a broader overview of the Terminal.Gui project, including project structure and contribution guidelines, refer to the main Terminal.Gui README.
The scripts folder contains PowerShell scripts to assist in generating and updating documentation:
build.ps1: A script to build the documentation locally. Running this script with DocFX installed will generate the documentation site, which can be viewed at http://localhost:8080.generate-views-doc.ps1: A script specifically for updating the views.md file in the docs directory. This script automates the process of documenting the various view classes in Terminal.Gui, ensuring that the documentation remains current with the codebase.OutputView/: A directory likely used for storing output or intermediate files related to the documentation generation process.These scripts streamline the process of maintaining up-to-date documentation, ensuring that contributors can easily generate and verify documentation changes locally before committing them.