dotnet tool restore
cd docs
dotnet docfx .\docfx.json --serve
Unfortunately, every time you make a change to the docs, you need to rebuild the docs. This can take a while. If you just need to make a change to the markdown, you can clear the metadata field in docfx.json, and run:
dotnet docfx build .\docfx.json
Changes
Separated out the YAML and C# docs
Filled out the YAML docs for existing functionality
To run the docs locally:
Unfortunately, every time you make a change to the docs, you need to rebuild the docs. This can take a while. If you just need to make a change to the markdown, you can clear the
metadata
field indocfx.json
, and run:Changes