Building API reference docs
September 9, 2020 ยท View on GitHub
We're using DocFX to build API reference docs.
Getting started
Docfx works best on Windows when run from Developer Command Prompt.
- Run
choco install docfx.
Building the docs
- In
$SolutionDirrundocfx Docs/docfx.json. - To preview the docs, run
docfx Docs/docfx.json --serve. To stop serving the docs, typeexitand press enter (Ctr+Cdoesn't work).