The documents are published using DocFX.
This project uses tool-manifest
to specify tools' versions used in
this project. You can install tools with the below command:
dotnet tool restore
dotnet docfx docfx.json -m pdf=false --serve
If you want to build PDF, just run without -m pdf=false
option:
dotnet docfx docfx.json --serve
dotnet docfx docfx.json
Since DocFX doesn't support multilingual (translation) feature like vitepress, I recommend to write in English, in one language.
toc.yml
file is an yaml file to describe Table of Contents. To see its spec, look around https://dotnet.github.io/docfx/docs/table-of-contents.html docs.