autogen/docs/dotnet
Jack Gerrits 3fcb6e6b47
Fix apidoc generation (#5279)
2025-01-30 20:40:09 -05:00
..
core Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
images Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
template/public Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
.gitignore Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
README.md Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
docfx.json Fix apidoc generation (#5279) 2025-01-30 20:40:09 -05:00
index.md Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
toc.yml Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00

README.md

How to build and run the website

Prerequisites

  • dotnet 7.0 or later

Build

Firstly, go to autogen/dotnet folder and run the following command to build the website:

dotnet tool restore
dotnet tool run docfx website/docfx.json --serve

After the command is executed, you can open your browser and navigate to http://localhost:8080 to view the website.