https://github.com/dotnet/docfx https://dotnet.github.io/docfx/index.html
dotnet tool install -g docfx mkdir src || cd src docfx init -y
cd src docfx build docfx.json --serve
https://github.com/dotnet/docfx https://dotnet.github.io/docfx/index.html
dotnet tool install -g docfx mkdir src || cd src docfx init -y
cd src docfx build docfx.json --serve