[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

docfx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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)

  1. Ensure you can build the Artemis solution as per the main build instructions
  2. Install DocFX (with Chocolatey: choco install docfx)
  3. Open PowerShell in <repo>\docfx (the same folder as this readme file)
  4. Run docfx .\docfx_project\docfx.json to build static files
    Run docfx .\docfx_project\docfx.json --serve to serve locally