The code in the /docfx folder is used to generate the documentation for the Sitecore ASP.NET Core SDK. The documentation is generated using DocFX.
You can build and run this documentation locally by running the following commands
dotnet tool update -g docfx
/docfx folder
docfx docfx.json --serve
You will then be able to access the documentation site at http://localhost:8080
docfx docfx.json