mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
664 B
664 B
To generate the Artemis API docs we use DocFX.
To build locally run the following commands from this folder.
Want to build? Follow these instructions (Windows)
- Ensure you can build the Artemis solution as per the main build instructions
- Install DocFX (with Chocolatey:
choco install docfx) - Open PowerShell in
<repo>\docfx(the same folder as this readme file) - Run
docfx .\docfx_project\docfx.jsonto build static files
Rundocfx .\docfx_project\docfx.json --serveto serve locally