Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dependencies

Commands

# Installing DocFx
$ dotnet tool update -g docfx

# Run project in development mode (docfx don't have watch mode)
$ docfx docfx.json --serve

# Build documentation for production
$ docfx build docfx.json --output <path>