A set of Articles to run through mongodb.
dotnet tool install -g docfx
docfx docfx.json --serve
Install
Init:
docfx init -q
mono /Users/alexhedley/Documents/APPS/docfx/docfx.exe init -q
Build:
docfx docfx.json
Serve:
docfx serve _site
mono /Users/alexhedley/Documents/APPS/docfx/docfx.exe serve _site
docfx docfx.json --serve
mono /Users/alexhedley/Documents/APPS/docfx/docfx.exe docfx.json --serve
Get the path to docfx and run with mono:
mono /Users/alexhedley/Documents/APPS/docfx/docfx.exe docfx.json --serve