This repository hosts source files and instructions for building Unity documentation site: https://sacrorum.com/unity-container-docs/
The documentation is built using DocFX. You can build the documentation by running the following command::
dotnet docfx docfx.json
The generated documentation will be in the _site
directory.
Or you can use the following command to build and serve the documentation locally:
dotnet docfx docfx.json --serve