docfx

Build and publish API documentation for .NET projects

brewmacoslinux
Try with needOr install directly
Source

About

Tools for building and publishing API documentation for .NET projects

Commands

docfx

Examples

Initialize a new DocFX project with default structure$ docfx init -o my-docs
Build documentation from docfx.json configuration$ docfx build docfx.json
Build and serve documentation locally on port 8080$ docfx build docfx.json --serve